/*
Theme Name: dds_vectordm.ru
Author: Дмитрий Колесников
Description: Тема для отраслевого дайджеста по маркетинговой аналитике. Технологичный минимализм с лавандовым акцентом.
Version: 1.1
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: vdmark
*/

:root {
    --bg: #F6F4F9;
    --bg-alt: #EEEAF5;
    --deep: #2B2835;
    --ink: #1E1A26;
    --accent: #8B5CF6;
    --accent-2: #C4B5FD;
    --muted: #8E8A99;
    --shade: #D5D0E0;
    --tint: #F0EBFF;
    --head-font: "Manrope", "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --body-font: "Roboto", "Source Sans Pro", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 17px;
    line-height: 1.75;
    color: var(--ink);
    background-color: var(--bg);
    background-image: radial-gradient(var(--accent-2) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0;
}

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

a { color: var(--accent); }

p { margin: 0 0 1.1em; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--head-font);
    color: var(--ink);
    line-height: 1.22;
    letter-spacing: -0.01em;
    margin: 1.8rem 0 0.9rem;
    font-weight: 700;
}

h1 { font-size: 3.5rem; letter-spacing: 0.01em; margin-top: 0; }
h2 { font-size: 2rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.15rem; }

/* «Аналитическая точка» в конце заголовков */
.entry-content h2::after,
.entry-content h3::after,
.section-title::after,
.widget-title::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    margin-left: 8px;
    vertical-align: middle;
}

.shell {
    width: min(92%, 1180px);
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    left: -9999px;
}

/* ---------- Кнопки и ссылки ---------- */

.btn {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: 4px;
    border: 1px solid var(--accent);
    background: transparent;
    color: var(--accent);
    font-family: var(--head-font);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease, color .2s ease;
}

.btn:hover { background: var(--tint); }

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

.btn-solid:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(2px);
    box-shadow: 0 6px 18px var(--accent-2);
}

.link-u {
    position: relative;
    text-decoration: none;
    color: var(--accent);
    transition: color .2s ease;
}

.link-u::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: width .25s ease;
}

.link-u:hover { color: var(--ink); }
.link-u:hover::after { width: 100%; }

.entry-content a {
    color: var(--accent);
    text-decoration: none;
    background-image: linear-gradient(var(--accent), var(--accent));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    transition: background-size .25s ease, color .2s ease;
}

.entry-content a:hover {
    color: var(--ink);
    background-size: 100% 1px;
}

.term {
    display: inline-block;
    padding: 2px 4px;
    color: var(--accent);
    background: transparent;
    box-shadow: inset 0 -0.55em 0 var(--accent-2);
}

/* ---------- Шапка ---------- */

.site-head {
    background: transparent;
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--shade);
}

.head-inner {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
    color: var(--ink);
    min-width: 0;
    flex: 1 1 320px;
}

.brand-logo { display: block; max-width: 190px; height: auto; }
.brand-mark { display: block; width: 46px; height: 46px; flex: 0 0 46px; }

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

.brand-name {
    display: block;
    font-family: var(--head-font);
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.brand-desc {
    display: block;
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--muted);
    margin-top: 3px;
}

.nav-toggle {
    display: none;
    padding: 0.55rem 1rem;
    border: 1px solid var(--accent);
    border-radius: 4px;
    background: transparent;
    color: var(--accent);
    font-family: var(--head-font);
    font-size: 0.9rem;
    cursor: pointer;
}

.main-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav a {
    position: relative;
    font-family: var(--head-font);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width .25s ease;
}

.main-nav a:hover { color: var(--accent); }
.main-nav a:hover::after { width: 100%; }

.main-nav .current-menu-item > a { color: var(--accent); }
.main-nav .current-menu-item > a::after { width: 100%; }

/* ---------- Каркас страницы ---------- */

.site-main { padding: 2.6rem 0 4rem; }

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

.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs .sep { margin: 0 6px; color: var(--accent-2); }

.layout-single {
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.layout-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 67fr) minmax(0, 27fr);
    gap: 3.2rem;
    align-items: start;
}

.content-area { min-width: 0; }

.sidebar {
    min-width: 0;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 12px;
    padding: 1.6rem 1.4rem;
    box-shadow: 0 6px 22px var(--shade);
}

