.movie-related {
    margin: 26px 0 30px;
    padding: 18px;
    border-radius: 12px;
    background: var(--bg-2, #f4f5f7);
}

.movie-related__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.movie-related__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.movie-related__count {
    margin-top: 5px;
    font-size: 13px;
    opacity: .62;
}

.movie-related__tabs {
    display: flex;
    gap: 6px;
    padding: 4px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .06);
}

.movie-related__tab {
    min-height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.movie-related__tab.is-active {
    background: var(--accent, #19b56b);
    color: #fff;
}

.movie-related__panel {
    display: none;
}

.movie-related__panel.is-active {
    display: block;
}

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

.movie-related__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.movie-related-card__link {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 86px;
    padding: 10px;
    border-radius: 10px;
    background: var(--bg, #fff);
    color: inherit;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease;
}

.movie-related-card__link:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.movie-related-card__image {
    display: block;
    width: 104px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(0, 0, 0, .08);
}

.movie-related-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movie-related-card__image--empty::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(25, 181, 107, .24), rgba(0, 0, 0, .08));
}

.movie-related-card__body {
    min-width: 0;
}

.movie-related-card__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 800;
    line-height: 1.3;
}

.movie-related-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 8px;
    font-size: 12px;
    opacity: .64;
}

body.dt .movie-related,
body[data-theme="dark"] .movie-related {
    background: rgba(255, 255, 255, .04);
}

body.dt .movie-related__tabs,
body[data-theme="dark"] .movie-related__tabs {
    background: rgba(255, 255, 255, .07);
}

body.dt .movie-related-card__link,
body[data-theme="dark"] .movie-related-card__link {
    background: rgba(255, 255, 255, .055);
}

@media (max-width: 950px) {
    .movie-related__grid,
    .movie-related__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .movie-related {
        margin: 20px 0 24px;
        padding: 14px;
        border-radius: 10px;
    }

    .movie-related__head {
        display: block;
    }

    .movie-related__tabs {
        margin-top: 12px;
        width: 100%;
    }

    .movie-related__tab {
        flex: 1;
        padding: 0 8px;
    }

    .movie-related-card__link {
        grid-template-columns: 92px minmax(0, 1fr);
        min-height: 78px;
        padding: 8px;
    }

    .movie-related-card__image {
        width: 92px;
    }
}

.news-full {
    max-width: 920px;
    margin: 0 auto 28px;
    padding: 0 0 4px;
}

.news-full__header {
    margin: 0 0 18px;
}

.news-full__meta,
.news-list-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 10px;
    font-size: 13px;
    opacity: .64;
}

.news-full__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.news-full__cover {
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(0, 0, 0, .08);
}

.news-full__cover img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news-full__text {
    font-size: 18px;
    line-height: 1.72;
}

.news-full__text p {
    margin-top: 0;
    margin-bottom: 1.15em;
}

.news-full__comments {
    max-width: 920px;
    margin: 28px auto 0;
}

.news-linked-movie {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 18px;
    margin: 28px 0 8px;
    padding: 18px;
    border-radius: 14px;
    background: var(--bg, #fff);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.news-linked-movie__poster {
    position: relative;
    display: block;
    width: 132px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 0, 0, .08);
}

.news-linked-movie__poster img,
.news-linked-movie__poster span:not(.news-linked-movie__rating) {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.news-linked-movie__rating {
    position: absolute;
    top: 8px;
    left: 8px;
    min-width: 38px;
    padding: 5px 7px;
    border-radius: 7px;
    background: #25b957;
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.news-linked-movie__body {
    min-width: 0;
    align-self: center;
}

.news-linked-movie__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 8px;
    font-size: 14px;
    opacity: .72;
}

.news-linked-movie__meta span {
    padding: 3px 7px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .06);
}

.news-linked-movie__title {
    display: inline-block;
    color: inherit;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
}

.news-linked-movie__original {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
    opacity: .62;
}

