.novareview,
.novareview * {
    box-sizing: border-box;
}

body.single-reviews #sidebar,
body.single-tech #sidebar,
body.single-jeux_societe #sidebar,
body.single-livres #sidebar,
body.single-mangas_bd #sidebar,
body.single-ecrans #sidebar,
body.single-reviews #main-content .container:before,
body.single-tech #main-content .container:before,
body.single-jeux_societe #main-content .container:before,
body.single-livres #main-content .container:before,
body.single-mangas_bd #main-content .container:before,
body.single-ecrans #main-content .container:before,
body.single-reviews .et_pb_post .et_post_meta_wrapper,
body.single-tech .et_pb_post .et_post_meta_wrapper,
body.single-jeux_societe .et_pb_post .et_post_meta_wrapper,
body.single-livres .et_pb_post .et_post_meta_wrapper,
body.single-mangas_bd .et_pb_post .et_post_meta_wrapper,
body.single-ecrans .et_pb_post .et_post_meta_wrapper,
body.single-auteurs #sidebar,
body.single-auteurs #main-content .container:before,
body.single-auteurs .et_pb_post .et_post_meta_wrapper {
    display: none !important;
}

body.single-reviews #left-area,
body.single-reviews #content-area,
body.single-tech #left-area,
body.single-tech #content-area,
body.single-jeux_societe #left-area,
body.single-jeux_societe #content-area,
body.single-livres #left-area,
body.single-livres #content-area,
body.single-mangas_bd #left-area,
body.single-mangas_bd #content-area,
body.single-ecrans #left-area,
body.single-ecrans #content-area,
body.single-auteurs #left-area,
body.single-auteurs #content-area {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.novareview {
    --nvr-accent: #2388ff;
    --nvr-accent-soft: #e94bff;
    --nvr-ink: #101527;
    --nvr-muted: #647084;
    --nvr-surface: #ffffff;
    --nvr-surface-soft: #f7f8ff;
    --nvr-border: rgba(122, 60, 255, 0.2);
    --nvr-shadow: 0 18px 44px rgba(35, 136, 255, 0.12);
    --novareview-intro: none;

    max-width: 1280px;
    margin: 0 auto 42px;
    color: var(--nvr-ink);
    font-family: "Merriweather", "Georgia", serif;
}

.novareview__section {
    background: var(--nvr-surface);
    border: 1px solid var(--nvr-border);
    border-radius: 28px;
    box-shadow: var(--nvr-shadow);
    margin-bottom: 24px;
    overflow: hidden;
}

.novareview__section--intro {
    padding: 0;
}

.novareview__intro-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 360px;
    --novareview-intro-x: 32px;
    padding: 42px var(--novareview-intro-x);
    background: var(--novareview-intro);
    background-size: cover;
    background-position: center;
}

.novareview__intro-overlay {
    position: absolute;
    inset: 0;
    background: none;
}

.novareview__intro-copy {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: calc(100% + (var(--novareview-intro-x) * 2));
    margin-inline: calc(var(--novareview-intro-x) * -1);
    padding: 24px var(--novareview-intro-x);
    border-block: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(90deg, rgba(7, 8, 18, 0.12), rgba(7, 8, 18, 0.58) 18%, rgba(7, 8, 18, 0.58) 82%, rgba(7, 8, 18, 0.12));
    box-shadow: 0 22px 70px rgba(7, 8, 18, 0.26);
    backdrop-filter: blur(10px);
    text-align: center;
    color: #fff;
}

.novareview__title {
    margin: 0;
    max-width: 920px;
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: clamp(2.6rem, 4vw, 4.6rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #fff;
    text-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
}

.novareview__subtitle {
    max-width: 760px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.8;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.58);
}

.novareview__intro-facts {
    padding: 20px;
}

.novareview__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.novareview__fact {
    padding: 18px;
    border-radius: 20px;
    background: var(--nvr-surface-soft);
}

.novareview__fact dt {
    margin-bottom: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nvr-muted);
}

.novareview__fact dd {
    margin: 0;
    font-size: 1rem;
    color: var(--nvr-ink);
}

