/*
Theme Name: dds_wooforacle.com
Author: Дмитрий Савельев
Description: Тема для информационно-аналитического портала о применении блокчейна в недвижимости.
Version: 1.1
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: wforcl
*/

/* -------------------------------------------------------------
   Переменные
------------------------------------------------------------- */
:root {
    --bg: #F4F7FA;
    --bg-alt: #E8EEF4;
    --dark: #0A1929;
    --sidebar-bg: #EDF2F7;
    --text: #0F1E2E;
    --accent: #0066FF;
    --accent-dark: #0047B3;
    --accent2: #00C9A7;
    --muted: #5A6B7C;
    --muted-light: #8A9BAC;
    --line: #C5D3E0;
    --grid-line: #D3DEE8;
    --font-head: "Inter Tight", "Space Grotesk", "Segoe UI Semibold", "Helvetica Neue", Arial, sans-serif;
    --font-body: "Inter", "IBM Plex Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* -------------------------------------------------------------
   Скрытие через атрибут hidden
------------------------------------------------------------- */
.cookie-banner[hidden] { display: none !important; }

/* -------------------------------------------------------------
   База
------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.68;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    color: var(--text);
    line-height: 1.18;
    letter-spacing: -0.015em;
    margin: 0 0 0.7em;
    font-weight: 700;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.15rem; }

p { margin: 0 0 1.1em; }

a {
    color: var(--accent);
    text-decoration: none;
    position: relative;
}

a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    left: 2px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { padding-left: 1.3rem; }

blockquote {
    margin: 1.6rem 0;
    padding: 1.4rem 1.6rem;
    background: var(--bg-alt);
    border-left: 4px solid var(--accent);
}

blockquote p:last-child { margin-bottom: 0; }

code, pre {
    font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
    font-size: 0.92em;
}

pre {
    background: var(--dark);
    color: #E4ECF4;
    padding: 1.2rem 1.4rem;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.6rem 0;
    border: 1px solid var(--line);
    background: #FFFFFF;
}

th, td {
    border: 1px solid var(--line);
    padding: 0.65rem 0.85rem;
    text-align: left;
    vertical-align: top;
}

th {
    background: var(--bg-alt);
    font-family: var(--font-head);
    font-weight: 700;
}

/* -------------------------------------------------------------
   Контейнер
------------------------------------------------------------- */
.shell {
    width: min(92%, 1180px);
    margin-inline: auto;
}

.home .shell {
    width: min(85%, 1280px);
}

/* -------------------------------------------------------------
   Кнопки
------------------------------------------------------------- */
.btn {
    display: inline-block;
    font-family: var(--font-head);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.78rem 1.6rem;
    border-radius: 0;
    border: 2px solid var(--accent);
    cursor: pointer;
    line-height: 1.2;
    text-decoration: none;
}

.btn:hover { text-decoration: none; left: 0; }

.btn-solid {
    background: var(--accent);
    color: #FFFFFF;
}

.btn-solid:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: #FFFFFF;
}

.btn-outline {
    background: transparent;
    color: var(--accent);
}

.btn-outline:hover {
    background: var(--accent);
    color: #FFFFFF;
}

.btn-ghost-light {
    background: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-ghost-light:hover {
    background: #FFFFFF;
    color: var(--dark);
}

/* -------------------------------------------------------------
   Верхняя полоса и шапка
------------------------------------------------------------- */
.topline {
    height: 4px;
    background: var(--accent);
}

.masthead {
    background: var(--dark);
    padding: 1.15rem 0;
}

.masthead-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    flex-wrap: wrap;
}

.brand {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    min-width: 0;
    flex: 1 1 340px;
}

.brand-mark { display: block; flex: 0 0 auto; }
.brand-mark:hover { left: 0; }
.brand-logo { max-height: 52px; width: auto; }
.brand-glyph { display: block; }

.brand-copy { min-width: 0; }

.brand-name {
    display: block;
    font-family: var(--font-head);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    color: #FFFFFF;
    max-width: 640px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.brand-name:hover { color: var(--accent2); text-decoration: none; left: 0; }

.brand-tagline {
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--muted-light);
    max-width: 640px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav-switch {
    display: none;
    align-items: center;
    gap: 0.45rem;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    font-family: var(--font-head);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.55rem 0.85rem;
    cursor: pointer;
    border-radius: 0;
}

.nav-switch-bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #FFFFFF;
}

.nav-switch-label { margin-left: 0.3rem; }

.head-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.head-nav-list a {
    color: #FFFFFF;
    font-family: var(--font-head);
    font-size: 0.95rem;
    font-weight: 600;
}

