/**
 * 9-home.css — arabdown.net Homepage
 * إعادة كتابة كاملة وفق برومت التصميم.
 *
 * المراجع البصرية:
 *   - BBC Arabic         → التسلسل البصري RTL + كثافة معلومات منظَّمة
 *   - The Verge          → hero يطغى على الصفحة + section headers هادئة
 *   - Stripe Blog        → light palette + green brand + minimal
 *   - Apple Newsroom     → توازن الصورة والنص
 *
 * بنية الأب (لا تُكسر):
 *   #site-main → [id^="sidebar-home_"] → .widget-posts → .posts-loop
 *     → article.post → .post-content → .post-thumb / .post-title h3 / .post-meta
 *
 * ملاحظة على !important:
 *   القالب الأب (Ultra News v50) يحقن CSS مضمَّن بـ specificity عالية على
 *   .widget-title و .post-content. نستخدم !important فقط حيث يكون
 *   التغلب عبر specificity مستحيلاً عملياً.
 */

/* ════════════════════════════════════════════════════════════════════════
   1. الإطار العام للصفحة الرئيسية
   ──────────────────────────────────────────────────────────────────────
   لماذا: نلوّن خلفية الـ main رمادية ناعمة جداً، فيبرز أبيض كل قسم
   كبطاقة تحريرية مستقلة (نمط Stripe Blog / Apple Newsroom).
   ════════════════════════════════════════════════════════════════════════ */
.adc-home #site-main {
    background: #f8f8f6;
}

/* ════════════════════════════════════════════════════════════════════════
   2. حاويات الأقسام (widget sidebars)
   ──────────────────────────────────────────────────────────────────────
   لماذا: تبادل خلفية #fff/#f8f8f6 يكفي كفاصل بصري — البرومت طلب
   عدم استخدام separators ثقيلة (border بين الأقسام يجعل الصفحة تبدو فاتورة).
   ════════════════════════════════════════════════════════════════════════ */
[id^="sidebar-home_"] {
    background: #ffffff;
    padding-block: 32px 48px;
}
[id^="sidebar-home_"]:nth-of-type(even) {
    background: #f8f8f6;
}

/* احتياطي: لو حقن الأب inline padding، لا نسمح له بكسر التبادل */
.adc-home [id^="sidebar-home_"] > .widget-posts,
.adc-home [id^="sidebar-home_"] > .widget {
    background: transparent !important;
}

/* ════════════════════════════════════════════════════════════════════════
   3. عناوين الأقسام (Section Headers)
   ──────────────────────────────────────────────────────────────────────
   مرجع: The Verge — عنوان قسم بفاصل لوني تحته مباشرة بلا تكلّف.
   ════════════════════════════════════════════════════════════════════════ */
.adc-home .widget-title,
.adc-home .widget-posts-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #1c1f18 !important;
    line-height: 1.2;
    margin: 0 0 24px !important;
    padding: 0 0 12px 0 !important;
    border: 0 !important;
    border-bottom: 3px solid #6e9f44 !important;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
@media (min-width: 992px) {
    .adc-home .widget-title,
    .adc-home .widget-posts-title {
        font-size: 26px !important;
    }
}

/* رابط "المزيد" داخل العنوان — هادئ بحجم صغير ولون رمادي بلا underline */
.adc-home .widget-title a:last-child,
.adc-home .widget-posts-title a:last-child,
.adc-home .widget-title .more-link {
    font-size: 13px;
    font-weight: 500;
    color: #888;
    text-decoration: none !important;
    background: none;
    border: 0;
    padding: 0;
}
.adc-home .widget-title a:last-child:hover,
.adc-home .widget-posts-title a:last-child:hover {
    color: #5d8938;
}

/* ════════════════════════════════════════════════════════════════════════
   4. شبكة الـ HERO — #sidebar-home_1
   ──────────────────────────────────────────────────────────────────────
   جوال: عمود واحد، البطل أولاً ثم بطاقات row.
   Desktop: 2/3 + 1/3 — البطل يطغى، بقية المقالات في عمود جانبي.
   ════════════════════════════════════════════════════════════════════════ */

