/* =========================================================
   K-DRAMA SINGLE PAGE
   ========================================================= */

.vibes-kdrama-single {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #222;
    box-sizing: border-box;
}

.vibes-kdrama-single *,
.vibes-kdrama-single *::before,
.vibes-kdrama-single *::after {
    box-sizing: border-box;
}


/* =========================================================
   HERO
   ========================================================= */

.vibes-kdrama-hero {
    position: relative;
    width: 100%;
    margin: 25px 0 35px;
    padding: 35px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #171717 0%,
        #242424 50%,
        #111 100%
    );
    color: #fff;
}

.vibes-kdrama-hero-inner {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 35px;
    align-items: center;
}


/* =========================================================
   POSTER
   ========================================================= */

.vibes-kdrama-poster {
    width: 280px;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .45);
    background: #111;
}

.vibes-kdrama-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.vibes-kdrama-hero-content {
    min-width: 0;
}

.vibes-kdrama-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #ddd;
}

.vibes-kdrama-label-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #e50914;
}

.vibes-kdrama-title {
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 42px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    color: #fff !important;
}

.vibes-kdrama-tagline {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.6;
    color: #d5d5d5;
}


/* =========================================================
   QUICK META
   ========================================================= */

.vibes-kdrama-quick-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
}

.vibes-kdrama-quick-meta > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .10);
    color: #e8e8e8;
    font-size: 13px;
}

.vibes-kdrama-quick-meta i {
    font-size: 13px;
}

.vibes-kdrama-rating {
    background: rgba(245, 166, 35, .16) !important;
    color: #ffc107 !important;
}

.vibes-kdrama-rating .fa-star {
    color: #ffc107;
}


/* =========================================================
   GENRES
   ========================================================= */

.vibes-kdrama-genres {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.vibes-kdrama-genres span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   HERO OVERVIEW
   ========================================================= */

.vibes-kdrama-hero-overview {
    max-width: 760px;
    margin-bottom: 22px;
    color: #d7d7d7;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.vibes-kdrama-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vibes-kdrama-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 18px;
    border: 0 !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
}

.vibes-kdrama-btn:hover {
    transform: translateY(-1px);
    text-decoration: none !important;
}

.vibes-kdrama-btn-primary {
    background: #e50914;
    color: #fff !important;
}

.vibes-kdrama-btn-primary:hover {
    background: #c40812;
    color: #fff !important;
}

.vibes-kdrama-btn-secondary {
    background: rgba(255, 255, 255, .12);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
}

.vibes-kdrama-btn-secondary:hover {
    background: rgba(255, 255, 255, .20);
    color: #fff !important;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.vibes-kdrama-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/* =========================================================
   SECTION
   ========================================================= */

.vibes-kdrama-section {
    margin: 0 0 35px;
    padding: 0;
}

.vibes-kdrama-section-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
}

.vibes-kdrama-section-heading .vibes-section-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f1f1f1;
    color: #222;
    font-size: 18px;
}

.vibes-kdrama-section-heading .vibes-section-kicker {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #999;
}

.vibes-kdrama-section-heading h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #222 !important;
}


/* =========================================================
   OVERVIEW
   ========================================================= */

.vibes-kdrama-overview {
    padding: 22px 25px;
    border-radius: 12px;
    background: #f6f6f6;
}

.vibes-kdrama-overview p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}


/* =========================================================
   INFORMATION GRID
   ========================================================= */

.vibes-kdrama-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vibes-kdrama-info-grid .vibes-info-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    min-height: 78px;
    padding: 14px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
}

.vibes-kdrama-info-grid .vibes-info-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f1f1f1;
    color: #333;
    font-size: 16px;
}

.vibes-kdrama-info-grid .vibes-info-card > div:last-child {
    min-width: 0;
}

.vibes-kdrama-info-grid .vibes-info-card span {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    color: #888;
}

.vibes-kdrama-info-grid .vibes-info-card strong {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
    word-break: break-word;
}


/* =========================================================
   ALIASES
   ========================================================= */

.vibes-kdrama-aliases {
    padding: 18px 20px;
    border-radius: 12px;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}


/* =========================================================
   CAST
   ========================================================= */

.vibes-kdrama-cast-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vibes-kdrama-cast-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
}

.vibes-kdrama-cast-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f1f1;
    color: #555;
}


