/* Publikus cikkoldal – site-container rács, teljes szélesség */

.article-page {
    background: transparent;
}

.article-page .site-navbar + main .article-page-hero,
.article-page .site-navbar + main .article-page-hero--plain {
    margin-top: 0;
}

.article-page main {
    margin-top: 0;
    padding-top: 0;
}

.article-page-detail {
    padding-bottom: 3rem;
}

/* —— Hero: gradiens háttér + kisebb borítókép —— */
.article-page-hero,
.article-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(125deg, #0c2444 0%, #0f2d52 38%, #164a5c 72%, #1a5c48 100%);
}

.article-page-hero__content {
    background: transparent;
    color: #fff;
}

.article-page-hero--plain {
    background: linear-gradient(135deg, #0f2d52 0%, #1a4a6e 55%, #1a5c48 120%);
}

.article-page-hero--plain .article-page-hero__content {
    background: transparent;
}

.article-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
    color: #fff;
}

.article-page-hero__grid {
    display: block;
}

.article-page-hero__grid--with-cover {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.75rem 2.25rem;
    align-items: center;
}

.article-page-hero__copy {
    min-width: 0;
}

.article-page-hero__visual {
    flex-shrink: 0;
    width: clamp(140px, 18vw, 220px);
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.article-page-hero__cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.article-page-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    color: #1f6b4f;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0;
}

.article-page-hero__title,
.article-hero-title {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0 0 0.5rem;
    max-width: none;
    text-align: left;
}

.article-page-hero__title--dark {
    color: #fff;
}

.article-page-hero__original {
    font-size: 1rem;
    opacity: 0.85;
    font-style: italic;
    margin: 0;
    max-width: none;
    text-align: left;
}

.article-page-hero__original--dark {
    color: rgba(255, 255, 255, 0.85);
}

/* —— Tartalom: ugyanaz a site-container, nincs keskeny belső oszlop —— */
.article-detail-section {
    padding: 0;
}

.article-layout {
    padding-top: 0;
    padding-bottom: 2rem;
}

.article-layout > * {
    width: 100%;
    max-width: none;
}

/* Meta */
.article-meta,
.article-page-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 0.92rem;
    color: #64748b;
    font-weight: 500;
    text-align: left;
}

.article-meta .meta-highlight,
.article-page-meta__tag {
    color: #1f6b4f;
    font-weight: 700;
}

.article-page-meta__dot {
    margin: 0;
}

/* Bevezető */
.article-lead-box {
    background: #ffffff;
    border: 1px solid rgba(15, 45, 82, 0.1);
    border-left: 5px solid #3cb371;
    border-radius: 20px;
    padding: 24px 30px;
    margin: 28px 0 22px;
    box-shadow: 0 18px 45px rgba(15, 45, 82, 0.08);
}

.article-lead-label {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f6b4f;
    margin-bottom: 12px;
}

.article-lead,
.article-summary {
    font-size: 1.16rem;
    line-height: 1.8;
    color: #10233f;
    text-align: left;
    margin-bottom: 0;
    font-weight: 400;
}

.article-lead p,
.article-summary p {
    margin-bottom: 0.5rem;
    text-align: left;
}

.article-lead p:last-child,
.article-summary p:last-child {
    margin-bottom: 0;
}

.article-lead a,
.article-summary a {
    color: #1f6b4f;
    font-weight: 700;
}

.article-lead img,
.article-summary img {
    max-width: 100%;
    border-radius: 12px;
    margin: 1rem 0;
}

/* Adaptáció strip */
.article-adaptation-strip {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(60, 179, 113, 0.08);
    border: 1px solid rgba(60, 179, 113, 0.22);
    border-radius: 14px;
    padding: 14px 18px;
    margin: 18px 0 44px;
    color: #12304f;
}

.article-adaptation-icon {
    font-size: 1.25rem;
    line-height: 1;
    flex-shrink: 0;
}

