/**
 * ==========================================================================
 * SÉRIE CSS - JurojinNet
 * Harmonisé avec single.css
 * ==========================================================================
 */

/* --------------------------------------------------------------------------
   BASE & RESET - Anti-overflow
   -------------------------------------------------------------------------- */
html {
    overflow-x: hidden;
}

body.single-serie,
body.single-film {
    overflow-x: hidden;
    max-width: 100vw;
}

body.single-serie,
body.single-film,
body.post-type-archive-serie,
body.post-type-archive-film,
body.tax-serie_genre,
body.tax-serie_plateforme {
    background: #ffffff;
}

/* Conteneurs principaux - empêcher overflow */
.single-serie .site-content,
.single-film .site-content,
.single-serie article,
.single-film article {
    max-width: 100%;
    overflow-x: hidden;
}

/* Reset global pour éviter tout débordement */
.single-serie *,
.single-film * {
    max-width: 100%;
    box-sizing: border-box;
}

/* Exception pour les éléments qui ont besoin de leur largeur */
.single-serie svg,
.single-film svg,
.single-serie img,
.single-film img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   BLOC AUTEUR (identique à single.css)
   ========================================================================== */

.article-author {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 12px;
    margin-top: 2rem;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

/* Avatar auteur - sélecteur spécifique pour surpasser .serie-content img */
.single-serie .article-author__avatar,
.single-serie .serie-content .article-author__avatar,
.serie-content .article-author__avatar,
.article-author .article-author__avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0;
    display: block;
}

.article-author__content {
    flex: 1;
    min-width: 0;
}

.article-author__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

.article-author__name {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.375rem;
    text-decoration: none;
}

.article-author__name:hover {
    color: #6366f1;
}

.article-author__bio {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0.625rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.article-author__social {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.article-author__social-link {
    color: #9ca3af;
    transition: color 0.15s;
    text-decoration: none;
}

.article-author__social-link:hover {
    color: #6366f1;
}

.article-author__social-link svg {
    width: 18px;
    height: 18px;
}

/* ==========================================================================
   BOUTONS DE PARTAGE
   ========================================================================== */

.article-share {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #e5e7eb;
    flex-wrap: wrap;
    min-width: 0;
}

.article-share__label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6b7280;
}

.article-share__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f4f6;
    border: none;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s;
    text-decoration: none;
}

.article-share__btn:hover {
    background: #6366f1;
    color: #ffffff;
}

.article-share__btn svg {
    width: 16px;
    height: 16px;
}

.article-share__btn:hover svg {
    fill: #ffffff;
}

/* ==========================================================================
   TAGS
   ========================================================================== */

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-tags__item {
    font-size: 0.8125rem;
    color: #4b5563;
    background: #f3f4f6;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    transition: all 0.15s;
    text-decoration: none;
}

.article-tags__item:hover {
    background: #eef2ff;
    color: #6366f1;
}

/* ==========================================================================
   RESPONSIVE AUTEUR / PARTAGE / TAGS
   ========================================================================== */