.sidebar .widget { color: var(--ink); }
.sidebar .widget-title {
    font-size: 1.05rem;
    margin: 0 0 1rem;
    padding-left: 12px;
    border-left: 2px solid var(--accent);
    color: var(--ink);
}
.sidebar .widget + .widget { margin-top: 2rem; }
.sidebar .widget ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget li { padding: 0.5rem 0; border-bottom: 1px solid var(--bg-alt); }
.sidebar .widget li:last-child { border-bottom: 0; }
.sidebar .widget a { color: var(--ink); text-decoration: none; }
.sidebar .widget a:hover { color: var(--accent); }
.sidebar .widget .post-date { display: block; font-size: 0.78rem; color: var(--muted); }

/* ---------- Карточки записей ---------- */

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 1.8rem;
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px var(--shade);
    transition: box-shadow .25s ease, transform .25s ease;
}

.card:hover {
    box-shadow: 0 18px 34px var(--shade);
    transform: translateY(-4px);
}

.card-thumb { display: block; padding: 12px 12px 0; }

.card-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 1px solid var(--accent-2);
    border-radius: 8px;
}

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

.card-title {
    font-size: 1.15rem;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

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

.card-meta {
    font-size: 0.78rem;
    color: var(--muted);
    margin-bottom: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.card-excerpt { flex: 1; font-size: 0.94rem; color: #3b3547; }
.card-excerpt p { margin: 0 0 0.5em; background: none; }

.card-more { margin-top: 1rem; align-self: flex-start; }

/* ---------- Пагинация ---------- */

.pager {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2.6rem;
}

.pager .page-numbers {
    display: inline-block;
    padding: 0.5rem 0.95rem;
    border: 1px solid var(--shade);
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
    font-family: var(--head-font);
    font-size: 0.9rem;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.pager .page-numbers:hover { border-color: var(--accent); color: var(--accent); }

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

.pager .page-numbers.dots { border-color: transparent; background: transparent; }

/* ---------- Главная ---------- */

.front-section {
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 3.6rem 0;
}

.front-section .sec-index {
    position: absolute;
    top: 0.2rem;
    left: -0.4rem;
    font-family: var(--head-font);
    font-size: 8rem;
    font-weight: 800;
    line-height: 1;
    color: var(--ink);
    opacity: 0.04;
    pointer-events: none;
    z-index: 0;
}

.front-section > *:not(.sec-index) { position: relative; z-index: 1; }

.section-title {
    font-size: 2rem;
    margin: 0 0 1.4rem;
    padding-left: 14px;
    border-left: 2px solid var(--accent);
    margin-left: -14px;
}

.section-lead {
    max-width: 62ch;
    color: #453e54;
    margin-bottom: 2rem;
}

.alt-band {
    background: var(--bg-alt);
    border-radius: 10px;
    padding: 0.6rem 2rem;
    overflow: hidden;
}

.alt-band .front-section { padding: 3.6rem 0; }

/* Блок 1 — hero */

.hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.8rem;
    align-items: center;
    padding: 3.2rem 0 3.8rem;
}

.hero-blob {
    position: absolute;
    right: -60px;
    bottom: -110px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: var(--accent);
    opacity: 0.08;
    filter: blur(6px);
    pointer-events: none;
    z-index: 0;
}

.hero > * { position: relative; z-index: 1; }

.hero-kicker {
    display: inline-block;
    font-family: var(--head-font);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1rem;
}

.hero h1 { margin-bottom: 1.1rem; }

.hero-slogan {
    font-family: var(--head-font);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.6rem;
}

.hero-slogan::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    margin-left: 8px;
    vertical-align: middle;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.hero-art img {
    display: block;
    width: 100%;
    height: auto;
}

/* Блок 2 — таймлайн */

.tl { list-style: none; margin: 0; padding: 0; }

.tl-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
    gap: 1.6rem;
    padding: 0 0 2.2rem 0;
}

.tl-item::before {
    content: "";
    position: absolute;
    left: 138px;
    top: 20px;
    bottom: -8px;
    border-left: 1px dashed var(--accent-2);
}

.tl-item:last-child::before { display: none; }

.tl-year {
    font-family: var(--head-font);
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
    text-align: right;
    padding-top: 4px;
}

.tl-body { position: relative; min-width: 0; padding-left: 1.4rem; }

.tl-body::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--bg);
    border: 2px solid var(--accent);
}

.tl-body h3 { margin: 0 0 0.4rem; font-size: 1.15rem; }
.tl-body p { margin: 0; color: #453e54; }

/* Блок 3 — текст + иллюстрация */

.duo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
}

.duo-text { min-width: 0; }