/* جوال: نلغي أي grid من الأب ونصفّ المقالات عمودياً */
.adc-home #sidebar-home_1 .posts-loop {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Desktop: شبكة 2 عمود — يسار بطل، يمين stack */
@media (min-width: 992px) {
    .adc-home #sidebar-home_1 .posts-loop {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-auto-rows: min-content;
        gap: 24px;
        align-items: start;
    }
    /* البطل يأخذ 4 صفوف ليتساوى مع 4 مقالات جانبية بمحاذاة */
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child {
        grid-row: span 4;
        grid-column: 1;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:not(:first-child) {
        grid-column: 2;
    }
}

/* ════════════════════════════════════════════════════════════════════════
   5. البطل — Gradient Overlay + عنوان أبيض فوق الصورة
   ──────────────────────────────────────────────────────────────────────
   مرجع: BBC / The Verge homepage hero.
   لماذا desktop only: على الجوال، overlay يضرّ القراءة لأن النص يحجب
   جزءاً كبيراً من الصورة. نُبقيه نظيفاً (صورة فوق، عنوان تحت).
   ════════════════════════════════════════════════════════════════════════ */
@media (min-width: 992px) {
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-content {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        height: 100%;
        min-height: 480px;
        background: #000; /* fallback لو فشلت الصورة */
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    /* الصورة تملأ كامل الكارد بنسبة 16:10 */
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-thumb {
        position: absolute !important;
        inset: 0;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-thumb img {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        border-radius: 0;
    }

    /* gradient overlay من الأسفل — يبدأ بـ rgba(0,0,0,.7) كما في البرومت */
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-thumb::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, .80) 0%,
            rgba(0, 0, 0, .35) 45%,
            rgba(0, 0, 0, 0) 75%
        );
        pointer-events: none;
        z-index: 1;
    }

    /* العنوان فوق الصورة بحجم 28→40px (clamp حسب عرض الشاشة) */
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-title {
        position: absolute;
        inset-block-end: 0;
        inset-inline: 0;
        z-index: 2;
        padding: 32px 24px 12px;
        margin: 0;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-title h3,
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-title h3 a {
        font-size: clamp(28px, 1.2rem + 1.4vw, 40px);
        font-weight: 800;
        line-height: 1.25;
        color: #ffffff !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
        margin: 0;
        display: block;
    }

    /* الـ meta أيضاً أبيض شفاف فوق الصورة */
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-meta {
        position: absolute;
        inset-inline: 0;
        inset-block-end: 12px;
        padding: 0 24px;
        z-index: 2;
        margin: 0;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-meta,
    .adc-home #sidebar-home_1 .posts-loop > .post:first-child .post-meta * {
        color: rgba(255, 255, 255, .88) !important;
        font-size: 12px;
    }
}

/* ════════════════════════════════════════════════════════════════════════
   6. مقالات العمود الجانبي للبطل (#sidebar-home_1، عدا الأول، desktop)
   ──────────────────────────────────────────────────────────────────────
   row-style: صورة 100px ثابتة + عنوان line-clamp 2.
   ════════════════════════════════════════════════════════════════════════ */
