
/* =========================
   SIDEBAR – CORE
========================= */

.single-sidebar {
    position: sticky;
    top: 20px;
    align-self: start;
    width: 320px;
}

.single-sidebar {
    position: sticky;
    top: 80px;
    width: 320px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.single-sidebar h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    border-bottom: 1px;
	padding-bottom: 8px;
}

/* Latest items */

.latest-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 10px;
    transition: .2s ease;
}

.latest-item + .latest-item {
    margin-top: 14px;
}

.latest-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.latest-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.latest-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* Mobile */

@media (max-width: 992px) {
    .single-sidebar {
        width: 100%;
        position: static;
        margin-top: 40px;
    }

    .single-sidebar {
        position: static;
        width: 100%;
        margin-top: 40px;
    }
}
}
.single-sidebar .latest-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 10px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.single-sidebar .latest-item + .latest-item {
    margin-top: 14px;
}

.single-sidebar .latest-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.single-sidebar .latest-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.single-sidebar .latest-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.single-sidebar .latest-item:hover .latest-title {
    color: #d32f2f;
}
/* Sponsors */

.single-sidebar .sponsors-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.single-sidebar .sponsors-grid img {
    max-height: 220px;
    width: auto;
}
/* =========================
   SIDEBAR – CORE
========================= */

.single-sidebar {
    position: sticky;
    top: 20px;
    width: 320px;
    align-self: start;
}

.sidebar-box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 24px;
}

.single-sidebar h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

/* =========================
   SPONSOR WIDGET
========================= */

.sponsor-widget img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* =========================
   ALT WIDGETLER
========================= */

.widget-box ul {
    margin: 0;
    padding-left: 18px;
}

.widget-box li {
    margin-bottom: 8px;
    font-size: 14px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 992px) {
    .single-sidebar {
        position: static;
        width: 100%;
        margin-top: 40px;
    }
}
/* =====================
   SIDEBAR – MOBILE FIX
===================== */

/* =====================
   SIDEBAR SPONSORS – MOBILE ONLY
===================== */

@media (max-width: 992px) {
    .single-sidebar img {
        max-width: 140px;   /* 🔥 sadece mobilde küçülür */
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}
/* =========================
   SIDEBAR – LATEST NEWS (PREMIUM)
========================= */

.single-sidebar .latest-item {
    padding: 12px;
    border-radius: 14px;
    transition: 
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.single-sidebar .latest-thumb img {
    height: 140px;                 /* 🔥 daha geniş hissi */
    border-radius: 10px;
}

/* İçerik alanı */
.single-sidebar .latest-content {
    margin-top: 10px;
}

/* Kategori – badge gibi */
.single-sidebar .latest-category {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 10px;

    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;

    background: #1976d2;
    color: #fff;
    border-radius: 999px;
}

/* Başlık */
.single-sidebar .latest-title {
    font-size: 15px;               /* 🔥 biraz büyüttük */
    font-weight: 700;
    line-height: 1.4;
}

/* Hover – ana sayfa uyumu */
.single-sidebar .latest-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.single-sidebar .latest-item:hover .latest-title {
    color: #d32f2f;
}
.single-sidebar .latest-item {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -10px;
}
/* =========================
   SIDEBAR – LATEST ITEM COLOR GLOW HOVER
========================= */

.single-sidebar .latest-item {
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

/* Hover efekti */
.single-sidebar .latest-item:hover {
    transform: translateY(-4px);
    border-color: rgba(25,118,210,.35);
    box-shadow:
        0 14px 32px rgba(25,118,210,.28),  /* 🔥 renkli glow */
        0 6px 14px rgba(0,0,0,.12);        /* derinlik */
}
