p.italic {
    font-style: italic;
    margin: 0;
}

/* ===== HEADER ===== */

/* Desktop: pill as first flex child inside the backdrop card */
.film_header_inner .back_link {
    align-self: flex-start;
    padding: 4px 10px 4px 8px;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
    opacity: 0.9;
    margin-bottom: -8px;
}

.film_header_inner .back_link:hover {
    opacity: 1;
    background: rgba(0,0,0,0.78);
}

.film_backdrop_banner {
    display: none;
}

.film_header_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -70px;
    margin-bottom: 20px;
    padding: 0 16px;
}

.film_header_inner {
    width: 100%;
    max-width: 960px;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.05);
}

.film_header_top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 0 40px;
    align-items: start;
}

.film_title_row {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 12px;
}

.detail_poster_wrap {
    position: relative;
    width: 200px;
    flex-shrink: 0;
    grid-column: 1;
    grid-row: 1 / 3;
}

.detail_poster {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    border: 1px solid white;
    border-radius: 5px;
    display: block;
}

.watchlist_poster_badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 3px 4px;
    pointer-events: none;
}

.film_info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 300px;
    overflow: hidden;
    grid-column: 2;
    grid-row: 2;
}

.like_btn--mobile {
    display: none;
}

.film_action_btns {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.film_action_btns--desktop {
    align-self: flex-end;
    margin-bottom: auto;
}

.watched_btn {
    background: none;
    border: 1px solid rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.5);
    padding: 4px 7px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s, border-color 0.2s;
}

.watched_btn.is-watched {
    color: white;
    border-color: white;
}

.watched_btn.is-watched .watched_pupil {
    fill: currentColor;
}

.watched_btn--mobile {
    display: none;
}

.watch_section--desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    grid-column: 3;
    grid-row: 1 / 3;
}

.btn-list-status {
    display: block;
    width: 100%;
    align-self: stretch;
    font-size: 14px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    box-sizing: border-box;
}

.btn-list-status:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.4);
    color: white;
    filter: none;
}

.btn-list-status--in {
    background: var(--c-brand-bg);
    border-color: var(--c-brand);
}

.like_btn--desktop {
}

.film_title_row h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.like_btn {
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: white;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
    transition: transform 0.15s;
}

.like_btn:hover {
    transform: scale(1.2);
}

.like_btn.liked {
    color: var(--c-liked);
}

.film_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.meta_chip {
    font-size: 12px;
    padding: 3px 8px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 20px;
    opacity: 0.8;
    white-space: nowrap;
}

a.meta_chip--link {
    color: inherit;
    text-decoration: none;
}
a.meta_chip--link:hover {
    opacity: 1;
    border-color: rgba(255,255,255,0.8);
}

.details_label {
    margin: 0;
    font-size: 13px;
    opacity: 0.8;
}

.director_links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.director_links .btn {
    font-size: 14px;
    padding: 5px 10px;
}

.watch_section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.watch_section--mobile {
    display: none;
}

.watch_section--mobile-lists {
    display: none;
}

.watch_rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.watch_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.watch_row_label {
    font-size: 13px;
    opacity: 0.6;
    width: 80px;
    flex-shrink: 0;
    padding-top: 8px;
}

.watch_row_icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.watch_row--cinemas {
    margin-bottom: 15px;
    justify-content: flex-end;
}

@media (max-width: 600px) {
    .watch_row--cinemas {
        justify-content: flex-start;
    }
}

.btn-cinemas {
    font-size: 13px;
    padding: 6px 12px;
}

.cinemas_modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.cinemas_modal_card {
    background: #1a1a2e;
    border-radius: 12px;
    width: min(480px, 80vw);
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
}

.cinemas_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}

.cinemas_modal_close {
    background: none;
    border: none;
    color: inherit;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.6;
    padding: 0 4px;
    line-height: 1;
}

.cinemas_modal_close:hover {
    opacity: 1;
}

.cinemas_modal_body {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.watch_row--videos {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.provider_logo {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: block;
    border: 2px solid rgba(255,255,255,0.7);
    transition: border-color 0.2s, filter 0.2s;
}

.provider_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 60px;
}

.provider_link:hover .provider_logo {
    border-color: white;
    filter: brightness(1.15);
}

.provider_label {
    font-size: 10px;
    opacity: 0.7;
    white-space: normal;
    text-align: center;
    padding-bottom: 4px;
    line-height: 1.3;
}

.cinema_name_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 44px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}