.head-nav-list a:hover,
.head-nav-list .current-menu-item > a {
    color: var(--accent2);
    text-decoration: none;
}

/* -------------------------------------------------------------
   Главная — hero
------------------------------------------------------------- */
.site-main { display: block; }

.hero {
    position: relative;
    background: var(--dark);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.55;
}

.hero-inner {
    position: relative;
    z-index: 1;
    padding: 6rem 0 5.4rem;
}

.hero-title {
    color: #FFFFFF;
    font-size: 3.5rem;
    text-align: left;
    margin: 0;
    max-width: 18ch;
}

.hero-rule {
    display: block;
    width: 120px;
    height: 1px;
    background: #FFFFFF;
    margin: 1.7rem 0;
}

.hero-lead {
    color: #D6E2EE;
    font-size: 1.12rem;
    max-width: 640px;
    margin-bottom: 2.1rem;
}

/* -------------------------------------------------------------
   Секции главной
------------------------------------------------------------- */
.front-section { padding: 4.6rem 0; }
.section-base { background: var(--bg); }
.section-alt { background: var(--bg-alt); }

.section-title {
    font-size: 2rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--accent);
    margin-bottom: 2.4rem;
    text-align: left;
}

.section-title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--accent);
    margin-right: 0.7rem;
    vertical-align: middle;
}

.section-more { margin: 2.2rem 0 0; }

.empty-note { color: var(--muted); }

/* Блок 2 — статистика */
.figures {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.figure-cell {
    padding: 0 1.4rem;
    border-left: 1px solid var(--line);
    min-width: 0;
}

.figure-cell:first-child {
    border-left: 0;
    padding-left: 0;
}

.figure-num {
    display: block;
    font-family: var(--font-head);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: var(--accent);
    letter-spacing: -0.03em;
}

.figure-label {
    display: block;
    margin-top: 0.8rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--muted);
}

/* Блок 3 — сетка карточек с иконками */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 1.6rem;
}

.feature {
    background: transparent;
    border: 1px solid var(--line);
    outline: 1px solid transparent;
    border-radius: 0;
    padding: 1.9rem 1.7rem;
    min-width: 0;
}

.feature:hover {
    border-color: var(--accent);
    outline-color: var(--accent);
    background: #FFFFFF;
}

.feature-icon { margin-bottom: 1.1rem; }

.feature-title { font-size: 1.25rem; margin-bottom: 0.6rem; }

.feature-text {
    margin: 0;
    color: var(--muted);
    font-size: 0.96rem;
}

/* Блок 4 — акцентный тезис */
.statement {
    background: var(--dark);
    margin: 0;
    padding: 3rem 2.6rem;
    border-left: 4px solid var(--accent2);
}

.statement-text {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FFFFFF;
    font-family: var(--font-head);
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: left;
}

.statement-author {
    display: block;
    margin-top: 1.6rem;
    color: var(--muted-light);
    font-size: 0.92rem;
    letter-spacing: 0.04em;
}

/* -------------------------------------------------------------
   Карточки записей
------------------------------------------------------------- */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
    gap: 1.6rem;
}

.card {
    display: flex;
    flex-direction: column;
    background: var(--bg);
    border: 1px solid var(--line);
    outline: 1px solid transparent;
    border-radius: 0;
    overflow: hidden;
    min-width: 0;
}

.card:hover {
    border-color: var(--accent);
    outline-color: var(--accent);
    background: #FFFFFF;
}

.card-thumb {
    position: relative;
    overflow: hidden;
}

.card-thumb a { display: block; }
.card-thumb a:hover { left: 0; }

.card-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.card-tag {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--accent2);
    color: #FFFFFF;
    font-family: var(--font-head);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0.34rem 0.7rem;
    border-radius: 0;
}

.card-tag-flat {
    position: static;
    display: inline-block;
    margin-bottom: 0.8rem;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.4rem 1.4rem 1.6rem;
    min-width: 0;
}

.card-title {
    font-size: 1.22rem;
    margin: 0 0 0.5rem;
}

.card-title a { color: var(--text); }
.card-title a:hover { color: var(--accent); text-decoration: none; }

.card-meta {
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: 0.8rem;
    letter-spacing: 0.02em;
}

.card-excerpt {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 1.3rem;
}

.card-excerpt p { margin: 0 0 0.5em; background: none; }
.card-excerpt p:last-child { margin-bottom: 0; }

.card-more {
    align-self: flex-start;
    margin-top: auto;
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
}