.novareview__fact-link {
    color: var(--nvr-ink);
    text-decoration: none;
}

.novareview__fact-link:hover {
    color: var(--nvr-accent);
}

.novareview__section--gallery {
    padding: 14px;
}

.novareview__gallery-stage {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(30, 215, 255, 0.12), rgba(233, 75, 255, 0.12));
}

.novareview__gallery-frame {
    display: grid;
    width: 100%;
    place-items: center;
}

.novareview__gallery-embed-shell {
    display: grid;
    width: 100%;
}

.novareview__gallery-image,
.novareview__gallery-video,
.novareview__gallery-embed {
    display: block;
    width: 100%;
}

.novareview__gallery-image {
    width: auto;
    max-width: 100%;
    max-height: min(72vh, 680px);
    height: auto;
    object-fit: contain;
    cursor: zoom-in;
}

.novareview__gallery-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 46px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(7, 8, 18, 0.48);
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    transition: background 0.18s ease, transform 0.18s ease;
}

.novareview__gallery-nav:hover {
    background: rgba(7, 8, 18, 0.7);
    transform: translateY(-50%) scale(1.04);
}

.novareview__gallery-nav--prev {
    left: 16px;
}

.novareview__gallery-nav--next {
    right: 16px;
}

.novareview-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(7, 8, 18, 0.86);
    backdrop-filter: blur(10px);
}

.novareview-lightbox.is-open {
    display: flex;
}

.novareview-lightbox-open {
    overflow: hidden;
}

.novareview-lightbox__image {
    display: block;
    max-width: 96vw;
    max-height: 92vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

.novareview-lightbox__close,
.novareview-lightbox__nav {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.novareview-lightbox__close {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    font-size: 1.7rem;
    line-height: 1;
}

.novareview-lightbox__nav {
    top: 50%;
    width: 52px;
    height: 70px;
    font-size: 2.2rem;
    line-height: 1;
    transform: translateY(-50%);
}

.novareview-lightbox__nav--prev {
    left: 22px;
}

.novareview-lightbox__nav--next {
    right: 22px;
}

.novareview__gallery-video,
.novareview__gallery-embed {
    aspect-ratio: 16 / 9;
    min-height: 320px;
    max-height: 680px;
}

.novareview__gallery-video,
.novareview__gallery-embed {
    background: #070812;
}

.novareview__gallery-embed {
    border: 0;
}

.novareview__gallery-embed-link {
    margin: 0;
    padding: 12px 14px 14px;
    text-align: center;
    background: #070812;
}

.novareview__gallery-embed-link a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.novareview__gallery-embed-link a:hover {
    color: #8fd6ff;
}

.novareview__gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.novareview__gallery-thumb {
    min-height: 96px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 18px;
    background: #f0f5ff;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.novareview__gallery-thumb:hover,
.novareview__gallery-thumb.is-active {
    transform: translateY(-2px);
    border-color: var(--nvr-accent);
}

.novareview__gallery-thumb img {
    display: block;
    width: 100%;
    height: 96px;
    object-fit: cover;
}

.novareview__gallery-thumb-label {
    display: grid;
    place-items: center;
    width: 100%;
    height: 96px;
    padding: 10px;
    font-weight: 700;
    color: var(--nvr-ink);
}

.novareview__section--body {
    padding: 34px;
}

.novareview__body > *:first-child {
    margin-top: 0;
}

.novareview__body > *:last-child {
    margin-bottom: 0;
}

.novareview__body h2,
.novareview__section h2 {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: auto;
    max-width: 100%;
    margin: 0 0 1rem;
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.58rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #101527;
    background: linear-gradient(90deg, var(--nvr-accent), #7a3cff 58%, var(--nvr-accent-soft));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.novareview__body h2::after,
.novareview__section h2::after {
    content: "";
    display: block;
    flex-basis: 100%;
    width: 100%;
    height: 4px;
    margin-top: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nvr-accent), var(--nvr-accent-soft));
}

.novareview__body h2::before,
.novareview__section h2::before {
    content: none;
    display: none;
}

.novareview__heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.08em;
    height: 1.08em;
    margin-right: 2px;
    flex: 0 0 auto;
    color: var(--nvr-accent);
    font-size: 1.02em;
    line-height: 1;
}

.novareview__body p,
.novareview__body li,
.novareview__textblock p,
.novareview__conclusion-text p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 1.9;
}

.novareview__body ul,
.novareview__body ol {
    padding-left: 1.2rem;
}

.novareview__body img {
    display: block;
    width: auto;
    max-width: min(100%, 900px);
    max-height: min(78vh, 820px);
    height: auto;
    margin: 1.8rem auto;
    object-fit: contain;
}

.novareview--mangas_bd .novareview__gallery-image,
body.single-mangas_bd .novareview__gallery-image,
.novareview--mangas_bd .novareview__body img,
body.single-mangas_bd .novareview__body img {
    max-width: min(100%, 760px);
    max-height: min(72vh, 720px);
}

.novareview__section--score,
.novareview__section--verdict {
    padding: 28px 30px;
}

.novareview__score-label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nvr-muted);
}