.overview {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}


/* ===== TABS ===== */

.film_tabs_wrap {
    display: flex;
    justify-content: center;
    padding: 0 16px;
    margin-bottom: 40px;
}

.film_tabs_inner {
    width: 100%;
    max-width: 960px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.05);
    min-height: 320px;
}

/* tab styles are in kinorg_base.css */


/* ===== SEE MORE ===== */

.cast_list .list_extra {
    display: none;
}

.cast_list.show-all .list_extra {
    display: flex;
}

.cast_list.show-all .see_more_card {
    display: none;
}

.see_more_tile {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 8px;
    box-sizing: border-box;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.2s;
}

.see_more_tile:hover {
    opacity: 1;
}

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


.cast_list,
.similar_list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px 10px;
    list-style: none;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.3) transparent;
}

.cast_item,
.similar_item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 0;
    width: 100px;
}

.cast_item p,
.similar_item p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cast_character {
    opacity: 0.6;
    font-size: 12px !important;
}

.cast_photo {
    width: 100px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.4);
    display: block;
    background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 75%);
    background-size: 800px 100%;
    animation: skeleton_shimmer 1.4s infinite linear;
}


/* ===== REVIEWS ===== */

.reviews_empty_state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 40px 20px;
    text-align: center;
}

.reviews_empty_text {
    font-size: 15px;
    opacity: 0.45;
    margin: 0;
}

.reviews_empty_cta {
    background: none;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    font-family: inherit;
    padding: 8px 18px;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

.reviews_empty_cta:hover {
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    filter: none;
}

.reviews_list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    margin: 16px -20px 0;
    padding: 0 20px 10px;
    list-style: none;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.3) transparent;
}

.review_item {
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 12px;
    padding: 16px;
    background: rgba(255,255,255,0.12);
    min-width: 260px;
    max-width: 320px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.review_item p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.flag_btn {
    background: none;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    color: white;
    padding: 2px 7px;
    transition: border-color 0.2s, color 0.2s;
    flex-shrink: 0;
}

.flag_btn:hover {
    border-color: white;
}

.flag_btn.flagged {
    border-color: var(--c-liked);
    color: var(--c-liked);
}


/* ===== LISTS TAB ===== */

.add_remove_buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 360px;
}

.add_remove_button {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.add_remove_button > .btn {
    font-size: 12px;
    padding: 4px 8px;
    flex: 1;
    max-width: none;
}

.add_remove_button .add_button,
.add_remove_button .remove_button {
    width: 90px;
    font-size: 12px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.add_remove_button .add_button {
    background-color: green;
}

.add_remove_button .remove_button {
    background-color: red;
}


/* ===== REVIEW SECTION (add/edit) ===== */

.review_section {
    margin-bottom: 16px;
}

.review_display {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.review_private_note,
.review_watched_note {
    font-size: 0.8rem;
    opacity: 0.5;
    margin: 0;
}

/* "No rating" clear button in star row */
.star-clear-label {
    font-size: 1rem !important;
    color: rgba(255,255,255,0.3) !important;
    align-self: center;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
}

.star-rating input[type="radio"]:checked ~ label:not(.star-clear-label),
.star-rating label:not(.star-clear-label):hover,
.star-rating label:not(.star-clear-label):hover ~ label:not(.star-clear-label) {
    color: var(--c-stars);
}

.review_display .star {
    font-size: 1.5rem;
}


/* ===== VIDEO LIST (in modal) ===== */

.video_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.video_item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
}


.directors_modal_content {
    max-width: 340px;
}

.directors_modal_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.directors_modal_list .btn {
    display: block;
    width: 100%;
    text-align: left;
}

.directors_more_btn {
    opacity: 0.7;
    font-size: 12px;
    padding: 5px 10px;
}

.directors_more_btn:hover {
    opacity: 1;
}

/* ===== MODAL ===== */

.modal {
    display: none;
    position: fixed;
    z-index: 1002;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: flex-start;
    justify-content: center;
    padding: 80px 16px 16px;
    box-sizing: border-box;
}

.modal-content {
    background-color: #111;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    width: 100%;
    max-width: 520px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

.modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
}

.modal_header_title {
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.9;
    margin: 0;
}

.close {
    background: rgba(255,255,255,0.08);
    border: none;
    border-radius: 50%;
    color: rgba(255,255,255,0.6);
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
    flex-shrink: 0;
}

.close:hover {
    background: rgba(255,255,255,0.16);
    color: white;
}

.modal-content-inner {
    overflow-y: auto;
    padding: 20px;
    flex: 1;
}

.rating-input,
.review-input {
    margin: 0.4rem 0;
}

.review-input textarea {
    width: 96%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
}

.review-input label,
.rating-input label:first-of-type {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}


/* ===== ACTION STRIP ===== */

.action_strip_wrap {
    display: flex;
    justify-content: center;
    padding: 0 16px;
    margin-bottom: 20px;
}

.action_strip {
    width: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px 12px;
}

.action_tiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.action_tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    font-size: 13px;
    line-height: 1.2;
}

.action_tile:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.3);
    color: white;
    filter: none;
}