@media (max-width: 768px) {
    .article-author {
        flex-direction: column;
        text-align: center;
    }
    
    .single-serie .article-author__avatar,
    .serie-content .article-author__avatar,
    .article-author .article-author__avatar {
        margin: 0 auto;
    }

    .article-author__social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .article-author {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }

    .single-serie .article-author__avatar,
    .serie-content .article-author__avatar,
    .article-author .article-author__avatar {
        margin: 0 auto;
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }

    .article-author__social {
        justify-content: center;
    }
    
    .article-author__name {
        font-size: 0.9375rem;
    }
    
    .article-author__bio {
        font-size: 0.8125rem;
    }

    .article-share {
        justify-content: center;
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .article-tags {
        justify-content: center;
    }
}

/* ==========================================================================
   BLOQUER GOOGLE ADS DANS CERTAINES ZONES
   ========================================================================== */
.serie-review__points .google-auto-placed,
.serie-review__points .adsbygoogle,
.serie-review__points-column .google-auto-placed,
.serie-review__points-column .adsbygoogle,
.serie-review__points-list .google-auto-placed,
.serie-review__points-list .adsbygoogle,
.serie-review__ratings .google-auto-placed,
.serie-review__ratings .adsbygoogle,
.serie-verdict .google-auto-placed,
.serie-verdict .adsbygoogle,
.serie-sidebar .google-auto-placed,
.serie-sidebar .adsbygoogle,
.article-author .google-auto-placed,
.article-author .adsbygoogle,
.serie-hero .google-auto-placed,
.serie-hero .adsbygoogle,
.serie-casting .google-auto-placed,
.serie-casting .adsbygoogle,
.serie-crew .google-auto-placed,
.serie-crew .adsbygoogle {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
}

/* ==========================================================================
   FIX GOOGLE ADS OVERFLOW
   Ces éléments ont des largeurs fixes qui débordent sur mobile
   ========================================================================== */
.google-auto-placed,
.ap_container,
.adsbygoogle,
ins.adsbygoogle,
[id^="aswift_"],
[id$="_host"] {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* Forcer les iframes ads à respecter le conteneur */
.google-auto-placed iframe,
.adsbygoogle iframe,
ins.adsbygoogle iframe {
    max-width: 100% !important;
}

/* ==========================================================================
   FIX MOBILE RESPONSIVE - Forcer adaptation largeur
   ========================================================================== */
@media screen and (max-width: 782px) {
    /* Reset complet pour mobile */
    body.single-serie .site,
    body.single-serie .site-content,
    body.single-serie .content-area,
    body.single-serie .inside-article,
    body.single-serie article.serie,
    body.single-film .site,
    body.single-film .site-content,
    body.single-film .content-area,
    body.single-film .inside-article,
    body.single-film article.film {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }
    
    /* Layout principal */
    .serie-layout {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1rem 2rem !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
    
    /* Contenu principal - FORCER overflow hidden */
    .serie-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-bottom: 2rem !important;
        overflow: hidden !important;
    }
    
    /* Sidebar */
    .serie-sidebar {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: block !important;
        overflow: hidden !important;
    }
    
    /* ==============================================
       FIX ÉLÉMENTS FLEX QUI DÉBORDENT
       ============================================== */
    
    /* Season - le header flex qui déborde */
    .serie-season {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    
    .serie-season__header {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex-wrap: wrap !important;
        overflow: hidden !important;
    }
    
    .serie-season__content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    
    .serie-season__content p {
        width: 100% !important;
        max-width: 100% !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
    }
    
    /* Verdict box */
    .serie-verdict,
    .serie-verdict__box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .serie-verdict__box {
        padding: 1.25rem !important;
    }
    
    .serie-verdict__title,
    .serie-verdict__headline,
    .serie-verdict__text {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
    }
    
    /* Article author - flex container */
    .article-author {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        flex-wrap: wrap !important;
    }
    
    .article-author__content,
    .article-author__label,
    .article-author__bio,
    .article-author__social {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-wrap: break-word !important;
    }
    
    /* Article share - flex container */
    .article-share {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        flex-wrap: wrap !important;
    }
    
    /* Comments */
    .jn-comments {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    
    .jn-comments__toggle {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    
    /* ==============================================
       AUTRES SECTIONS
       ============================================== */
    
    /* Tous les blocs internes */
    .serie-section,
    .serie-casting,
    .serie-crew,
    .serie-review,
    .serie-trailer,
    .serie-sidebar__block {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    
    /* Texte et paragraphes */
    .serie-content p,
    .serie-content h2,
    .serie-content h3,
    .serie-content h4,
    .serie-content figure,
    .serie-content img,
    .serie-review__prose,
    .serie-synopsis__text,
    .wp-block-heading,
    .wp-block-image {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    
    /* Grilles */
    .serie-casting__grid,
    .serie-crew__grid,
    .serie-review__points,
    .serie-review__ratings {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    
    /* Review points columns */
    .serie-review__points-column,
    .serie-review__points-column--positive,
    .serie-review__points-column--negative {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    
    .serie-review__points-list,
    .serie-review__points-list li {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-wrap: break-word !important;
    }
    
    /* Images */
    .serie-content img,
    .serie-trailer__thumbnail,
    figure img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* Trailer */
    .serie-trailer,
    .serie-trailer__container {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

/* --------------------------------------------------------------------------
   READING PROGRESS BAR
   -------------------------------------------------------------------------- */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    z-index: 9999;
    transition: width 0.1s ease-out;
}

body.single-serie .site-content,
body.single-film .site-content {
    background: #ffffff;
}

.single-serie,
.single-film {
    --color-bg: #ffffff;
    --color-bg-alt: #f9fafb;
    --color-text: #111827;
    --color-text-secondary: #374151;
    --color-text-muted: #6b7280;
    --color-text-light: #9ca3af;
    --color-accent: #6366f1;
    --color-accent-hover: #4f46e5;
    --color-accent-light: #eef2ff;
    --color-border: #e5e7eb;
    --color-success: #10b981;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
}


/* --------------------------------------------------------------------------
   FIL D'ARIANE (BREADCRUMB)
   -------------------------------------------------------------------------- */

/* Header stats group (pour taxonomy) */
.archive-header__stats-group {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.serie-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid #f3f4f6;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.serie-breadcrumb__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}

.serie-breadcrumb__nav {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    color: #6b7280;
    flex-wrap: wrap;
    max-width: 100%;
}

.serie-breadcrumb__nav a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serie-breadcrumb__nav a:hover {
    color: #6366f1;
}

.serie-breadcrumb__nav svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
    color: #9ca3af;
    flex-shrink: 0;
}

.serie-breadcrumb__nav span {
    color: #111827;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* --------------------------------------------------------------------------
   HERO HEADER
   -------------------------------------------------------------------------- */
.serie-hero {
    position: relative;
    background-color: #0f172a;
    background-size: cover;
    background-position: center top;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.serie-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(15, 23, 42, 0.95) 0%,
        rgba(15, 23, 42, 0.7) 50%,
        rgba(15, 23, 42, 0.4) 100%
    );
}

.serie-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    display: flex;
    gap: 2.5rem;
    align-items: flex-end;
    box-sizing: border-box;
}

/* Poster */
.serie-hero__poster {
    flex-shrink: 0;
    width: 220px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.serie-hero__poster img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 2/3;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}

/* Infos */
.serie-hero__info {
    flex: 1;
    color: #ffffff;
    min-width: 0; /* Fix overflow */
}

.serie-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.serie-hero__year,
.serie-hero__genres {
    color: rgba(255,255,255,0.8);
}

.serie-hero__status {
    display: inline-flex;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.serie-hero__status--en_cours {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.serie-hero__status--terminee {
    background: rgba(99, 102, 241, 0.2);
    color: #a5b4fc;
}

.serie-hero__status--annulee {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
}

.serie-hero__reading-time {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
}

.serie-hero__reading-time svg {
    opacity: 0.8;
}

/* --------------------------------------------------------------------------
   AUTHOR BAR
   -------------------------------------------------------------------------- */
.serie-author-bar {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem 1.5rem;
}

.serie-author-bar__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.serie-author-bar__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    min-width: 0; /* Fix overflow */
}

.serie-author-bar__author:hover .serie-author-bar__name {
    color: #6366f1;
}

.serie-author-bar__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.serie-author-bar__info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.serie-author-bar__name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #111827;
    transition: color 0.15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serie-author-bar__date {
    font-size: 0.8125rem;
    color: #6b7280;
}

.serie-author-bar__stats {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.serie-author-bar__stat {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.serie-author-bar__stat svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 640px) {
    .serie-author-bar__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .serie-author-bar__stats {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
}

.serie-hero__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.5rem;
    color: #ffffff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

.serie-hero__original-title {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.6);
    font-style: italic;
    margin: 0 0 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.serie-hero__tagline {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.75);
    margin: 0 0 1.5rem;
    max-width: 600px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Stats */
.serie-hero__stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.serie-hero__stat {
    display: flex;
    flex-direction: column;
}

.serie-hero__stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.serie-hero__stat-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Rating */
.serie-hero__rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.serie-hero__rating-score {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.serie-hero__rating-value {
    font-size: 2.25rem;
    font-weight: 700;
    color: #fbbf24;
}

.serie-hero__rating-max {
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
}

.serie-hero__rating-stars {
    display: flex;
    gap: 0.25rem;
}

.serie-hero__rating-stars .star {
    width: 20px;
    height: 20px;
    color: #fbbf24;
}

.serie-hero__rating-stars .star--empty {
    color: rgba(255,255,255,0.3);
}

/* Plateformes hero */
.serie-hero__platforms {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.serie-hero__platforms-label {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.6);
}

.serie-hero__platforms-list {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.serie-hero__platform {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.serie-hero__platform:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.serie-hero__platform img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serie-hero__platform span {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0 0.25rem;
}

.serie-hero__platform--no-link {
    opacity: 0.6;
    cursor: default;
}


/* --------------------------------------------------------------------------
   LAYOUT 2 COLONNES
   -------------------------------------------------------------------------- */
.serie-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem 4rem;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 3rem;
    align-items: start;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.serie-content {
    min-width: 0;
    max-width: 100%;
    position: relative;
    z-index: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.serie-sidebar {
    position: sticky;
    top: 2rem;
    z-index: 1;
    min-width: 0;
    max-width: 100%;
}


/* --------------------------------------------------------------------------
   SECTIONS
   -------------------------------------------------------------------------- */
.serie-section {
    margin-bottom: 3rem;
}

.serie-section__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}


/* --------------------------------------------------------------------------
   TYPOGRAPHIE PROSE (identique à single.css)
   -------------------------------------------------------------------------- */
.serie-synopsis__text,
.serie-review__prose,
.serie-season__content {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #374151;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.serie-synopsis__text p,
.serie-review__prose p,
.serie-season__content p {
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.serie-synopsis__text p:last-child,
.serie-review__prose p:last-child,
.serie-season__content p:last-child {
    margin-bottom: 0;
}

.serie-synopsis__text h2,
.serie-review__prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.serie-synopsis__text h3,
.serie-review__prose h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.serie-synopsis__text h4,
.serie-review__prose h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #111827;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.serie-synopsis__text a,
.serie-review__prose a,
.serie-season__content a {
    color: #6366f1;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.serie-synopsis__text a:hover,
.serie-review__prose a:hover,
.serie-season__content a:hover {
    color: #4f46e5;
}

.serie-synopsis__text strong,
.serie-review__prose strong,
.serie-season__content strong {
    font-weight: 600;
    color: #111827;
}

.serie-synopsis__text em,
.serie-review__prose em,
.serie-season__content em {
    font-style: italic;
}

.serie-synopsis__text ul,
.serie-synopsis__text ol,
.serie-review__prose ul,
.serie-review__prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.serie-synopsis__text li,
.serie-review__prose li {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 0.5rem;
}

.serie-synopsis__text blockquote,
.serie-review__prose blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    background: #f9fafb;
    border-left: 3px solid #6366f1;
    border-radius: 0 8px 8px 0;
    font-size: 1.0625rem;
    color: #4b5563;
}

.serie-synopsis__text blockquote p:last-child,
.serie-review__prose blockquote p:last-child {
    margin-bottom: 0;
}

.serie-synopsis__text blockquote cite,
.serie-review__prose blockquote cite {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    font-style: normal;
    color: #6b7280;
}


/* --------------------------------------------------------------------------
   IMAGES & LÉGENDES (identique à single.css)
   -------------------------------------------------------------------------- */
.serie-section img,
.serie-content img {
    margin: 2rem 0;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Empêcher tout débordement d'images */
img {
    max-width: 100%;
    height: auto;
}

/* Empêcher débordement des iframes (YouTube, etc.) */
iframe {
    max-width: 100%;
}

/* Reset pour les images dans des conteneurs spécifiques */
.serie-hero img,
.serie-casting__photo img,
.serie-universe__poster img,
.serie-sidebar__similar-poster img,
.serie-sidebar__platform-logo,
.serie-card__poster img {
    margin: 0;
    border-radius: 0;
}

.serie-section figure,
.serie-content figure {
    margin: 2rem 0;
}

.serie-section figcaption,
.serie-content figcaption,
.serie-trailer__caption {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    color: #6b7280;
    text-align: center;
}


/* --------------------------------------------------------------------------
   TRAILER
   -------------------------------------------------------------------------- */
.serie-trailer {
    margin-top: 2rem;
}

.serie-trailer__container {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.serie-trailer__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s, opacity 0.3s;
    margin: 0;
    border-radius: 0;
}

.serie-trailer__container:hover .serie-trailer__thumbnail {
    transform: scale(1.02);
    opacity: 0.8;
}

.serie-trailer__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: var(--shadow-lg);
}

.serie-trailer__play svg {
    width: 28px;
    height: 28px;
    margin-left: 4px;
    color: #6366f1;
}

.serie-trailer__container:hover .serie-trailer__play {
    transform: translate(-50%, -50%) scale(1.1);
}

.serie-trailer__container iframe {
    width: 100%;
    height: 100%;
}


/* --------------------------------------------------------------------------
   CASTING
   -------------------------------------------------------------------------- */
.serie-casting__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1.25rem;
}

.serie-casting__item {
    text-align: center;
}

.serie-casting__photo {
    width: 100%;
    aspect-ratio: 1;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 0.75rem;
    background: #f9fafb;
}

.serie-casting__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}

.serie-casting__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
}

.serie-casting__placeholder svg {
    width: 48px;
    height: 48px;
    color: #9ca3af;
}

.serie-casting__name {
    display: block;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #111827;
}

.serie-casting__role {
    display: block;
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 0.125rem;
}


/* --------------------------------------------------------------------------
   ÉQUIPE TECHNIQUE
   -------------------------------------------------------------------------- */
.serie-crew__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.serie-crew__item {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background: #f9fafb;
    border-radius: var(--radius-md);
}

.serie-crew__role {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

.serie-crew__name {
    font-weight: 600;
    color: #111827;
}


/* --------------------------------------------------------------------------
   CRITIQUE / REVIEW
   -------------------------------------------------------------------------- */

/* Notes détaillées */
.serie-review__ratings {
    margin-bottom: 2rem;
}

.serie-review__ratings-title {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 1rem;
}

.serie-review__rating-item {
    margin-bottom: 1rem;
}

.serie-review__rating-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.375rem;
    gap: 0.5rem;
}

.serie-review__rating-label {
    font-size: 0.875rem;
    color: #374151;
}

.serie-review__rating-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    flex-shrink: 0;
}

.serie-review__rating-bar {
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    overflow: hidden;
}

.serie-review__rating-fill {
    height: 100%;
    background: linear-gradient(90deg, #6366f1, #818cf8);
    border-radius: 3px;
    transition: width 0.5s ease-out;
}

/* Points forts / faibles */
.serie-review__points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.serie-review__points-column {
    padding: 1.25rem;
    border-radius: var(--radius-md);
}

.serie-review__points-column--positive {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.serie-review__points-column--negative {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.serie-review__points-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.875rem;
}

.serie-review__points-column--positive .serie-review__points-title {
    color: #059669;
}

.serie-review__points-column--negative .serie-review__points-title {
    color: #dc2626;
}

.serie-review__points-title svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.serie-review__points-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.serie-review__points-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.5;
}

.serie-review__points-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.serie-review__points-column--positive .serie-review__points-list li::before {
    background: #10b981;
}

.serie-review__points-column--negative .serie-review__points-list li::before {
    background: #ef4444;
}


/* --------------------------------------------------------------------------
   CRITIQUE PAR SAISON
   -------------------------------------------------------------------------- */
.serie-season {
    margin-bottom: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.serie-season__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: #f9fafb;
    gap: 1rem;
}

.serie-season__info {
    min-width: 0;
    flex: 1;
}

.serie-season__title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.serie-season__meta {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 0.125rem;
}

.serie-season__rating {
    display: flex;
    align-items: baseline;
    gap: 0.125rem;
    flex-shrink: 0;
}

.serie-season__rating-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #6366f1;
}

.serie-season__rating-max {
    font-size: 0.8125rem;
    color: #6b7280;
}

.serie-season__content {
    padding: 1.25rem;
}


/* --------------------------------------------------------------------------
   VERDICT
   -------------------------------------------------------------------------- */
.serie-verdict__box {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    color: #ffffff;
}

.serie-verdict__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.9);
    margin: 0 0 1rem;
}

.serie-verdict__title svg {
    width: 20px;
    height: 20px;
    color: #fbbf24;
}

.serie-verdict__headline {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.serie-verdict__text {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 1.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.serie-verdict__score {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    background: rgba(255,255,255,0.2);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-md);
}

.serie-verdict__score-value {
    font-size: 2.5rem;
    font-weight: 700;
}

.serie-verdict__score-max {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.85);
}


/* --------------------------------------------------------------------------
   UNIVERS (ancien style)
   -------------------------------------------------------------------------- */
.serie-universe__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.serie-universe__item {
    text-decoration: none;
    transition: transform 0.2s;
}

.serie-universe__item:hover {
    transform: translateY(-4px);
}

.serie-universe__poster {
    aspect-ratio: 2/3;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 0.5rem;
    background: #f9fafb;
}

.serie-universe__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}

.serie-universe__relation {
    display: block;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6366f1;
    font-weight: 600;
}

.serie-universe__title {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin-top: 0.125rem;
}


/* ==========================================================================
   CARTES "DANS LE MÊME UNIVERS" - Style catalog-card complet
   ========================================================================== */

/* Grille "Dans le même univers" */
.catalog-grid--universe {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.5rem;
}

/* Card de base */
.catalog-card {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eaeef3;
    transition: all 0.25s ease;
}

.catalog-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.catalog-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* Poster */
.catalog-card__poster {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
    background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

.catalog-card__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    margin: 0;
    border-radius: 0;
}

.catalog-card:hover .catalog-card__poster img {
    transform: scale(1.04);
}

.catalog-card__poster-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.catalog-card__poster-placeholder svg {
    width: 32px;
    height: 32px;
}

/* Badges */
.catalog-card__badges {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none;
    z-index: 3;
}

.catalog-card__note {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.625rem;
    font-weight: 700;
    color: #ffffff;
    background: rgba(17, 24, 39, 0.85);
    padding: 0.15rem 0.35rem;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.catalog-card__note svg {
    width: 10px;
    height: 10px;
    color: #fbbf24;
}

/* Badge type Film/Série */
.catalog-card__type {
    background: rgba(0,0,0,0.8);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.catalog-card__type--film {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.catalog-card__type--serie {
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
}

.catalog-card__platform {
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.catalog-card__platform img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px;
}

/* Overlay hover */
.catalog-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(17, 24, 39, 0.92) 0%,
        rgba(17, 24, 39, 0.5) 35%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.625rem;
    z-index: 2;
}

.catalog-card:hover .catalog-card__overlay {
    opacity: 1;
}

.catalog-card__quick-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}

.catalog-card__quick-info span {
    font-size: 0.5625rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.12);
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
    backdrop-filter: blur(6px);
}

/* Infos */
.catalog-card__info {
    padding: 0.625rem 0.75rem 0.75rem;
}

.catalog-card__title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.35;
    margin: 0 0 0.25rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-card:hover .catalog-card__title {
    color: #6366f1;
}

.catalog-card__meta {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.6875rem;
    color: #9ca3af;
}

.catalog-card__meta-dot {
    width: 3px;
    height: 3px;
    background: #d1d5db;
    border-radius: 50%;
}

.catalog-card__genre {
    color: #6366f1;
    font-weight: 500;
}

/* Responsive cartes univers */
@media (max-width: 640px) {
    .catalog-grid--universe {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .catalog-card__info {
        padding: 0.5rem 0.625rem;
    }

    .catalog-card__title {
        font-size: 0.75rem;
    }

    .catalog-card__meta {
        font-size: 0.625rem;
    }
}

@media (max-width: 480px) {
    .catalog-grid--universe {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.625rem;
    }

    .catalog-card__badges {
        top: 0.375rem;
        left: 0.375rem;
        right: 0.375rem;
    }

    .catalog-card__note {
        font-size: 0.5625rem;
        padding: 0.1rem 0.25rem;
    }

    .catalog-card__type {
        font-size: 9px;
        padding: 3px 6px;
    }

    .catalog-card__info {
        padding: 0.4rem 0.5rem 0.5rem;
    }

    .catalog-card__title {
        font-size: 0.6875rem;
    }
}


/* --------------------------------------------------------------------------
   BLOC AUTEUR (identique à single.css)
   -------------------------------------------------------------------------- */
.article-author {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 12px;
    margin: 2.5rem 0;
}

/* Déjà défini plus haut avec sélecteur spécifique */

.article-author__content {
    flex: 1;
    min-width: 0;
}

.article-author__label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

.article-author__name {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.375rem;
    text-decoration: none;
}

.article-author__name:hover {
    color: #6366f1;
}

.article-author__bio {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0.625rem;
}

.article-author__social {
    display: flex;
    gap: 0.625rem;
}

.article-author__social-link {
    color: #9ca3af;
    transition: color 0.15s;
}

.article-author__social-link:hover {
    color: #6366f1;
}

.article-author__social-link svg {
    width: 18px;
    height: 18px;
}


/* --------------------------------------------------------------------------
   TAGS (identique à single.css)
   -------------------------------------------------------------------------- */
.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.article-tags__item {
    font-size: 0.8125rem;
    color: #4b5563;
    background: #f3f4f6;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.15s;
}

.article-tags__item:hover {
    background: #eef2ff;
    color: #6366f1;
}


/* --------------------------------------------------------------------------
   PARTAGE (identique à single.css)
   -------------------------------------------------------------------------- */
.article-share {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #e5e7eb;
    flex-wrap: wrap;
}

.article-share__label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6b7280;
}

.article-share__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f4f6;
    border: none;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s;
    flex-shrink: 0;
}

.article-share__btn:hover {
    background: #6366f1;
    color: #ffffff;
}

.article-share__btn svg {
    width: 16px;
    height: 16px;
}


/* --------------------------------------------------------------------------
   SIDEBAR
   -------------------------------------------------------------------------- */
.serie-sidebar__block {
    margin-bottom: 2rem;
}

.serie-sidebar__title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 1rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #e5e7eb;
}

/* Fiche technique */
.serie-sidebar__list {
    margin: 0;
}

.serie-sidebar__item {
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 0;
    border-bottom: 1px solid #e5e7eb;
    gap: 0.5rem;
}

.serie-sidebar__item:last-child {
    border-bottom: none;
}

.serie-sidebar__item dt {
    font-size: 0.8125rem;
    color: #6b7280;
    flex-shrink: 0;
}

.serie-sidebar__item dd {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
    margin: 0;
    text-align: right;
    word-break: break-word;
}

/* --------------------------------------------------------------------------
   OÙ REGARDER - Design moderne
   -------------------------------------------------------------------------- */
.serie-sidebar__platforms {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.serie-sidebar__block .serie-sidebar__platforms .serie-sidebar__platform {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s, box-shadow 0.15s;
}

.serie-sidebar__block .serie-sidebar__platforms .serie-sidebar__platform:hover {
    background: #f3f4f6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.serie-sidebar__block .serie-sidebar__platforms .serie-sidebar__platform img.serie-sidebar__platform-logo {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    object-fit: cover;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    margin: 0;
}

.serie-sidebar__block .serie-sidebar__platforms .serie-sidebar__platform .serie-sidebar__platform-name {
    flex: 1;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #111827;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serie-sidebar__block .serie-sidebar__platforms .serie-sidebar__platform:hover .serie-sidebar__platform-name {
    color: #6366f1;
}

.serie-sidebar__block .serie-sidebar__platforms .serie-sidebar__platform .serie-sidebar__platform-arrow {
    width: 16px;
    height: 16px;
    color: #9ca3af;
    flex-shrink: 0;
    transition: transform 0.2s, color 0.2s;
}

.serie-sidebar__block .serie-sidebar__platforms .serie-sidebar__platform:hover .serie-sidebar__platform-arrow {
    transform: translate(2px, -2px);
    color: #6366f1;
}


/* --------------------------------------------------------------------------
   SÉRIES SIMILAIRES
   -------------------------------------------------------------------------- */
.serie-sidebar__similar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.serie-sidebar__similar-item {
    display: flex;
    gap: 0.875rem;
    text-decoration: none;
    transition: opacity 0.15s;
}

.serie-sidebar__similar-item:hover {
    opacity: 0.8;
}

.serie-sidebar__similar-poster {
    width: 48px;
    height: 72px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: #f9fafb;
    flex-shrink: 0;
}

.serie-sidebar__similar-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}

.serie-sidebar__similar-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.serie-sidebar__similar-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serie-sidebar__similar-rating {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}


/* --------------------------------------------------------------------------
   ARCHIVE SÉRIES
   -------------------------------------------------------------------------- */
.archive-serie-header {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 2rem 1.5rem 0;
}

.archive-serie-header__title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.5rem;
}

.archive-serie-header__count {
    font-size: 0.9375rem;
    color: #6b7280;
}

/* Filtres */
.archive-serie-filters {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.archive-serie-filters__group {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.archive-serie-filters__btn {
    padding: 0.5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: transparent;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
}

.archive-serie-filters__btn:hover,
.archive-serie-filters__btn.active {
    background: #6366f1;
    border-color: #6366f1;
    color: #ffffff;
}

.archive-serie-filters__search {
    margin-left: auto;
    position: relative;
}

.archive-serie-filters__search input {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    font-size: 0.875rem;
    width: 200px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.archive-serie-filters__search input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Grille archive */
.archive-serie-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}

/* Carte série */
.serie-card {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #f9fafb;
    transition: transform 0.2s, box-shadow 0.2s;
}

.serie-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.serie-card__poster {
    aspect-ratio: 2/3;
    position: relative;
}

.serie-card__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}

.serie-card__badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.25rem 0.5rem;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 700;
    color: #fbbf24;
}

.serie-card__status {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-sm);
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.serie-card__status--en_cours {
    background: #10b981;
    color: #ffffff;
}

.serie-card__status--terminee {
    background: #6366f1;
    color: #ffffff;
}

.serie-card__status--annulee {
    background: #ef4444;
    color: #ffffff;
}

.serie-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.2s;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}

.serie-card:hover .serie-card__overlay {
    opacity: 1;
}

.serie-card__genres {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.9);
}

.serie-card__info {
    padding: 1rem;
}

.serie-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serie-card__meta {
    font-size: 0.75rem;
    color: #6b7280;
}

/* Pagination */
.archive-serie-pagination {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 0 1.5rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.archive-serie-pagination a,
.archive-serie-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s;
}

.archive-serie-pagination a:hover {
    background: #f9fafb;
    border-color: #6366f1;
    color: #6366f1;
}

.archive-serie-pagination .current {
    background: #6366f1;
    border-color: #6366f1;
    color: #ffffff;
}

/* État vide */
.archive-serie-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
}

.archive-serie-empty__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.5rem;
}

.archive-serie-empty__text {
    color: #6b7280;
}


/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .serie-layout {
        display: block;
    }
    
    .serie-content {
        max-width: 100%;
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .serie-sidebar {
        position: static;
        top: auto;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .serie-hero {
        min-height: auto;
    }
    
    .serie-hero__content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
        gap: 1.5rem;
    }
    
    .serie-hero__poster {
        width: 160px;
    }
    
    .serie-hero__title {
        font-size: 1.75rem;
    }
    
    .serie-hero__original-title {
        font-size: 1rem;
    }
    
    .serie-hero__tagline {
        font-size: 1rem;
    }
    
    .serie-hero__stats {
        justify-content: center;
        gap: 1.5rem;
    }
    
    .serie-hero__stat-value {
        font-size: 1.375rem;
    }
    
    .serie-hero__rating {
        justify-content: center;
    }
    
    .serie-hero__platforms {
        justify-content: center;
    }
    
    .serie-layout {
        display: block;
        padding: 0 1rem 3rem;
    }
    
    .serie-content {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .serie-sidebar {
        position: static;
        top: auto;
        width: 100%;
        display: block;
    }
    
    .serie-sidebar__block {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .serie-sidebar__block:last-child {
        margin-bottom: 0;
    }
    
    .serie-review__points {
        grid-template-columns: 1fr;
    }
    
    .serie-section__title {
        font-size: 1.25rem;
    }
    
    .article-author {
        flex-direction: column;
        text-align: center;
    }
    
    .article-author__social {
        justify-content: center;
    }
    
    .archive-serie-filters {
        flex-direction: column;
        align-items: stretch;
    }
    
    .archive-serie-filters__search {
        margin-left: 0;
    }
    
    .archive-serie-filters__search input {
        width: 100%;
    }
    
    .archive-serie-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .serie-synopsis__text,
    .serie-review__prose,
    .serie-season__content {
        font-size: 1rem;
    }
    
    .serie-synopsis__text li,
    .serie-review__prose li {
        font-size: 1rem;
    }
    
    /* Verdict responsive */
    .serie-verdict__box {
        padding: 1.5rem;
    }
    
    .serie-verdict__headline {
        font-size: 1.25rem;
    }
    
    .serie-verdict__score-value {
        font-size: 2rem;
    }
    
    /* Breadcrumb responsive */
    .serie-breadcrumb__container {
        padding: 0.75rem 1rem;
    }
    
    .serie-breadcrumb__nav {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .serie-hero {
        min-height: auto;
    }
    
    .serie-hero__content {
        padding: 1.5rem 1rem;
    }
    
    .serie-hero__poster {
        width: 120px;
    }
    
    .serie-hero__title {
        font-size: 1.375rem;
    }
    
    .serie-hero__original-title {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
    }
    
    .serie-hero__tagline {
        font-size: 0.9375rem;
        margin-bottom: 1rem;
    }
    
    /* Meta hero - réduire taille et gap */
    .serie-hero__meta {
        gap: 0.5rem;
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
    }
    
    .serie-hero__status {
        font-size: 0.625rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* Stats hero - réduire taille et gap */
    .serie-hero__stats {
        gap: 1rem;
        margin-bottom: 1rem;
    }
    
    .serie-hero__stat-value {
        font-size: 1.25rem;
    }
    
    .serie-hero__stat-label {
        font-size: 0.625rem;
    }
    
    /* Rating - passer en colonne */
    .serie-hero__rating {
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
    
    .serie-hero__rating-value {
        font-size: 1.75rem;
    }
    
    .serie-hero__rating-max {
        font-size: 0.875rem;
    }
    
    .serie-hero__rating-stars .star {
        width: 16px;
        height: 16px;
    }
    
    /* Plateformes */
    .serie-hero__platforms {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .serie-hero__platforms-label {
        font-size: 0.75rem;
    }
    
    .serie-hero__platforms-list {
        justify-content: center;
    }
    
    .serie-hero__platform {
        width: 40px;
        height: 40px;
    }
    
    /* LAYOUT - FORCER L'EMPILEMENT VERTICAL */
    .serie-layout {
        display: block;
        padding: 0 1rem 2rem;
    }
    
    .serie-content {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .serie-sidebar {
        position: static;
        top: auto;
        width: 100%;
        display: block;
    }
    
    .serie-sidebar__block {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .serie-sidebar__block:last-child {
        margin-bottom: 0;
    }
    
    /* Casting grid */
    .serie-casting__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .serie-casting__name {
        font-size: 0.8125rem;
    }
    
    .serie-casting__role {
        font-size: 0.75rem;
    }
    
    /* Crew grid */
    .serie-crew__grid {
        grid-template-columns: 1fr;
    }
    
    /* Saison header - passer en colonne */
    .serie-season__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 0.875rem 1rem;
    }
    
    .serie-season__rating {
        align-self: flex-start;
    }
    
    .serie-season__title {
        font-size: 1rem;
    }
    
    .serie-season__content {
        padding: 1rem;
    }
    
    /* Review points */
    .serie-review__points-column {
        padding: 1rem;
    }
    
    .serie-review__points-title {
        font-size: 0.875rem;
    }
    
    .serie-review__points-list li {
        font-size: 0.875rem;
    }
    
    /* Verdict */
    .serie-verdict__box {
        padding: 1.25rem;
    }
    
    .serie-verdict__title {
        font-size: 0.875rem;
    }
    
    .serie-verdict__headline {
        font-size: 1.125rem;
    }
    
    .serie-verdict__text {
        font-size: 0.9375rem;
    }
    
    .serie-verdict__score {
        padding: 0.625rem 1.25rem;
    }
    
    .serie-verdict__score-value {
        font-size: 1.75rem;
    }
    
    .serie-verdict__score-max {
        font-size: 1rem;
    }
    
    /* Universe grid */
    .serie-universe__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Author bar */
    .serie-author-bar {
        padding: 0.875rem 1rem;
    }
    
    .serie-author-bar__avatar {
        width: 40px;
        height: 40px;
    }
    
    .serie-author-bar__name {
        font-size: 0.875rem;
    }
    
    .serie-author-bar__date {
        font-size: 0.75rem;
    }
    
    .serie-author-bar__stats {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    
    .serie-author-bar__stat {
        font-size: 0.8125rem;
    }
    
    /* Article share */
    .article-share {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .article-share__label {
        width: 100%;
        text-align: center;
        margin-bottom: 0.25rem;
    }
    
    /* Archive */
    .archive-serie-header {
        padding: 1.5rem 1rem 0;
    }
    
    .archive-serie-header__title {
        font-size: 1.5rem;
    }
    
    .archive-serie-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    
    .serie-card__info {
        padding: 0.875rem;
    }
    
    /* Trailer play button */
    .serie-trailer__play {
        width: 56px;
        height: 56px;
    }
    
    .serie-trailer__play svg {
        width: 22px;
        height: 22px;
    }
    
    /* Section titles */
    .serie-section__title {
        font-size: 1.125rem;
        padding-bottom: 0.625rem;
    }
    
    .serie-section {
        margin-bottom: 2rem;
    }
}


/* ==========================================================================
   COMMENTS SECTION - Repliable (style sommaire)
   ========================================================================== */

.jn-comments {
    margin-top: 2rem;
    padding: 1rem 1.25rem;
    background: #f9fafb;
    border-radius: 8px;
}

/* Toggle Header */
.jn-comments__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.jn-comments__toggle:hover,
.jn-comments__toggle:focus {
    background: none;
    outline: none;
}

.jn-comments__toggle-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.jn-comments__toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    flex-shrink: 0;
}

.jn-comments__toggle-icon svg {
    width: 20px;
    height: 20px;
}

.jn-comments__toggle-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.jn-comments__toggle-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.jn-comments__toggle-count {
    font-size: 0.8125rem;
    color: #6b7280;
}

.jn-comments__toggle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.jn-comments__toggle-arrow svg {
    width: 20px;
    height: 20px;
}

/* État ouvert */
.jn-comments.open .jn-comments__toggle-arrow {
    transform: rotate(180deg);
}

/* Contenu dépliable */
.jn-comments__content {
    display: none;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.jn-comments.open .jn-comments__content {
    display: block;
}

/* Liste des commentaires */
.jn-comments__list {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.jn-comments__list .comment {
    margin: 0 0 1rem 0;
    padding: 0;
}

.jn-comments__list .comment:last-child {
    margin-bottom: 0;
}

/* Réponses */
.jn-comments__list .children {
    list-style: none;
    margin: 0.875rem 0 0 2.5rem;
    padding-left: 1rem;
    border-left: 2px solid #e5e7eb;
}

.jn-comments__list .children .comment {
    margin-bottom: 0.875rem;
}

.jn-comments__list .children .comment:last-child {
    margin-bottom: 0;
}

/* Item commentaire */
.comment-item {
    display: flex;
    gap: 0.75rem;
}

.comment-item__avatar {
    flex-shrink: 0;
}

.comment-item__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-item__body {
    flex: 1;
    min-width: 0;
}

.comment-item__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
    flex-wrap: wrap;
}

.comment-item__author {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.comment-item__badge {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #6366f1;
    background: #eef2ff;
    padding: 0.15rem 0.4rem;
    border-radius: 3px;
}

.comment-item__date {
    font-size: 0.75rem;
    color: #9ca3af;
}

.comment-item__text {
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.6;
}

.comment-item__text p {
    margin: 0 0 0.5rem 0;
}

.comment-item__text p:last-child {
    margin-bottom: 0;
}

.comment-item__actions {
    margin-top: 0.375rem;
}

.comment-item__actions .comment-reply-link {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6366f1;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.15s;
    text-decoration: none;
}

.comment-item__actions .comment-reply-link:hover {
    color: #4f46e5;
    text-decoration: underline;
}

.comment-awaiting-moderation {
    font-size: 0.8125rem;
    color: #f59e0b;
    font-style: italic;
    margin-top: 0.5rem;
}

/* Séparateur */
.jn-comments__divider {
    height: 1px;
    background: #e5e7eb;
    margin: 1.5rem 0;
}

/* Navigation commentaires */
.jn-comments__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.jn-comments__nav a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6366f1;
}

.jn-comments__nav a:hover {
    text-decoration: underline;
}

/* État vide */
.jn-comments__empty {
    text-align: center;
    padding: 1rem 0;
}

.jn-comments__empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    background: #e5e7eb;
    border-radius: 50%;
    color: #9ca3af;
}

.jn-comments__empty-icon svg {
    width: 24px;
    height: 24px;
}

.jn-comments__empty-text {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

/* Message fermé */
.jn-comments__closed {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    padding: 1rem 0;
}

/* ==========================================================================
   FORMULAIRE COMMENTAIRES
   ========================================================================== */

.jn-form__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
}

.jn-form__cancel {
    font-weight: 400;
    margin-left: 0.5rem;
}

.jn-form__cancel a {
    color: #ef4444;
    font-size: 0.8125rem;
}

.jn-form__cancel a:hover {
    text-decoration: underline;
}

.jn-form__logged-in {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.jn-form__logged-in a {
    color: #6366f1;
}

.jn-form__logged-in a:hover {
    text-decoration: underline;
}

.jn-form__group {
    margin-bottom: 1rem;
}

.jn-form__textarea {
    width: 100%;
    min-height: 100px;
    padding: 0.75rem 1rem;
    font-family: inherit;
    font-size: 0.875rem;
    color: #111827;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    resize: vertical;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.jn-form__textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.jn-form__textarea::placeholder {
    color: #9ca3af;
}

.jn-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.jn-form__input {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-family: inherit;
    font-size: 0.875rem;
    color: #111827;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.jn-form__input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.jn-form__input::placeholder {
    color: #9ca3af;
}

.jn-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.jn-form__checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.jn-form__checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #6366f1;
    cursor: pointer;
}

.jn-form__checkbox label {
    font-size: 0.75rem;
    color: #6b7280;
    cursor: pointer;
}

.jn-form__submit {
    padding: 0.625rem 1.25rem;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    background: #6366f1;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
}

.jn-form__submit:hover {
    background: #4f46e5;
}

/* Responsive commentaires */
@media (max-width: 480px) {
    .jn-comments {
        padding: 0.875rem 1rem;
    }
    
    .jn-form__row {
        grid-template-columns: 1fr;
    }

    .jn-comments__list .children {
        margin-left: 1.5rem;
        padding-left: 0.75rem;
    }

    .jn-form__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .jn-form__cookies {
        order: 2;
    }
    
    .jn-form__checkbox {
        justify-content: center;
    }

    .jn-form__submit {
        order: 1;
        width: 100%;
    }
    
    .comment-item__avatar img {
        width: 32px;
        height: 32px;
    }
    
    .comment-item__text {
        font-size: 0.875rem;
    }
}