.novareview__score-value {
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    color: var(--nvr-accent);
    line-height: 0.96;
}

.novareview__score-value span {
    font-size: 1.15rem;
    color: var(--nvr-muted);
}

.novareview__score-bar {
    height: 12px;
    margin-top: 14px;
    border-radius: 999px;
    background: #dfe7ff;
    overflow: hidden;
}

.novareview__score-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--nvr-accent), var(--nvr-accent-soft));
}

.novareview__section--conclusion {
    padding: 0;
}

.novareview__conclusion-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    font-family: "Space Grotesk", "Aptos", sans-serif;
    background: #fff;
    color: var(--nvr-ink);
    border-bottom: 1px solid var(--nvr-border);
}

.novareview__conclusion-kicker {
    font-size: clamp(1.18rem, 2vw, 1.62rem);
    font-weight: 800;
    font-family: inherit;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--nvr-ink);
}

.novareview__conclusion-head h2 {
    margin: 0;
    color: var(--nvr-ink);
    font-family: inherit;
    font-size: clamp(1.18rem, 2vw, 1.62rem);
    font-weight: 800;
    line-height: 1.1;
}

.novareview__conclusion-head h2::after {
    display: none;
}

.novareview__conclusion-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
    align-items: start;
}

.novareview__conclusion-media {
    position: relative;
    overflow: hidden;
    min-height: 0;
    border-radius: 22px;
    aspect-ratio: 3 / 4;
    background: #dfe7ff;
}

.novareview__conclusion-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.novareview__conclusion-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.novareview__conclusion-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.24));
}

.novareview__conclusion-score {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Space Grotesk", "Aptos", sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.novareview__conclusion-score strong {
    display: block;
    margin: 0;
    font-size: clamp(3.8rem, 8vw, 5.8rem);
    font-weight: 700;
    line-height: 0.9;
}

.novareview__conclusion-score small {
    display: block;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.novareview__section--author {
    padding: 0;
}

.novareview__section--author .novaauthor-card {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
    padding: 28px 30px;
    color: var(--nvr-ink);
    background: #fff;
}

.novareview__section--author .novaauthor-card__name {
    color: var(--nvr-ink);
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
}

.novareview__section--author .novaauthor-card__summary {
    max-width: none;
    color: var(--nvr-muted);
}

.novareview__section--author .novaauthor-card__link {
    color: var(--nvr-accent);
}

.novareview__section--author .novaauthor-card__link:hover {
    color: #7a3cff;
}

.novareview__section--author .novaauthor-card__avatar {
    width: 150px;
    height: 150px;
}

.novareview__section--author .novaauthor-card__halo {
    width: 168px;
    height: 168px;
    opacity: 0.72;
}

.novareview__conclusion-text {
    align-self: center;
}

.novareview__conclusion-text > *:first-child {
    margin-top: 0;
}

.novareview__conclusion-text > *:last-child {
    margin-bottom: 0;
}

.novareview__section--related {
    padding: 18px 20px 22px;
}

.novareview__related-head {
    margin-bottom: 14px;
}

.novareview__related-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--nvr-muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.novareview__related-item {
    min-width: 0;
}

.novareview__related-link {
    position: relative;
    display: block;
    min-height: 152px;
    overflow: hidden;
    border-radius: 22px;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(30, 215, 255, 0.14), rgba(233, 75, 255, 0.14));
}