/* =========================================================
   DOWNLOAD
   ========================================================= */

.vibes-kdrama-download-box {
    padding: 22px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #fafafa;
}


/* =========================================================
   SHARE
   ========================================================= */

.vibes-kdrama-section .vibes-share-card {
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #fff;
}

.vibes-kdrama-section .vibes-share-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.vibes-kdrama-section .vibes-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 8px;
    text-decoration: none;
}


/* =========================================================
   FLAGS
   ========================================================= */

.vibes-kdrama-single .audio-language-flag {
    width: 24px;
    height: 18px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 2px;
}


/* =========================================================
   DARK MODE
   ========================================================= */

@media (prefers-color-scheme: dark) {

    .vibes-kdrama-single {
        color: #eee;
    }

    .vibes-kdrama-section-heading h2 {
        color: #fff !important;
    }

    .vibes-kdrama-section-heading .vibes-section-icon {
        background: #292929;
        color: #fff;
    }

    .vibes-kdrama-overview,
    .vibes-kdrama-aliases {
        background: #202020;
    }

    .vibes-kdrama-overview p,
    .vibes-kdrama-aliases {
        color: #ccc;
    }

    .vibes-kdrama-info-grid .vibes-info-card,
    .vibes-kdrama-cast-card,
    .vibes-kdrama-section .vibes-share-card {
        border-color: #333;
        background: #202020;
    }

    .vibes-kdrama-info-grid .vibes-info-icon,
    .vibes-kdrama-cast-icon {
        background: #2b2b2b;
        color: #ddd;
    }

    .vibes-kdrama-info-grid .vibes-info-card strong {
        color: #fff;
    }

    .vibes-kdrama-info-grid .vibes-info-card span {
        color: #999;
    }

    .vibes-kdrama-download-box {
        border-color: #333;
        background: #202020;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .vibes-kdrama-hero {
        padding: 25px;
    }

    .vibes-kdrama-hero-inner {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 25px;
    }

    .vibes-kdrama-poster {
        width: 220px;
    }

    .vibes-kdrama-title {
        font-size: 34px !important;
    }

    .vibes-kdrama-cast-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


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

@media (max-width: 600px) {

    .vibes-kdrama-single {
        width: 100%;
        padding: 0 12px;
    }

    .vibes-kdrama-hero {
        margin: 15px 0 28px;
        padding: 18px;
        border-radius: 14px;
    }

    .vibes-kdrama-hero-inner {
        display: block;
    }

    .vibes-kdrama-poster {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 22px;
        border-radius: 12px;
    }

    .vibes-kdrama-hero-content {
        text-align: left;
    }

    .vibes-kdrama-label {
        margin-bottom: 8px;
    }

    .vibes-kdrama-title {
        font-size: 29px !important;
        line-height: 1.15 !important;
    }

    .vibes-kdrama-tagline {
        font-size: 14px;
        line-height: 1.5;
    }

    .vibes-kdrama-quick-meta {
        gap: 6px;
    }

    .vibes-kdrama-quick-meta > span {
        padding: 6px 8px;
        font-size: 12px;
    }

    .vibes-kdrama-hero-overview {
        font-size: 14px;
        line-height: 1.65;
    }

    .vibes-kdrama-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vibes-kdrama-btn {
        width: 100%;
    }

    .vibes-kdrama-section {
        margin-bottom: 28px;
    }

    .vibes-kdrama-section-heading {
        margin-bottom: 14px;
    }

    .vibes-kdrama-section-heading .vibes-section-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .vibes-kdrama-section-heading h2 {
        font-size: 22px !important;
    }

    .vibes-kdrama-info-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .vibes-kdrama-info-grid .vibes-info-card {
        min-height: 68px;
    }

    .vibes-kdrama-cast-grid {
        grid-template-columns: 1fr;
    }

    .vibes-kdrama-section .vibes-share-grid {
        grid-template-columns: 1fr;
    }

    .vibes-kdrama-download-box {
        padding: 15px;
    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .vibes-kdrama-single {
        padding: 0 8px;
    }

    .vibes-kdrama-hero {
        padding: 14px;
    }

    .vibes-kdrama-title {
        font-size: 25px !important;
    }

    .vibes-kdrama-poster {
        max-width: 250px;
    }

}