.action_tile_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
}

.action_tile_icon--heart {
    font-size: 20px;
    display: grid;
}

.tile_heart_off,
.tile_heart_on {
    grid-area: 1 / 1;
}

.tile_heart_on { visibility: hidden; }
.action_tile--like.active .tile_heart_off { visibility: hidden; }
.action_tile--like.active .tile_heart_on  { visibility: visible; }

.action_tile_label {
    font-size: 12px;
    text-align: center;
}

.action_tile--watchlist.active {
    background: var(--c-brand-bg);
    border-color: var(--c-brand);
    color: var(--c-brand-text);
}

.action_tile--watched.active {
    background: var(--c-watched-bg);
    border-color: var(--c-watched);
    color: var(--c-watched);
}

.action_tile--watched.active .watched_pupil {
    fill: currentColor;
}

.action_tile--like.active {
    background: var(--c-liked-bg);
    border-color: var(--c-liked);
    color: var(--c-liked);
}

.action_tile--list.active {
    background: var(--c-brand-bg);
    border-color: var(--c-brand);
    color: var(--c-brand-text);
}

.action_rating_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 4px 4px;
    margin-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.action_stars {
    display: flex;
    gap: 2px;
}

.action_star {
    font-size: 28px;
    color: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: color 0.1s;
    user-select: none;
    line-height: 1;
}

.action_star.filled {
    color: var(--c-stars);
}

.action_star.hover {
    color: var(--c-stars);
}

.action_review_link {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.action_review_link:hover {
    color: white;
}

/* ===== LOG/RATE MODAL ===== */

.log_rate_modal_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.log_rate_toggles {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.log_rate_toggle_btn {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 20px;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    padding: 6px 14px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.log_rate_toggle_btn:hover {
    background: rgba(255,255,255,0.15);
    color: white;
    filter: none;
}

/* Both labels occupy the same grid cell — button sizes to the widest, no layout shift */
.log_rate_toggle_btn {
    display: inline-grid;
}
.log_rate_toggle_btn .toggle_label_inactive,
.log_rate_toggle_btn .toggle_label_active {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
}
.log_rate_toggle_btn .toggle_label_active { visibility: hidden; }
.log_rate_toggle_btn.active .toggle_label_inactive { visibility: hidden; }
.log_rate_toggle_btn.active .toggle_label_active { visibility: visible; }

/* Colour per type when active */
.log_rate_toggle_btn--watchlist.active {
    background: var(--c-brand-bg);
    border-color: var(--c-brand);
    color: var(--c-brand-text);
}

.log_rate_toggle_btn--watched.active {
    background: var(--c-watched-bg);
    border-color: var(--c-watched);
    color: var(--c-watched);
}

.log_rate_toggle_btn--like.active {
    background: var(--c-liked-bg);
    border-color: var(--c-liked);
    color: var(--c-liked);
}

.review_hidden {
    opacity: 0.45;
}

.log_rate_form_actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}

.log_rate_form_actions .btn-cta {
    flex: 1;
    padding: 10px;
    font-size: 0.95rem;
}

.review_private_label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.07);
    cursor: pointer;
}