.sq-list { list-style: none; margin: 1.2rem 0 0; padding: 0; }

.sq-list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.8rem;
}

.sq-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    background: var(--accent);
}

.duo-art img { display: block; width: 100%; height: auto; }

/* Блок 4 — рубрикатор */

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

.topic-tile {
    position: relative;
    display: block;
    min-width: 0;
    padding: 1.6rem 1.5rem;
    background: #fff;
    border: 0;
    border-bottom: 3px solid var(--accent);
    color: var(--ink);
    text-decoration: none;
    overflow: hidden;
    transition: color .25s ease;
}

.topic-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.16), rgba(196, 181, 253, 0.24));
    opacity: 0;
    transition: opacity .25s ease;
}

.topic-tile:hover::before { opacity: 1; }
.topic-tile > * { position: relative; }

.topic-icon { display: block; width: 34px; height: 34px; margin-bottom: 0.9rem; }

.topic-name {
    display: block;
    font-family: var(--head-font);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.topic-note { display: block; font-size: 0.9rem; color: var(--muted); }

/* Блок «последние записи» */

.latest-head {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1.8rem;
}

/* ---------- Запись и страница ---------- */

.entry-head { margin-bottom: 1.8rem; }
.entry-title { font-size: 2.4rem; margin: 0 0 0.8rem; }

.entry-meta {
    font-size: 0.82rem;
    color: var(--muted);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

.entry-thumb img {
    display: block;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--accent-2);
}

.entry-content { font-size: 1.02rem; }
.entry-content > *:first-child { margin-top: 0; }

.entry-content blockquote {
    margin: 1.8rem 0;
    padding: 1.4rem 1.6rem;
    background: linear-gradient(180deg, var(--bg-alt), var(--bg));
    border-left: 4px solid var(--accent);
    border-radius: 4px;
}

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

.entry-content ul, .entry-content ol { padding-left: 1.3rem; }
.entry-content li { margin-bottom: 0.5rem; }

.entry-content img { border-radius: 8px; }

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.6rem 0;
    border: 1px solid var(--shade);
    background: #fff;
}

.entry-content th,
.entry-content td {
    border: 1px solid var(--shade);
    padding: 0.7rem 0.9rem;
    text-align: left;
}

.entry-content th { background: var(--bg-alt); font-family: var(--head-font); }

.entry-tags { margin-top: 2rem; font-size: 0.88rem; color: var(--muted); }
.entry-tags a { color: var(--accent); text-decoration: none; }

.post-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2.4rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--shade);
    font-size: 0.92rem;
}

.post-nav a { color: var(--ink); text-decoration: none; }
.post-nav a:hover { color: var(--accent); }

.archive-head { margin-bottom: 2rem; }
.archive-title { font-size: 2.2rem; margin: 0 0 0.5rem; }

/* ---------- Комментарии ---------- */

.comments-area {
    margin-top: 3rem;
    padding: 1.8rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px var(--shade);
}

.comments-title { margin-top: 0; font-size: 1.4rem; }
.comment-list { list-style: none; margin: 0 0 2rem; padding: 0; }
.comment-list .children { list-style: none; padding-left: 1.4rem; }

.comment-item { margin-bottom: 1.4rem; }

.comment-inner {
    padding: 1.1rem 1.2rem;
    background: var(--bg);
    border-radius: 8px;
}

.comment-head { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: baseline; margin-bottom: 0.5rem; }
.comment-author { font-family: var(--head-font); font-weight: 700; }
.comment-date, .comment-actions { font-size: 0.82rem; color: var(--muted); }
.comment-actions a { color: var(--accent); text-decoration: none; }
.comment-text p:last-child { margin-bottom: 0; }
.comment-hold { font-size: 0.85rem; color: var(--muted); }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--shade);
    border-radius: 4px;
    background: var(--bg);
    font-family: var(--body-font);
    font-size: 0.95rem;
    color: var(--ink);
}

.comment-form label { display: block; font-size: 0.85rem; margin-bottom: 0.3rem; }
.comment-form p { margin-bottom: 1rem; }

.comment-form input[type="submit"] {
    padding: 0.7rem 1.6rem;
    border: 1px solid var(--accent);
    border-radius: 4px;
    background: var(--accent);
    color: #fff;
    font-family: var(--head-font);
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.comment-form input[type="submit"]:hover {
    transform: translateY(2px);
    box-shadow: 0 6px 18px var(--accent-2);
}

/* ---------- Поиск ---------- */

.search-form { display: flex; gap: 0.6rem; flex-wrap: wrap; }

.search-form .search-field {
    flex: 1 1 200px;
    min-width: 0;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--shade);
    border-radius: 4px;
    background: #fff;
    font-family: var(--body-font);
    font-size: 0.95rem;
    color: var(--ink);
}