/* -------------------------------------------------------------
   Внутренние страницы
------------------------------------------------------------- */
.page-wrap { padding: 2.4rem 0 4.2rem; }

.crumbs {
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 1.8rem;
}

.crumbs a { color: var(--accent); }
.crumbs-sep { color: var(--muted-light); margin: 0 0.35rem; }

.layout-single { display: block; }

.layout-single .content-area {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.layout-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 67%) minmax(0, 27%);
    justify-content: space-between;
    align-items: start;
}

.content-area {
    min-width: 0;
    border-left: 1px solid var(--grid-line);
    padding-left: 1.8rem;
}

.page-head {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
}

.archive-note {
    color: var(--muted);
    margin-bottom: 1.8rem;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 1.6rem;
    letter-spacing: 0.02em;
}

.entry-cover { margin-bottom: 1.8rem; }

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

.entry-content h2 { font-size: 1.75rem; margin-top: 2.1rem; }
.entry-content h3 { font-size: 1.32rem; margin-top: 1.7rem; }
.entry-content ul, .entry-content ol { margin: 0 0 1.2em; }
.entry-content li { margin-bottom: 0.45em; }

.entry-content img { margin: 1.4rem 0; }

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
}

.entry-tag {
    display: inline-block;
    background: var(--bg-alt);
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.8rem;
    padding: 0.3rem 0.7rem;
}

.entry-tag:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #FFFFFF;
    text-decoration: none;
    left: 0;
}

.entry-pages { margin: 1.4rem 0; font-size: 0.9rem; }

.entry-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: space-between;
    margin-top: 2.6rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
    font-size: 0.92rem;
}

.entry-nav-prev, .entry-nav-next { min-width: 0; }

/* -------------------------------------------------------------
   Сайдбар и виджеты
------------------------------------------------------------- */
.sidebar {
    background: var(--sidebar-bg);
    padding: 1.7rem 1.5rem;
    min-width: 0;
    color: var(--text);
}

.sidebar .widget { margin-bottom: 2rem; }
.sidebar .widget:last-child { margin-bottom: 0; }

.sidebar .widget-title {
    font-size: 1.05rem;
    color: var(--text);
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--accent);
    margin-bottom: 1rem;
}

.sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget li {
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.94rem;
}

.sidebar .widget li:last-child { border-bottom: 0; }

.sidebar .widget a { color: var(--text); }
.sidebar .widget a:hover { color: var(--accent); }

.sidebar .post-date,
.sidebar .rss-date {
    display: block;
    font-size: 0.78rem;
    color: var(--muted);
    margin-top: 0.2rem;
}

/* -------------------------------------------------------------
   Пагинация
------------------------------------------------------------- */
.pager {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2.6rem;
}

.pager .page-numbers {
    display: inline-block;
    min-width: 42px;
    text-align: center;
    padding: 0.55rem 0.85rem;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--text);
    font-family: var(--font-head);
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 0;
}

.pager a.page-numbers:hover {
    border-color: var(--accent);
    color: var(--accent);
    text-decoration: none;
    left: 0;
}

.pager .page-numbers.current {
    background: var(--accent);
    border-color: var(--accent);
    color: #FFFFFF;
}

.pager .page-numbers.dots {
    border-color: transparent;
    background: transparent;
    color: var(--muted);
}

/* -------------------------------------------------------------
   Поиск
------------------------------------------------------------- */
.seek {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.6rem;
    margin: 1.6rem 0;
}

.seek-label { flex: 1 1 240px; min-width: 0; }

.seek-label-text {
    display: block;
    font-size: 0.82rem;
    color: var(--muted);
    margin-bottom: 0.4rem;
}

.seek-field {
    width: 100%;
    padding: 0.72rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 0;
    background: #FFFFFF;
    color: var(--text);
    font-family: var(--font-body);
    font-size: 0.95rem;
}

.seek-field:focus {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
}

.seek-submit { flex: 0 0 auto; }

.error-back { margin-top: 1.8rem; }

/* -------------------------------------------------------------
   Комментарии
------------------------------------------------------------- */
.talk {
    margin-top: 3rem;
    padding-top: 1.8rem;
    border-top: 1px solid var(--line);
}

.talk-head-title { font-size: 1.5rem; }

.talk-list, .talk-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.talk-list .children { margin-left: 1.6rem; }

.talk-item {
    background: var(--bg-alt);
    border: 1px solid var(--line);
    padding: 1.2rem 1.3rem;
    margin-bottom: 1rem;
}

.talk-head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: baseline;
    margin-bottom: 0.6rem;
}

.talk-author {
    font-family: var(--font-head);
    font-weight: 700;
}