.novareview__related-link img,
.novareview__related-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 152px;
    object-fit: cover;
}

.novareview__related-placeholder {
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
}

.novareview__related-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 8, 18, 0.12), rgba(7, 8, 18, 0.72));
}

.novareview__related-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 16px;
    color: #fff;
}

.novareview__related-copy small {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.88;
}

.novareview__related-copy strong {
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: 1rem;
    line-height: 1.15;
}

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

.novareview__pros,
.novareview__cons {
    padding: 22px;
    border-radius: 22px;
}

.novareview__pros {
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.08), rgba(34, 197, 94, 0.03));
    border: 1px solid rgba(34, 197, 94, 0.18);
}

.novareview__cons {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.08), rgba(239, 68, 68, 0.03));
    border: 1px solid rgba(239, 68, 68, 0.18);
}

.novareview__pros h3,
.novareview__cons h3 {
    margin: 0 0 16px;
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: 1.15rem;
}

.novareview__pros ul,
.novareview__cons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.novareview__pros li,
.novareview__cons li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.novareview__point-icon {
    line-height: 1.2;
}

.novaauthor {
    --nvr-accent: #2388ff;
    --nvr-accent-soft: #e94bff;
    --nvr-ink: #101527;
    --nvr-muted: #647084;
    --nvr-border: rgba(122, 60, 255, 0.2);
    --nvr-shadow: 0 18px 44px rgba(35, 136, 255, 0.12);

    max-width: 1280px;
    margin: 0 auto 42px;
}

.novaauthor__section {
    margin-bottom: 24px;
}

.novaauthor__section--hero {
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(135deg, #070812 0%, #123a8a 42%, #7a3cff 72%, #e94bff 100%);
    box-shadow: 0 20px 42px rgba(35, 136, 255, 0.18);
}

.novaauthor__section--body {
    background: #fff;
    border: 1px solid var(--nvr-border);
    border-radius: 28px;
    box-shadow: var(--nvr-shadow);
    overflow: hidden;
}

.novaauthor-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
    padding: 42px 46px;
    color: #fff;
}

.novaauthor-card__media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 190px;
}

.novaauthor-card__halo {
    position: absolute;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(30, 215, 255, 0.9), rgba(30, 215, 255, 0.16) 48%, transparent 62%),
        radial-gradient(circle at 70% 60%, rgba(233, 75, 255, 0.9), rgba(233, 75, 255, 0.14) 46%, transparent 66%);
    filter: blur(12px);
    opacity: 0.95;
}

.novaauthor-card__avatar {
    position: relative;
    z-index: 1;
    width: 170px;
    height: 170px;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1ed7ff, #e94bff);
    box-shadow: 0 0 32px rgba(30, 215, 255, 0.28);
}

.novaauthor-card__avatar-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    background: #070812;
    display: grid;
    place-items: center;
}

.novaauthor-card__avatar-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.novaauthor-card__initials {
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.novaauthor-card__content {
    min-width: 0;
}

.novaauthor-card__name {
    margin: 0;
    color: #fff;
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: -0.04em;
}

.novaauthor-card__name::after {
    display: none;
}

.novaauthor-card__summary {
    margin: 20px 0 0;
    max-width: 860px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.08rem;
    line-height: 1.85;
}

.novaauthor-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    color: #1ed7ff;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
}

.novaauthor-card__link:hover {
    color: #e94bff;
}

.novaauthor__body {
    padding: 34px;
}

.novaauthor__body > *:first-child {
    margin-top: 0;
}

.novaauthor__body > *:last-child {
    margin-bottom: 0;
}

.novaauthor__body h2 {
    display: table;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 1rem;
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    letter-spacing: -0.03em;
    color: #101527;
}

.novaauthor__body h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nvr-accent), var(--nvr-accent-soft));
}