@media (min-width: 992px) {
    .adc-home #sidebar-home_1 .posts-loop > .post:not(:first-child) .post-content {
        display: flex;
        flex-direction: row;
        gap: 12px;
        background: transparent;
        border: 0 !important;
        box-shadow: none !important;
        padding: 12px 0;
        border-bottom: 1px solid #eee !important;
        border-radius: 0;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:nth-last-child(1) .post-content {
        border-bottom: 0 !important;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:not(:first-child) .post-thumb {
        flex: 0 0 100px;
        margin: 0;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:not(:first-child) .post-thumb img {
        width: 100px;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-radius: 6px;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:not(:first-child) .post-title {
        padding: 0;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:not(:first-child) .post-title h3 {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .adc-home #sidebar-home_1 .posts-loop > .post:not(:first-child) .post-meta,
    .adc-home #sidebar-home_1 .posts-loop > .post:not(:first-child) .post-meta * {
        font-size: 12px;
        color: #888;
    }
}

/* ════════════════════════════════════════════════════════════════════════
   7. الأقسام الثانية (#sidebar-home_2 .. _10)
   ──────────────────────────────────────────────────────────────────────
   Mobile-first: row layout — كل بطاقة صورة 100px + عنوان.
   Tablet (768): grid عمودين.
   Desktop (992): grid 4 أعمدة، كروت بصورة 16:10 وحدود خفيفة جداً.
   ════════════════════════════════════════════════════════════════════════ */

/* جوال (افتراضي) — row */
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .posts-loop {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-content {
    display: flex;
    flex-direction: row;
    gap: 12px;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    padding: 12px 0;
    border-bottom: 1px solid #eee !important;
    border-radius: 0;
    transform: none !important;
    transition: none;
}
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post:last-child .post-content {
    border-bottom: 0 !important;
}
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-thumb {
    flex: 0 0 100px;
    margin: 0;
    border: 0;
}
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-thumb img {
    width: 100px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-title {
    padding: 0;
}
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-title h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-meta,
.adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-meta * {
    font-size: 12px;
    color: #888;
}

/* تابلت — عمودان */
@media (min-width: 768px) and (max-width: 991.98px) {
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .posts-loop {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-content {
        border-bottom: 1px solid #eee !important;
    }
}

/* Desktop — كروت column بصورة 16:10 */
@media (min-width: 992px) {
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .posts-loop {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-content {
        flex-direction: column;
        gap: 0;
        padding: 0;
        border: 1px solid #e8e8e8 !important;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .05) !important;
        transition: transform 220ms ease, box-shadow 220ms ease;
        height: 100%;
    }
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-content:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, .08) !important;
    }
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-thumb {
        flex: none;
        width: 100%;
    }
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-thumb img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        border-radius: 0;
    }
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-title {
        padding: 16px 16px 6px;
    }
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-title h3 {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.45;
        -webkit-line-clamp: 3;
    }
    .adc-home [id^="sidebar-home_"]:not(#sidebar-home_1) .post .post-meta {
        padding: 0 16px 16px;
    }
}

/* ════════════════════════════════════════════════════════════════════════
   8. كروت بدون صورة — text-only fallback
   ──────────────────────────────────────────────────────────────────────
   لماذا: البرومت رفض placeholder image — نعطي البطاقة padding أكبر بدلاً.
   ════════════════════════════════════════════════════════════════════════ */
.adc-home .post:not(:has(.post-thumb img)) .post-content {
    padding: 16px !important;
}
.adc-home .post:not(:has(.post-thumb img)) .post-thumb {
    display: none;
}

/* ════════════════════════════════════════════════════════════════════════
   9. شريط العاجل (#news-ticker)
   ──────────────────────────────────────────────────────────────────────
   مرجع: BBC News breaking ribbon — تباين عالٍ، label لوني للعلامة.
   ════════════════════════════════════════════════════════════════════════ */
#news-ticker,
.news-ticker {
    background: #1c1c1c;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
}
#news-ticker a,
.news-ticker a {
    color: #ffffff;
    text-decoration: none;
}
#news-ticker a:hover,
.news-ticker a:hover {
    color: #c8e0a8;
}

/* الـ "Breaking" label — أخضر البراند */
#news-ticker .ticker-label,
#news-ticker .label,
#news-ticker .breaking,
#news-ticker .ticker-cat,
.news-ticker .ticker-label,
.news-ticker .label,
.news-ticker .breaking {
    background: #6e9f44;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
    line-height: 1.6;
}

/* المحتوى المتحرك — حركة scroll ناعمة */
#news-ticker .ticker-content,
.news-ticker .ticker-content,
#news-ticker ul,
.news-ticker ul {
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
#news-ticker .ticker-content > *,
.news-ticker .ticker-content > * {
    display: inline-block;
    animation: adc-ticker-scroll 30s linear infinite;
    padding-inline-start: 100%;
}
@keyframes adc-ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}
@media (prefers-reduced-motion: reduce) {
    #news-ticker .ticker-content > *,
    .news-ticker .ticker-content > * {
        animation: none;
        padding-inline-start: 0;
    }
}

/* ════════════════════════════════════════════════════════════════════════
   VGA4A Custom Homepage Layout
   ──────────────────────────────────────────────────────────────────────
   محفوظ كما هو — مستخدَم في template page-vga-home.php (ثيم داكن مستقل).
   ⚠ لا تحذف هذه الكتلة — classes .vga-* مطلوبة هناك.
   ════════════════════════════════════════════════════════════════════════ */

/* Layout & Container */
.vga-home-layout {
    background-color: var(--adc-bg-dark, #121212);
    color: var(--adc-text-light, #f1f1f1);
    font-family: var(--adc-font-base), sans-serif;
    padding-bottom: 40px;
}

.vga-main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.vga-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.vga-primary-content {
    flex: 1;
    min-width: 0;
}

.vga-sidebar {
    width: 320px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .vga-content-wrapper {
        flex-direction: column;
    }
    .vga-sidebar {
        width: 100%;
    }
}

/* Hero Section */
.vga-hero-section {
    background-color: var(--adc-bg-dark-alt, #1a1a1a);
    padding: 30px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--adc-border-dark, #333);
}

.vga-hero-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 250px);
    gap: 15px;
}

.vga-hero-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.vga-hero-item.large {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.vga-hero-item.small {
    grid-column: span 1;
    grid-row: span 1;
}

.vga-hero-link {
    display: block;
    width: 100%;
    height: 100%;
}

.vga-hero-thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.vga-hero-thumb img, .vga-placeholder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vga-placeholder-img {
    background: linear-gradient(45deg, #2a2a2a, #3a3a3a);
}

.vga-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 60%);
}

.vga-hero-item:hover .vga-hero-thumb img {
    transform: scale(1.05);
}

.vga-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.vga-cat-label {
    background: var(--adc-brand, #e60000);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.vga-hero-title {
    color: #fff;
    margin: 0;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.vga-hero-item.large .vga-hero-title {
    font-size: 28px;
}

.vga-hero-item.small .vga-hero-title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
    .vga-hero-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .vga-hero-item.large {
        grid-column: 1 / -1;
        height: 350px;
    }
    .vga-hero-item.small {
        grid-column: 1 / -1;
        height: 200px;
    }
}

/* Category Blocks */
.vga-cat-block {
    margin-bottom: 50px;
}

.vga-block-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--adc-border-dark, #333);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.vga-block-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--adc-text-light, #fff);
    margin: 0;
    border-bottom: 3px solid var(--adc-brand, #e60000);
    padding-bottom: 10px;
    margin-bottom: -12px;
}

.vga-block-title a {
    color: inherit;
    text-decoration: none;
}

.vga-block-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.vga-card {
    background: var(--adc-bg-dark-alt, #1e1e1e);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--adc-border-dark, #2a2a2a);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vga-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.vga-card-thumb {
    display: block;
    position: relative;
    padding-top: 56.25%;
    background: #111;
    overflow: hidden;
}

.vga-card-thumb img, .vga-card-thumb .vga-placeholder-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vga-card:hover .vga-card-thumb img {
    transform: scale(1.05);
}

.vga-card-body {
    padding: 15px;
}

.vga-card-cat {
    color: var(--adc-brand, #e60000);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
}

.vga-card-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.vga-card-title a {
    color: var(--adc-text-light, #fff);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vga-card-title a:hover {
    color: var(--adc-brand, #e60000);
}

.vga-card-meta {
    font-size: 12px;
    color: var(--adc-text-muted, #999);
}

/* Sidebar Widgets */
.vga-sidebar-widget {
    background: var(--adc-bg-dark-alt, #1e1e1e);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid var(--adc-border-dark, #2a2a2a);
}

.vga-widget-header {
    border-bottom: 2px solid var(--adc-border-dark, #333);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.vga-widget-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    border-bottom: 3px solid var(--adc-brand, #e60000);
    padding-bottom: 10px;
    margin-bottom: -12px;
    display: inline-block;
}

.vga-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.vga-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: opacity 0.3s;
}

.vga-social-btn:hover {
    opacity: 0.8;
}

.vga-social-btn.fb { background: #1877f2; }
.vga-social-btn.x { background: #000; border: 1px solid #333; }
.vga-social-btn.yt { background: #ff0000; }
.vga-social-btn.insta { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.vga-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vga-review-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    align-items: center;
}

.vga-review-item:hover .vga-review-title {
    color: var(--adc-brand, #e60000);
}

.vga-review-thumb {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.vga-review-thumb img, .vga-placeholder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vga-review-info {
    flex: 1;
}

.vga-review-title {
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

.vga-review-score {
    display: inline-block;
    background: var(--adc-brand, #e60000);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 3px 6px;
    border-radius: 4px;
}