.article-adaptation-strip strong {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1f6b4f;
    margin-bottom: 4px;
}

.article-adaptation-strip span {
    font-size: 0.94rem;
    line-height: 1.55;
    display: block;
}

/* Fő szöveg */
.article-body,
.article-body--page,
.article-content {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #0f2340;
    margin-bottom: 2.5rem;
    text-align: left;
}

.article-body p,
.article-body--page p,
.article-content p,
.article-body .rich-content p,
.article-content .rich-content p {
    margin: 0 0 0.725rem;
    text-align: left;
}

.article-body p:has(> br:only-child),
.article-body--page p:has(> br:only-child),
.article-content p:has(> br:only-child) {
    margin-bottom: 0.4rem;
}

.article-body h2,
.article-body--page h2,
.article-content h2 {
    font-size: clamp(1.8rem, 2.4vw, 2.25rem);
    line-height: 1.18;
    letter-spacing: -0.035em;
    margin-top: 4rem;
    margin-bottom: 1.35rem;
    color: #06284d;
    font-weight: 800;
    text-align: left;
}

.article-body h3,
.article-body--page h3,
.article-content h3 {
    font-size: 1.45rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #06284d;
    font-weight: 800;
    text-align: left;
}

.article-body img,
.article-body--page img,
.article-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 2rem 0;
    box-shadow: 0 18px 40px rgba(15, 45, 82, 0.14);
}

.article-video-wrap {
    margin: 1.75rem 0;
    border-radius: 18px;
    overflow: hidden;
    background: #020617;
    box-shadow: 0 18px 40px rgba(15, 45, 82, 0.14);
}

.article-video-wrap--embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.article-video-wrap--embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.article-video-wrap--file video,
.article-content video.article-html-video {
    display: block;
    width: 100%;
    max-height: min(720px, 78vh);
    background: #020617;
}

/* Adaptáció / interjú: szöveg balra, kisebb kép jobbra, felül igazítva */
.article-page:not(.article-page--book) .article-inline-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem 0.9rem;
    align-items: start;
    margin: 0 0 1.1rem;
}

.article-page:not(.article-page--book) .article-inline-media__text > :last-child {
    margin-bottom: 0;
}

.article-page:not(.article-page--book) .article-inline-media__media {
    justify-self: end;
    width: auto;
    max-width: 220px;
    margin-right: 1rem;
}

.article-page:not(.article-page--book) .article-inline-media__media img,
.article-page:not(.article-page--book) .article-body .article-inline-media img,
.article-page:not(.article-page--book) .article-content .article-inline-media img {
    display: block;
    width: min(42vw, 200px);
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 45, 82, 0.12);
}

.article-body a,
.article-body--page a,
.article-content a {
    color: #1f6b4f;
    font-weight: 700;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.article-body a:hover,
.article-content a:hover {
    color: #3cb371;
}

.article-body blockquote,
.article-content blockquote {
    border-left: 4px solid #3cb371;
    padding-left: 1.25rem;
    margin: 0.75rem 0;
    color: #334155;
    font-style: italic;
    text-align: left;
}

.article-body ul,
.article-body ol,
.article-content ul,
.article-content ol {
    margin-bottom: 0.675rem;
    padding-left: 1.5rem;
    text-align: left;
}

/* Forrásbox */
.article-source-box {
    margin: 56px 0 40px;
    padding: 32px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 45, 82, 0.1);
    box-shadow: 0 18px 45px rgba(15, 45, 82, 0.08);
}

.source-eyebrow {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f6b4f;
    margin-bottom: 10px;
}