.review_private_text {
    font-size: 13px;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    display: grid;
}

.review_private--on .review_private_text {
    opacity: 0.45;
}

.review_private_off,
.review_private_on {
    grid-area: 1 / 1;
    transition: visibility 0s;
}

.review_private_on { visibility: hidden; }
.review_private--on .review_private_off { visibility: hidden; }
.review_private--on .review_private_on { visibility: visible; }

.toggle_switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    flex-shrink: 0;
}

.toggle_switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.toggle_switch_track {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 24px;
    transition: background 0.2s ease;
}

.toggle_switch_track::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.toggle_switch input:checked + .toggle_switch_track {
    background: var(--c-brand);
}

.toggle_switch input:checked + .toggle_switch_track::after {
    transform: translateX(18px);
}

#review-modal .mini_review {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    color: white;
    padding: 14px;
    font-size: 15px;
    font-family: inherit;
    min-height: 160px;
    resize: vertical;
    line-height: 1.55;
    transition: border-color 0.15s, background 0.15s;
}

#review-modal .mini_review:focus {
    outline: none;
    border-color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.09);
}

@media (max-width: 600px) {
    #review-modal .mini_review {
        font-size: 16px;
        min-height: 150px;
    }
}

#review-modal .mini_review::placeholder {
    color: rgba(255,255,255,0.3);
}

.review_char_count {
    font-size: 11px;
    opacity: 0.4;
    text-align: right;
    margin-top: 6px;
}

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

@media (max-width: 600px) {

    /* With backdrop: float over the banner image */
    .film_header_inner .back_link {
        position: absolute;
        top: 12px;
        left: 20px;
        margin: 0;
        z-index: 5;
    }

    /* Without backdrop: sit in normal flow above the poster/title */
    .film_header_wrap--no-backdrop .film_header_inner .back_link {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
    }

    .film_backdrop_banner {
        display: block;
        width: 100%;
        max-width: 960px;
        height: 200px;
        background-size: cover;
        background-position: center top;
        border-radius: 10px 10px 0 0;
    }

    .film_header_wrap {
        margin-top: -10px;
    }

    .film_header_wrap,
    .film_tabs_wrap {
        padding: 0 10px 0 10px;
    }

    .film_header_inner {
        background-image: none !important;
        padding: 14px 10px;
        gap: 14px;
    }

    .film_backdrop_banner + .film_header_inner {
        border-radius: 0 0 10px 10px;
    }

    .film_header_top {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        gap: 0 16px;
    }

    .film_title_row {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-bottom: 14px;
    }

    .detail_poster_wrap {
        width: 110px;
        grid-column: 1;
        grid-row: 2;
    }

    .film_info {
        max-height: none;
        overflow: visible;
        gap: 12px;
        justify-content: flex-start;
        grid-column: 2;
        grid-row: 2;
    }

    .film_title_row h3 {
        font-size: 1.3rem;
    }

    .like_btn {
        font-size: 1.2rem;
    }

    p.italic {
        font-size: 13px;
    }

    .meta_chip {
        font-size: 12px;
        padding: 2px 7px;
        opacity: 0.7;
    }

    .details_label {
        font-size: 12px;
    }

    .director_links .btn {
        font-size: 13px;
        padding: 5px 10px;
    }

    .tab_btn {
        padding: 12px 14px;
        font-size: 13px;
    }

    .tab_panel {
        padding: 14px;
    }

    .cast_list,
    .similar_list,
    .reviews_list {
        margin: 0 -14px;
        padding: 0 14px 10px;
    }

    .watch_section--desktop {
        display: none;
    }

    .action_strip_wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .action_tiles {
        gap: 6px;
    }

    .action_tile {
        padding: 12px 4px;
        border-radius: 10px;
    }

    .action_star {
        font-size: 26px;
    }

    .like_btn--mobile {
        display: block;
    }

    .watched_btn--mobile {
        display: flex;
        padding-top: 4px;
    }

    .watch_section--mobile {
        display: flex;
        margin-top: 8px;
    }

    .tagline,
    .overview {
        font-size: 14px;
        line-height: 1.6;
    }

}