.search-form .search-submit {
    padding: 0.65rem 1.4rem;
    border: 1px solid var(--accent);
    border-radius: 4px;
    background: transparent;
    color: var(--accent);
    font-family: var(--head-font);
    font-weight: 600;
    cursor: pointer;
}

.search-form .search-submit:hover { background: var(--tint); }

/* ---------- 404 ---------- */

.nf-code {
    font-family: var(--head-font);
    font-size: 6rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
    margin: 0 0 1rem;
}

.nf-box { width: 85%; margin-left: auto; margin-right: auto; }
.nf-search { max-width: 520px; margin: 1.6rem 0; }

/* ---------- Подвал ---------- */

.site-foot {
    background: var(--deep);
    color: #D9D5E2;
    padding: 3.2rem 0 1.6rem;
    margin-top: 3rem;
}

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

.foot-col { min-width: 0; }
.foot-col .widget { color: #D9D5E2; }
.foot-col .widget-title {
    font-size: 1.05rem;
    color: #FFFFFF;
    margin: 0 0 1rem;
    padding-left: 12px;
    border-left: 2px solid var(--accent-2);
}
.foot-col .widget-title::after { background: var(--accent-2); }
.foot-col .widget p { color: #C9C4D6; font-size: 0.92rem; }
.foot-col .widget ul { list-style: none; margin: 0; padding: 0; }
.foot-col .widget li { padding: 0.4rem 0; }
.foot-col .widget a { color: #E3DFEC; text-decoration: none; }
.foot-col .widget a:hover { color: var(--accent-2); }
.foot-col .widget .post-date { display: block; font-size: 0.78rem; color: #A9A3B8; }

.foot-bottom {
    margin-top: 2.6rem;
    padding-top: 1.4rem;
    border-top: 1px solid #3C384A;
    font-size: 0.85rem;
    color: #A9A3B8;
}

/* ---------- Cookie-баннер ---------- */

.cookie-bar[hidden] { display: none !important; }

.cookie-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.4rem;
    background: var(--deep);
    color: #E3DFEC;
    font-size: 0.88rem;
    box-shadow: 0 -6px 22px rgba(43, 40, 53, 0.25);
}

.cookie-bar p { margin: 0; max-width: 70ch; }
.cookie-bar a { color: var(--accent-2); }

.cookie-accept {
    padding: 0.6rem 1.4rem;
    border: 1px solid var(--accent);
    border-radius: 4px;
    background: var(--accent);
    color: #fff;
    font-family: var(--head-font);
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.cookie-accept:hover {
    transform: translateY(2px);
    box-shadow: 0 6px 18px var(--accent-2);
}

/* ---------- Адаптив ---------- */

@media (max-width: 960px) {
    h1 { font-size: 2.6rem; }
    .hero { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
    .duo { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
    .layout-with-sidebar { grid-template-columns: minmax(0, 1fr); gap: 2.6rem; }
    .front-section, .layout-single, .nf-box { width: 100%; }
}

@media (max-width: 600px) {
    body { font-size: 16px; }
    h1 { font-size: 2.1rem; }
    h2, .section-title { font-size: 1.6rem; }

    .nav-toggle { display: block; margin-left: auto; }

    .main-nav {
        flex-basis: 100%;
        display: none;
    }

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

    .main-nav ul { flex-direction: column; gap: 0.9rem; }

    .front-section { padding: 2.4rem 0; }
    .alt-band { padding: 0.4rem 1.2rem; }
    .alt-band .front-section { padding: 2.4rem 0; }
    .front-section .sec-index { font-size: 5rem; }

    .hero { padding: 2rem 0 2.4rem; }
    .hero-blob { width: 220px; height: 220px; right: -70px; bottom: -80px; }

    .tl-item { grid-template-columns: minmax(0, 1fr); gap: 0.4rem; }
    .tl-item::before { display: none; }
    .tl-year { text-align: left; font-size: 1.6rem; }
    .tl-body { padding-left: 1.2rem; }
    .tl-body::before { left: 0; }

    .sidebar { padding: 1.3rem 1.1rem; }
    .comments-area { padding: 1.2rem; }
    .cookie-bar { padding: 0.9rem 1rem; }
}