.article-source-box__title {
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 800;
    color: #06284d;
    letter-spacing: -0.03em;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.article-source-box__intro {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #475569;
    margin: 0;
    text-align: left;
}

.source-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.source-grid div {
    background: #f8fafc;
    border-radius: 14px;
    padding: 16px;
}

.source-grid span {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
    margin-bottom: 6px;
}

.source-grid strong {
    color: #0f2d52;
    font-weight: 700;
}

.source-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.source-actions .source-actions__primary,
.source-actions .source-actions__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.source-actions .source-actions__primary {
    background: #0f2d52;
    color: #ffffff !important;
    border: 2px solid #0f2d52;
}

.source-actions .source-actions__primary:hover {
    background: #1f6b4f;
    border-color: #1f6b4f;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.source-actions .source-actions__secondary {
    background: #ffffff;
    color: #1f6b4f !important;
    border: 2px solid #1f6b4f;
}

.source-actions .source-actions__secondary:hover {
    background: rgba(31, 107, 79, 0.08);
    color: #185a42 !important;
}

/* Címkék */
.article-page-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

/* —— Közösségi zóna: értékelés + hozzászólások —— */
.article-community-zone {
    margin-top: 3.5rem;
    padding: 2.5rem 0 1rem;
    border-top: 1px solid rgba(15, 45, 82, 0.1);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.6) 0%, transparent 100%);
    border-radius: 28px 28px 0 0;
}

.article-community-zone__header {
    margin-bottom: 2rem;
    max-width: 42rem;
}

.article-community-zone__eyebrow {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1f6b4f;
    margin: 0 0 0.5rem;
}

.article-community-zone__title {
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #06284d;
    letter-spacing: -0.03em;
    margin: 0 0 0.65rem;
    line-height: 1.15;
}

.article-community-zone__lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #64748b;
}

.community-panel {
    background: #ffffff;
    border: 1px solid rgba(15, 45, 82, 0.08);
    border-radius: 22px;
    padding: 1.75rem 1.75rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 16px 40px rgba(15, 45, 82, 0.06);
}

.community-panel--rating {
    border-left: 4px solid #3cb371;
}

.community-panel--comments {
    border-left: 4px solid #0f2d52;
    margin-bottom: 0;
}

.community-panel__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.community-panel__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    background: rgba(60, 179, 113, 0.12);
    color: #1f6b4f;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}

.community-panel__icon--comments {
    background: rgba(15, 45, 82, 0.08);
    font-size: 1.15rem;
}

.community-panel__title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f2d52;
    letter-spacing: -0.02em;
}

.community-panel__body {
    padding-top: 0.25rem;
}

.community-panel__body--flush {
    padding-top: 0;
}

.community-panel__body--flush .comments-section {
    margin-top: 0;
    padding-top: 0;
}

.community-guest-notice {
    margin: 0;
    padding: 1rem 1.15rem;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 0.95rem;
    color: #475569;
}

.community-guest-notice a {
    color: #1f6b4f;
    font-weight: 700;
}

.rating-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.rating-stat {
    text-align: center;
    padding: 1.15rem 0.75rem;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border: 1px solid rgba(15, 45, 82, 0.06);
    border-radius: 16px;
}

.rating-stat__value {
    display: block;
    font-size: clamp(1.75rem, 3vw, 2.15rem);
    font-weight: 800;
    color: #0f2d52;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.rating-stat__label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}

.rating-summary-meta {
    text-align: center;
    font-size: 0.88rem;
    color: #94a3b8;
    margin: 0 0 1.25rem;
}

.article-rating-notice {
    margin-bottom: 1.25rem;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(31, 107, 79, 0.08);
    border: 1px solid rgba(31, 107, 79, 0.22);
}

.article-rating-notice__title {
    margin: 0 0 4px;
    font-size: 0.95rem;
    font-weight: 800;
    color: #1f6b4f;
}

.article-rating-notice__text {
    margin: 0;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
}

.article-rating-notice__meta {
    margin: 8px 0 0;
    font-size: 0.8rem;
    color: #64748b;
}

.article-rating-form .form-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #475569;
}

.article-rating-form .form-control {
    border-radius: 10px;
    border-color: rgba(15, 45, 82, 0.12);
}