.talk-date { font-size: 0.8rem; color: var(--muted); }
.talk-hold { font-size: 0.85rem; color: var(--muted); }
.talk-text p:last-child { margin-bottom: 0; }
.talk-reply { margin-top: 0.7rem; font-size: 0.88rem; }
.talk-closed { color: var(--muted); }

.comment-respond {
    margin-top: 2.2rem;
    background: var(--bg-alt);
    border: 1px solid var(--line);
    padding: 1.8rem 1.6rem;
}

.comment-reply-title { font-size: 1.3rem; }

.comment-form label {
    display: block;
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 0.35rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 0;
    background: #FFFFFF;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text);
}

.comment-form p { margin-bottom: 1rem; }

.comment-form .form-submit { margin-bottom: 0; }

.comment-form input[type="submit"] {
    font-family: var(--font-head);
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.78rem 1.6rem;
    border: 2px solid var(--accent);
    background: var(--accent);
    color: #FFFFFF;
    border-radius: 0;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}

.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.4rem;
    font-size: 0.9rem;
}

/* -------------------------------------------------------------
   Подвал
------------------------------------------------------------- */
.site-foot {
    background: var(--dark);
    color: #C3D2E0;
    padding: 3.4rem 0 2.2rem;
}

.foot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 2.2rem;
}

.foot-col { min-width: 0; }

.site-foot .widget { color: #C3D2E0; }

.site-foot .widget-title {
    color: #FFFFFF;
    font-size: 1.02rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--accent);
    margin-bottom: 1rem;
}

.site-foot .widget p,
.site-foot .widget .textwidget { color: #C3D2E0; font-size: 0.92rem; }

.site-foot .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-foot .widget li {
    padding: 0.4rem 0;
    font-size: 0.92rem;
}

.site-foot .widget a { color: #C3D2E0; }
.site-foot .widget a:hover { color: var(--accent2); }
.site-foot .widget .post-date { color: var(--muted-light); font-size: 0.78rem; }

.foot-copy {
    margin: 2.6rem 0 0;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.82rem;
    color: var(--muted-light);
    line-height: 1.5;
}

/* -------------------------------------------------------------
   Cookie-баннер
------------------------------------------------------------- */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    background: var(--dark);
    border-top: 4px solid var(--accent);
    padding: 1.2rem 1.6rem;
}

.cookie-text {
    margin: 0;
    color: #C3D2E0;
    font-size: 0.88rem;
    flex: 1 1 420px;
    min-width: 0;
}

/* -------------------------------------------------------------
   Адаптив
------------------------------------------------------------- */
@media (max-width: 960px) {
    h1 { font-size: 2.4rem; }
    .hero-title { font-size: 2.4rem; }
    .page-head { font-size: 2rem; }

    .masthead-inner { align-items: center; }

    .nav-switch { display: inline-flex; }

    .head-nav {
        flex: 1 1 100%;
        display: none;
    }

    .head-nav.is-open { display: block; }

    .head-nav-list {
        flex-direction: column;
        gap: 0;
        margin-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

    .head-nav-list li {
        padding: 0.7rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .layout-with-sidebar {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 2.4rem;
    }

    .layout-single .content-area { width: 100%; }

    .figures { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 1.8rem; }
    .figure-cell:nth-child(3) { border-left: 0; padding-left: 0; }

    .statement { padding: 2.4rem 1.9rem; }
    .statement-text { font-size: 1.9rem; }
}

@media (max-width: 600px) {
    body { font-size: 16px; }

    h1 { font-size: 2rem; }
    .hero-title { font-size: 2rem; }
    .hero-inner { padding: 3.8rem 0 3.4rem; }
    .section-title { font-size: 1.55rem; }
    .page-head { font-size: 1.75rem; }

    .front-section { padding: 3rem 0; }
    .page-wrap { padding: 1.8rem 0 3rem; }

    .content-area { padding-left: 1rem; }

    .brand-tagline { display: none; }

    .figures { grid-template-columns: minmax(0, 1fr); }
    .figure-cell { border-left: 0; padding-left: 0; }
    .figure-num { font-size: 2.4rem; }

    .statement { padding: 1.9rem 1.4rem; }
    .statement-text { font-size: 1.5rem; }

    .sidebar { padding: 1.4rem 1.2rem; }
    .comment-respond { padding: 1.4rem 1.2rem; }
    .talk-item { padding: 1rem 1.1rem; }
    .talk-list .children { margin-left: 0.8rem; }

    .cookie-banner { padding: 1.1rem 1.2rem; }
    .cookie-text { flex: 1 1 100%; }
}