.novaauthor__body p,
.novaauthor__body li {
    color: var(--nvr-muted);
    font-size: 1.02rem;
    line-height: 1.9;
}

.novaauthor-posts {
    --nvr-accent: #2388ff;
    --nvr-ink: #101527;
    --nvr-muted: #647084;
    --nvr-border: rgba(122, 60, 255, 0.2);
    --nvr-shadow: 0 18px 44px rgba(35, 136, 255, 0.12);

    margin: 28px auto;
}

.novaauthor-posts__title {
    margin: 0 0 18px;
    color: var(--nvr-ink);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 500;
    line-height: 1.08;
}

.novaauthor-posts__title::after {
    content: "";
    display: block;
    width: min(320px, 72%);
    height: 2px;
    margin: 16px 0 0;
    background: linear-gradient(90deg, transparent, var(--nvr-accent), transparent);
}

.novaauthor-posts__section + .novaauthor-posts__section {
    margin-top: 30px;
}

.novaauthor-posts__subtitle {
    margin: 0 0 16px;
    color: var(--nvr-ink);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 500;
    line-height: 1.08;
}

.novaauthor-posts__subtitle::after {
    content: "";
    display: block;
    width: min(240px, 62%);
    height: 2px;
    margin: 12px 0 0;
    background: linear-gradient(90deg, transparent, var(--nvr-accent), transparent);
}

.novaauthor-posts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.novaauthor-posts__card {
    overflow: hidden;
    border: 1px solid var(--nvr-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--nvr-shadow);
}

.novaauthor-posts__thumb {
    position: relative;
    display: block;
    min-height: 180px;
    background: #f0f5ff;
    color: var(--nvr-muted);
    text-decoration: none;
}

.novaauthor-posts__thumb img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.novaauthor-posts__thumb > span {
    display: grid;
    place-items: center;
    min-height: 210px;
    font-weight: 800;
}

.novaauthor-posts__score {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.82);
    color: #fff;
    font-size: 0.92rem;
}

.novaauthor-posts__body {
    padding: 18px;
}

.novaauthor-posts__type {
    display: block;
    margin-bottom: 8px;
    color: var(--nvr-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.novaauthor-posts__body h3 {
    margin: 0;
    font-family: "Space Grotesk", "Aptos", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
}

.novaauthor-posts__body h3 a {
    color: var(--nvr-ink);
    text-decoration: none;
}

.novaauthor-posts__body p,
.novaauthor-posts__empty {
    color: var(--nvr-muted);
    line-height: 1.7;
}

.novaauthor-posts__body p {
    margin: 10px 0 0;
}

@media (max-width: 1024px) {
    .novareview__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .novareview__gallery-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .novaauthor-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .novareview__intro-media {
        --novareview-intro-x: 20px;
        min-height: 280px;
        padding: 32px var(--novareview-intro-x);
    }

    .novareview__facts,
    .novareview__related-grid,
    .novareview__gallery-thumbs,
    .novareview__conclusion-layout,
    .novareview__proscons,
    .novaauthor-card {
        grid-template-columns: 1fr;
    }

    .novareview__gallery-video,
    .novareview__gallery-embed {
        min-height: 240px;
    }

    .novareview__gallery-image,
    .novareview__body img {
        max-height: none;
    }

    .novareview__section--body,
    .novareview__section--score,
    .novareview__section--verdict {
        padding: 22px;
    }

    .novareview__conclusion-layout {
        padding: 18px;
        gap: 18px;
    }

    .novaauthor-card {
        padding: 30px 24px;
        gap: 26px;
        text-align: center;
    }

    .novaauthor-card__summary {
        margin-left: auto;
        margin-right: auto;
    }

    .novaauthor-card__link {
        justify-content: center;
    }

    .novaauthor__body {
        padding: 22px;
    }

    .novaauthor-posts__grid {
        grid-template-columns: 1fr;
    }

    .novareview__gallery-nav {
        width: 38px;
        height: 52px;
        font-size: 1.7rem;
    }

    .novareview-lightbox {
        padding: 12px;
    }

    .novareview-lightbox__nav {
        width: 42px;
        height: 58px;
    }
}