.article-rating-form__submit {
    margin-top: 1.25rem;
    min-height: 44px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: auto;
}

.article-rating-form__submit:not(.w-100) {
    width: auto;
}

/* —— Könyvösszefoglaló —— */
.article-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.article-page-badge--type {
    background: rgba(60, 179, 113, 0.92);
    color: #fff;
}

.article-page-badge--new {
    background: #3cb371;
    color: #fff;
}

.article-page-badge--read {
    background: #0f2d52;
    color: #fff;
}

.article-page-hero__book-author {
    margin: 0.35rem 0 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.article-page-hero__book-author--dark {
    color: rgba(255, 255, 255, 0.9);
}

.book-meta-box {
    margin: 28px 0 32px;
    padding: 24px 28px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(15, 45, 82, 0.08);
    box-shadow: 0 12px 35px rgba(15, 45, 82, 0.06);
}

.book-meta-box__badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(31, 107, 79, 0.12);
    color: #1f6b4f;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.book-meta-box__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 32px;
    margin: 0;
}

.book-meta-box__grid dt {
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 4px;
}

.book-meta-box__grid dd {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #0f2d52;
    line-height: 1.4;
}

.book-meta-box__grid dd a {
    color: #1f6b4f;
    font-weight: 700;
}

.book-meta-box__full {
    grid-column: 1 / -1;
}

.interview-subject-box {
    margin: 28px 0 32px;
    padding: 24px 28px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(15, 45, 82, 0.08);
    box-shadow: 0 12px 35px rgba(15, 45, 82, 0.06);
}

.interview-subject-box__badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(6, 40, 77, 0.1);
    color: #06284d;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.interview-subject-box__body {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #1e293b;
}

.interview-subject-box__body > :last-child {
    margin-bottom: 0;
}

.interview-subject-box .article-inline-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem 0.9rem;
    align-items: start;
    margin: 0;
}

.interview-subject-box .article-inline-media__text > :last-child {
    margin-bottom: 0;
}

.interview-subject-box .article-inline-media__media {
    justify-self: end;
    width: auto;
    max-width: 200px;
    margin-right: 0.35rem;
}

.interview-subject-box .article-inline-media__media img {
    display: block;
    width: min(42vw, 180px);
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 45, 82, 0.12);
}

@media (max-width: 768px) {
    .interview-subject-box .article-inline-media {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .interview-subject-box .article-inline-media__media {
        justify-self: center;
        margin-right: 0;
        max-width: 200px;
    }
}

.article-adaptation-strip--book {
    border-color: rgba(31, 107, 79, 0.2);
    background: rgba(31, 107, 79, 0.06);
}

.book-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
    align-items: start;
    margin-bottom: 2rem;
}

.book-article-layout__sidebar {
    position: sticky;
    top: 88px;
    align-self: start;
    max-height: calc(100vh - 100px);
}

.book-toc-mobile {
    display: none;
    margin-bottom: 1.5rem;
}

.book-toc {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 100px);
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(15, 45, 82, 0.08);
    box-shadow: 0 12px 35px rgba(15, 45, 82, 0.06);
}

.book-toc__title {
    margin: 0 0 14px;
    font-size: 0.88rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1f6b4f;
}

.book-toc__list {
    list-style: none;
    margin: 0;
    padding: 0 4px 0 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(31, 107, 79, 0.35) transparent;
}

.book-toc__list::-webkit-scrollbar {
    width: 5px;
}

.book-toc__list::-webkit-scrollbar-thumb {
    background: rgba(31, 107, 79, 0.35);
    border-radius: 999px;
}

.book-toc__item {
    position: relative;
    margin: 0 0 6px;
}

.book-toc__item a {
    display: block;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    line-height: 1.4;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.book-toc__item a:hover {
    color: #1f6b4f;
    background: rgba(60, 179, 113, 0.06);
}

.book-toc__item.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    border-radius: 999px;
    background: #3cb371;
}