.news-linked-movie__genres {
    margin-top: 10px;
    font-size: 16px;
}

.news-linked-movie__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 18px;
    border-radius: 8px;
    background: var(--accent, #19b56b);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.news-list-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 18px;
    padding: 14px;
    border-radius: 12px;
    background: var(--bg, #fff);
}

.news-list-card__image {
    display: block;
    overflow: hidden;
    border-radius: 9px;
    background: rgba(0, 0, 0, .08);
}

.news-list-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.news-list-card__title {
    display: block;
    color: inherit;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    text-decoration: none;
}

.news-list-card__desc {
    margin-top: 10px;
    line-height: 1.5;
    opacity: .72;
}

body.dt .news-linked-movie,
body[data-theme="dark"] .news-linked-movie,
body.dt .news-list-card,
body[data-theme="dark"] .news-list-card {
    background: rgba(255, 255, 255, .055);
}

body.dt .news-linked-movie__meta span,
body[data-theme="dark"] .news-linked-movie__meta span {
    background: rgba(255, 255, 255, .08);
}

@media (max-width: 760px) {
    .news-full {
        max-width: none;
    }

    .news-full__title {
        font-size: 26px;
    }

    .news-full__text {
        font-size: 16px;
        line-height: 1.62;
    }

    .news-linked-movie {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
    }

    .news-linked-movie__poster {
        width: 96px;
    }

    .news-linked-movie__title {
        font-size: 20px;
    }

    .news-linked-movie__button {
        grid-column: 1 / -1;
    }

    .news-list-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .news-linked-movie {
        grid-template-columns: 86px minmax(0, 1fr);
        border-radius: 12px;
    }

    .news-linked-movie__poster {
        width: 86px;
    }

    .news-linked-movie__meta {
        font-size: 12px;
    }

    .news-linked-movie__title {
        font-size: 18px;
    }

    .news-linked-movie__genres,
    .news-linked-movie__original {
        font-size: 14px;
    }
}

/* Kinoafisha-like mobile card for linked movie */
@media (max-width: 760px) {
    .news-linked-movie {
        grid-template-columns: 112px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
        padding: 16px;
        border-radius: 14px;
    }

    .news-linked-movie__poster {
        width: 112px;
        border-radius: 9px;
        align-self: start;
    }

    .news-linked-movie__rating {
        top: 8px;
        left: -6px;
        min-width: 44px;
        padding: 6px 8px;
        border-radius: 7px;
        font-size: 18px;
        line-height: 1;
    }

    .news-linked-movie__body {
        display: grid;
        grid-template-columns: 1fr;
        align-self: start;
    }

    .news-linked-movie__meta {
        gap: 7px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1;
    }

    .news-linked-movie__meta span {
        padding: 7px 9px;
        border-radius: 7px;
    }

    .news-linked-movie__title {
        font-size: 22px;
        line-height: 1.15;
    }

    .news-linked-movie__original {
        margin-top: 8px;
        font-size: 17px;
        line-height: 1.2;
    }

    .news-linked-movie__genres {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.35;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .news-linked-movie__button {
        grid-column: 1 / -1;
        min-height: 50px;
        margin-top: 16px;
        border-radius: 8px;
        font-size: 17px;
    }
}

@media (max-width: 520px) {
    .news-full {
        padding: 0 10px;
    }

    .news-linked-movie {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 12px;
        margin: 24px 0 8px;
        padding: 14px;
    }

    .news-linked-movie__poster {
        width: 104px;
    }

    .news-linked-movie__title {
        font-size: 20px;
    }

    .news-linked-movie__original,
    .news-linked-movie__button {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .news-linked-movie {
        grid-template-columns: 92px minmax(0, 1fr);
        padding: 12px;
    }

    .news-linked-movie__poster {
        width: 92px;
    }

    .news-linked-movie__meta {
        font-size: 12px;
    }

    .news-linked-movie__meta span {
        padding: 6px 7px;
    }

    .news-linked-movie__title {
        font-size: 18px;
    }
}

/* Final mobile layout tuning for news linked movie and comments width */
.news-full,
.news-full__comments {
    width: 100%;
    max-width: 1040px;
}

@media (max-width: 760px) {
    .news-full,
    .news-full__comments {
        max-width: none !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .news-linked-movie {
        display: grid !important;
        grid-template-columns: 112px minmax(0, 1fr) !important;
        gap: 14px !important;
        align-items: start !important;
        padding: 16px !important;
        margin: 26px 0 10px !important;
        border-radius: 14px !important;
    }

    .news-linked-movie__poster {
        width: 112px !important;
        max-width: 112px !important;
        align-self: start !important;
    }

    .news-linked-movie__poster img,
    .news-linked-movie__poster span:not(.news-linked-movie__rating) {
        aspect-ratio: 2 / 3 !important;
    }

    .news-linked-movie__rating {
        left: -7px !important;
        top: 8px !important;
        min-width: 46px !important;
        padding: 6px 8px !important;
        font-size: 18px !important;
    }

    .news-linked-movie__body {
        min-width: 0 !important;
        align-self: start !important;
    }

    .news-linked-movie__meta {
        display: flex !important;
        gap: 7px !important;
        margin-bottom: 10px !important;
        font-size: 14px !important;
    }

    .news-linked-movie__meta span {
        padding: 7px 9px !important;
        border-radius: 7px !important;
    }

    .news-linked-movie__title {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        font-size: 22px !important;
        line-height: 1.15 !important;
    }

    .news-linked-movie__original {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        font-size: 17px !important;
    }

    .news-linked-movie__genres {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .news-linked-movie__button {
        grid-column: 1 / -1 !important;
    }

    .news-linked-movie__button {
        min-height: 50px !important;
        margin-top: 14px !important;
        font-size: 17px !important;
    }
}

@media (max-width: 420px) {
    .news-linked-movie {
        grid-template-columns: 100px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 14px !important;
    }

    .news-linked-movie__poster {
        width: 100px !important;
        max-width: 100px !important;
    }

    .news-linked-movie__title {
        font-size: 19px !important;
    }

    .news-linked-movie__original,
    .news-linked-movie__genres,
    .news-linked-movie__button {
        font-size: 15px !important;
    }
}

/* Final linked movie poster sizing fix */
.news-linked-movie {
    align-items: start !important;
}

.news-linked-movie__poster {
    align-self: start !important;
    height: auto !important;
    aspect-ratio: 2 / 3 !important;
}

.news-linked-movie__poster img,
.news-linked-movie__poster > span:not(.news-linked-movie__rating) {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
}

/* News fullstory article emphasis */
.news-full {
    max-width: 1160px !important;
    padding: 24px !important;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    background: var(--bg, #fff);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
}

.news-full__header {
    max-width: none;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.news-full__cover {
    max-width: none;
}

.news-full__text {
    max-width: 980px;
}

.news-full__meta {
    opacity: 1;
}

.news-full__meta time,
.news-full__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .055);
    color: inherit;
    opacity: .72;
}

body.dt .news-full,
body[data-theme="dark"] .news-full {
    border-color: rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .22);
}

body.dt .news-full__meta time,
body.dt .news-full__meta span,
body[data-theme="dark"] .news-full__meta time,
body[data-theme="dark"] .news-full__meta span {
    background: rgba(255, 255, 255, .08);
}

@media (max-width: 760px) {
    .news-full {
        padding: 14px !important;
        border-radius: 10px;
    }

    .news-full__text {
        max-width: none;
    }
}

/* Linked movie accent inside news fullstory */
.news-full .news-linked-movie {
    position: relative;
    max-width: 980px;
    margin: 30px auto 4px !important;
    padding-left: 22px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: var(--bg, #fff);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .085);
}

.news-full .news-linked-movie::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 10px;
    width: 4px;
    border-radius: 999px;
    background: var(--accent, #19b56b);
    box-shadow: 0 0 0 4px rgba(25, 181, 107, .12);
}

.news-full .news-linked-movie__button {
    box-shadow: 0 8px 18px rgba(25, 181, 107, .18);
}

body.dt .news-full .news-linked-movie,
body[data-theme="dark"] .news-full .news-linked-movie {
    border-color: rgba(255, 255, 255, .09);
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
}

@media (max-width: 760px) {
    .news-full .news-linked-movie {
        max-width: none;
        margin-top: 24px !important;
    }
}
/* Final Kinoafisha-style linked movie card */
.news-full .news-linked-movie {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 1040px !important;
    margin: 30px auto 6px !important;
    padding: 20px !important;
    border: 1px solid rgba(0, 0, 0, .08) !important;
    border-radius: 14px !important;
    background: var(--bg, #fff) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .075) !important;
    color: inherit !important;
}

.news-full .news-linked-movie::before {
    display: none !important;
    content: none !important;
}

.news-linked-movie__top {
    display: grid !important;
    grid-template-columns: 126px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
}

.news-linked-movie__poster {
    position: relative !important;
    display: block !important;
    overflow: visible !important;
    width: 126px !important;
    max-width: 126px !important;
    height: auto !important;
    aspect-ratio: 2 / 3 !important;
    border-radius: 10px !important;
    background: rgba(0, 0, 0, .08) !important;
    text-decoration: none !important;
}

.news-linked-movie__poster img,
.news-linked-movie__poster > span:not(.news-linked-movie__rating) {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: inherit !important;
    object-fit: cover !important;
}

.news-linked-movie__rating {
    position: absolute !important;
    top: 12px !important;
    left: -10px !important;
    z-index: 2 !important;
    min-width: 48px !important;
    padding: 8px 9px !important;
    border-radius: 8px !important;
    background: var(--accent, #19b56b) !important;
    color: #fff !important;
    font-size: 19px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-align: center !important;
    box-shadow: 0 8px 18px rgba(25, 181, 107, .24) !important;
}

.news-linked-movie__body {
    min-width: 0 !important;
    padding-top: 2px !important;
}

.news-linked-movie__meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    min-width: 0 !important;
    margin: 0 0 9px !important;
    color: hsl(var(--c-muted, 220 9% 43%)) !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
}

.news-linked-movie__meta span {
    display: inline-flex !important;
    align-items: center !important;
    max-width: 100% !important;
    min-height: 28px !important;
    padding: 3px 8px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 0, 0, .18) !important;
    border-radius: 6px !important;
    background: transparent !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.news-linked-movie__meta span:not(:first-child) {
    border-color: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.news-linked-movie__title {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: inherit !important;
    font-size: 25px !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.news-linked-movie__original {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin-top: 7px !important;
    color: hsl(var(--c-muted, 220 9% 43%)) !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.news-linked-movie__genres {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin-top: 10px !important;
    color: inherit !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.news-linked-movie__credit {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin-top: 18px !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    color: inherit !important;
    -webkit-box-orient: vertical !important;
}

.news-linked-movie__credit + .news-linked-movie__credit {
    margin-top: 8px !important;
}

.news-linked-movie__credit b {
    font-weight: 900 !important;
}

.news-linked-movie__credit-value,
.news-linked-movie__credit-value span {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
}

.news-linked-movie__credit--director {
    -webkit-line-clamp: 1 !important;
}

.news-linked-movie__credit--actors {
    -webkit-line-clamp: 2 !important;
}

.news-linked-movie__button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 52px !important;
    margin-top: 20px !important;
    border-radius: 8px !important;
    background: var(--accent, #19b56b) !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 9px 20px rgba(25, 181, 107, .20) !important;
}

body.dt .news-full .news-linked-movie,
body[data-theme="dark"] .news-full .news-linked-movie {
    border-color: rgba(255, 255, 255, .10) !important;
    background: rgba(255, 255, 255, .06) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24) !important;
}

body.dt .news-linked-movie__meta,
body[data-theme="dark"] .news-linked-movie__meta,
body.dt .news-linked-movie__original,
body[data-theme="dark"] .news-linked-movie__original {
    color: rgba(255, 255, 255, .68) !important;
}

body.dt .news-linked-movie__meta span,
body[data-theme="dark"] .news-linked-movie__meta span {
    border-color: rgba(255, 255, 255, .22) !important;
    background: transparent !important;
}

body.dt .news-linked-movie__meta span:not(:first-child),
body[data-theme="dark"] .news-linked-movie__meta span:not(:first-child) {
    border-color: transparent !important;
}

@media (max-width: 760px) {
    .news-full .news-linked-movie {
        max-width: none !important;
        margin-top: 24px !important;
        padding: 16px !important;
        border-radius: 14px !important;
    }

    .news-linked-movie__top {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    .news-linked-movie__poster {
        width: 112px !important;
        max-width: 112px !important;
    }

    .news-linked-movie__rating {
        top: 9px !important;
        left: -8px !important;
        min-width: 45px !important;
        padding: 7px 8px !important;
        font-size: 18px !important;
    }

    .news-linked-movie__meta {
        gap: 6px !important;
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }

    .news-linked-movie__meta span {
        min-height: 26px !important;
        padding: 3px 7px !important;
    }

    .news-linked-movie__title {
        font-size: 22px !important;
        line-height: 1.15 !important;
    }

    .news-linked-movie__original {
        margin-top: 7px !important;
        font-size: 17px !important;
    }

    .news-linked-movie__genres {
        margin-top: 9px !important;
        font-size: 17px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 1 !important;
    }

    .news-linked-movie__credit {
        margin-top: 17px !important;
        font-size: 17px !important;
        line-height: 1.42 !important;
    }

    .news-linked-movie__credit + .news-linked-movie__credit {
        margin-top: 8px !important;
    }

    .news-linked-movie__button {
        min-height: 50px !important;
        margin-top: 18px !important;
        font-size: 17px !important;
    }
}

@media (max-width: 420px) {
    .news-full .news-linked-movie {
        padding: 14px !important;
    }

    .news-linked-movie__top {
        grid-template-columns: 96px minmax(0, 1fr) !important;
        gap: 12px !important;
    }

    .news-linked-movie__poster {
        width: 96px !important;
        max-width: 96px !important;
    }

    .news-linked-movie__rating {
        min-width: 41px !important;
        font-size: 16px !important;
    }

    .news-linked-movie__meta {
        font-size: 12px !important;
    }

    .news-linked-movie__title {
        font-size: 19px !important;
    }

    .news-linked-movie__original,
    .news-linked-movie__genres,
    .news-linked-movie__credit,
    .news-linked-movie__button {
        font-size: 15px !important;
    }

    .news-linked-movie__button {
        min-height: 48px !important;
    }
}
/* Compact tuning for Kinoafisha-style linked movie card */
.news-full .news-linked-movie {
    max-width: 920px !important;
    margin-top: 24px !important;
    padding: 16px !important;
    border-radius: 12px !important;
}

.news-linked-movie__top {
    grid-template-columns: 108px minmax(0, 1fr) !important;
    gap: 15px !important;
}

.news-linked-movie__poster {
    width: 108px !important;
    max-width: 108px !important;
    border-radius: 9px !important;
}

.news-linked-movie__rating {
    top: 9px !important;
    left: -8px !important;
    min-width: 42px !important;
    padding: 7px 8px !important;
    font-size: 17px !important;
}

.news-linked-movie__meta {
    gap: 7px !important;
    margin-bottom: 7px !important;
    font-size: 15px !important;
}

.news-linked-movie__meta span {
    min-height: 25px !important;
    padding: 2px 7px !important;
}

.news-linked-movie__title {
    font-size: 22px !important;
}

.news-linked-movie__original {
    margin-top: 5px !important;
    font-size: 17px !important;
}

.news-linked-movie__genres {
    margin-top: 8px !important;
    font-size: 17px !important;
    line-height: 1.28 !important;
}

.news-linked-movie__credit {
    margin-top: 14px !important;
    font-size: 16px !important;
    line-height: 1.38 !important;
}

.news-linked-movie__credit + .news-linked-movie__credit {
    margin-top: 6px !important;
}

.news-linked-movie__button {
    min-height: 46px !important;
    margin-top: 16px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
}

@media (max-width: 760px) {
    .news-full .news-linked-movie {
        padding: 14px !important;
        margin-top: 22px !important;
    }

    .news-linked-movie__top {
        grid-template-columns: 100px minmax(0, 1fr) !important;
        gap: 12px !important;
    }

    .news-linked-movie__poster {
        width: 100px !important;
        max-width: 100px !important;
    }

    .news-linked-movie__title {
        font-size: 20px !important;
    }

    .news-linked-movie__original,
    .news-linked-movie__genres,
    .news-linked-movie__credit,
    .news-linked-movie__button {
        font-size: 15px !important;
    }
}

@media (max-width: 420px) {
    .news-linked-movie__top {
        grid-template-columns: 88px minmax(0, 1fr) !important;
    }

    .news-linked-movie__poster {
        width: 88px !important;
        max-width: 88px !important;
    }

    .news-linked-movie__title {
        font-size: 18px !important;
    }
}
/* Movie related latest: two items in fullstory */
.movie-related__grid--latest .movie-related-card__link {
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 96px;
}

.movie-related__grid--latest .movie-related-card__image {
    width: 116px;
}

@media (max-width: 950px) {
    .movie-related__grid--latest .movie-related-card__link {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .movie-related__grid--latest .movie-related-card__image {
        width: 120px;
    }
}

@media (max-width: 560px) {
    .movie-related__grid--latest .movie-related-card__link {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 82px;
    }

    .movie-related__grid--latest .movie-related-card__image {
        width: 96px;
    }

    .movie-related-card__title {
        font-size: 13px;
        line-height: 1.25;
    }

    .movie-related-card__meta {
        gap: 4px 8px;
        margin-top: 6px;
        font-size: 11px;
    }
}

/* News more block below comments */
.news-more {
    width: 100%;
    max-width: 1040px;
    margin: 24px auto 30px;
    padding: 18px;
    border-radius: 12px;
    background: var(--bg-2, #f4f5f7);
}

.news-more__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.news-more__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.news-more__all {
    flex: 0 0 auto;
    color: var(--accent, #19b56b);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

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

.news-more-card {
    min-width: 0;
}

.news-more-card__image {
    display: block;
    overflow: hidden;
    border-radius: 9px;
    background: rgba(0, 0, 0, .08);
}

.news-more-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.news-more-card__body {
    padding-top: 9px;
}

.news-more-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 9px;
    margin-bottom: 6px;
    color: hsl(var(--c-muted, 220 9% 43%));
    font-size: 12px;
    line-height: 1.25;
}

.news-more-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 850;
    text-decoration: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body.dt .news-more,
body[data-theme="dark"] .news-more {
    background: rgba(255, 255, 255, .04);
}

body.dt .news-more-card__meta,
body[data-theme="dark"] .news-more-card__meta {
    color: rgba(255, 255, 255, .62);
}

@media (max-width: 950px) {
    .news-more__grid {
        grid-template-columns: 1fr;
    }

    .news-more-card {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .news-more-card__body {
        padding-top: 0;
    }
}

@media (max-width: 560px) {
    .news-more {
        margin-top: 20px;
        padding: 14px;
        border-radius: 10px;
    }

    .news-more__title {
        font-size: 19px;
    }

    .news-more-card {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 10px;
    }

    .news-more-card__title {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
}