.book-toc__item.is-active > a {
    color: #1f6b4f;
    font-weight: 800;
    background: rgba(60, 179, 113, 0.14);
    box-shadow: inset 0 0 0 1px rgba(60, 179, 113, 0.22);
}

.book-toc__item--level-3 {
    padding-left: 14px;
}

.book-toc__item--level-3 a {
    font-size: 0.84rem;
    font-weight: 500;
}

.article-source-box--book .article-source-box__intro--emphasis {
    font-weight: 600;
    color: #334155;
    border-left: 4px solid #3cb371;
    padding-left: 14px;
    margin-bottom: 1.25rem;
}

/* —— Mobil —— */
@media (max-width: 768px) {
    .book-meta-box__grid {
        grid-template-columns: 1fr;
    }

    .book-article-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .book-article-layout__sidebar {
        display: none;
    }

    .book-toc-mobile {
        display: block;
        position: sticky;
        top: 72px;
        z-index: 50;
    }

    .book-toc-mobile .book-toc {
        max-height: none;
    }

    .book-toc-mobile .book-toc__list {
        max-height: 280px;
    }

    .article-lead-box {
        padding: 22px 20px;
    }

    .article-body,
    .article-body--page,
    .article-content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .article-page:not(.article-page--book) .article-body img,
    .article-page:not(.article-page--book) .article-body--page img,
    .article-page:not(.article-page--book) .article-content:not(.book-article-body) img {
        float: none;
        clear: none;
        display: block;
        width: min(72%, 240px);
        margin: 1rem auto 1.25rem;
        shape-outside: none;
    }

    .article-page:not(.article-page--book) .article-inline-media {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .article-page:not(.article-page--book) .article-inline-media__media {
        justify-self: center;
        max-width: 220px;
    }

    .article-page:not(.article-page--book) .article-inline-media__media img,
    .article-page:not(.article-page--book) .article-body .article-inline-media img,
    .article-page:not(.article-page--book) .article-content .article-inline-media img {
        width: 100%;
        margin: 0;
    }

    .article-hero-inner {
        padding-top: 1.5rem;
        padding-bottom: 1.4rem;
    }

    .article-page-hero__grid--with-cover {
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 1rem;
        row-gap: 1.1rem;
        align-items: start;
    }

    .article-page-hero__grid--with-cover .article-page-hero__copy {
        display: contents;
    }

    .article-page-hero__visual {
        width: 6.75rem;
        grid-column: 1;
        grid-row: 1;
        border-radius: 14px;
    }

    .article-page-hero__grid--with-cover .article-hero-badges {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        gap: 0.45rem;
    }

    .article-page-hero__grid--with-cover .article-page-hero__title,
    .article-page-hero__grid--with-cover .article-hero-title,
    .article-page-hero__grid--with-cover .article-page-hero__original,
    .article-page-hero__grid--with-cover .article-page-hero__book-author {
        grid-column: 1 / -1;
    }

    .article-page-hero__title,
    .article-hero-title {
        font-size: clamp(1.45rem, 6.4vw, 1.95rem);
        line-height: 1.18;
    }

    .source-grid {
        grid-template-columns: 1fr;
    }

    .article-source-box {
        padding: 24px 20px;
        margin-top: 40px;
    }

    .article-page-hero,
    .article-hero {
        min-height: 0;
    }

    .article-meta,
    .article-page-meta {
        margin-top: 24px;
    }
}

@media (max-width: 575.98px) {
    .article-adaptation-strip {
        margin-bottom: 32px;
    }

    .article-community-zone {
        margin-top: 2.5rem;
        padding-top: 1.75rem;
    }

    .community-panel {
        padding: 1.25rem 1.15rem;
    }

    .rating-summary-grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .article-rating-form__submit {
        width: 100%;
    }
}
