/* RARtoZIP.org - Trust Blue / Kinetic Minimal */
:root {
  --bg: #f7f8fa;
  --surface: #ffffff;
  --surface-2: #f1f4f9;
  --text: #1c2733;
  --muted: #5b6b7c;
  --faint: #8494a5;
  --border: rgba(28, 39, 51, 0.09);
  --border-strong: rgba(28, 39, 51, 0.16);
  --accent: #2563eb;
  --accent-2: #06b6d4;
  --accent-soft: rgba(37, 99, 235, 0.08);
  --grad: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
  --ok: #16a34a;
  --ok-soft: rgba(22, 163, 74, 0.12);
  --warn: #b45309;
  --warn-soft: #fffbeb;
  --warn-border: rgba(180, 83, 9, 0.28);
  --err: #dc2626;
  --err-soft: rgba(220, 38, 38, 0.08);
  --font-display: "Plus Jakarta Sans", "Inter", -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "Inter", -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --r-sm: 6px; --r-md: 10px; --r-lg: 16px; --r-xl: 24px;
  --shadow-card: 0 1px 2px rgba(28,39,51,.04), 0 8px 24px -12px rgba(28,39,51,.12);
  --glow: 0 0 32px -4px rgba(37, 99, 235, 0.25), 0 0 16px -2px rgba(6, 182, 212, 0.15);
  --container: 1200px;
  --focus: 840px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--font-body); font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.mono { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.2; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 880px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; background: var(--surface); padding: 8px 16px; border-radius: var(--r-sm); z-index: 100; }

/* Header */
.header { position: sticky; top: 0; z-index: 40; background: rgba(247,248,250,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.header__inner { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--text); font-family: var(--font-display); font-weight: 700; }
.brand:hover { text-decoration: none; }
.brand__mark { display: grid; place-items: center; }
.nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.nav__link { color: var(--muted); font-size: 14px; font-weight: 500; }
.nav__link:hover { color: var(--text); text-decoration: none; }
.nav__dropdown { position: relative; }
.nav__drop-btn { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; }
.nav__drop-btn svg { transition: transform .15s ease; }
.nav__dropdown:hover .nav__drop-btn svg, .nav__dropdown:focus-within .nav__drop-btn svg { transform: rotate(180deg); }
.nav__menu { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 6px); min-width: 216px; margin: 0; padding: 6px; list-style: none; background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 12px 32px rgba(15, 23, 42, .12); opacity: 0; visibility: hidden; transition: opacity .15s ease, transform .15s ease, visibility .15s; z-index: 50; }
.nav__dropdown:hover .nav__menu, .nav__dropdown:focus-within .nav__menu, .nav__dropdown.is-open .nav__menu { opacity: 1; visibility: visible; transform: translate(-50%, 2px); }
.nav-toggle { display: none; align-items: center; gap: 8px; margin-left: auto; padding: 6px 12px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); color: var(--muted); font: inherit; font-size: 14px; cursor: pointer; }
.nav-toggle__bars { display: inline-flex; flex-direction: column; gap: 3px; }
.nav-toggle__bars span { display: block; width: 14px; height: 1.6px; background: currentColor; border-radius: 2px; }
.nav__drop-link { display: block; padding: 8px 12px; border-radius: 8px; color: var(--muted); font-size: 14px; font-weight: 500; }
.nav__drop-link:hover { background: var(--surface); color: var(--text); text-decoration: none; }
.nav__drop-link[aria-current="page"] { color: var(--accent); font-weight: 600; }
.nav__menu-group { padding: 8px 12px 4px; color: var(--faint); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.nav__menu-sep { height: 1px; margin: 6px 8px; background: var(--border); }
/* Language switch: globe dropdown, same interaction pattern as the nav menus */
.lang-dd { flex: 0 0 auto; }
.lang-dd__btn { color: var(--muted); font-size: 13px; font-weight: 500; }
.lang-dd__btn:hover { color: var(--text); }
.lang-dd .nav__menu { min-width: 160px; }
.lang-dd__current { color: var(--text); font-weight: 600; }
.lang-dd__current:hover { background: none; }
@media (max-width: 860px) { .lang-dd__label { display: none; } }

/* Hero */
.hero { position: relative; padding: 72px 0 48px; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 900px; height: 420px; background: radial-gradient(closest-side, rgba(37,99,235,.10), rgba(6,182,212,.05), transparent); pointer-events: none; }
.hero__kicker { color: var(--accent); text-transform: uppercase; font-weight: 600; margin: 0 0 14px; }
.hero__intro { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero__title { font-size: clamp(30px, 4.6vw, 52px); font-weight: 800; letter-spacing: -0.03em; margin: 0 0 16px; }
.hero__title--article { font-size: clamp(26px, 3.6vw, 40px); }
.hero__subtitle { color: var(--muted); font-size: 18px; max-width: 720px; margin: 0 0 20px; }
.hero__tags { display: flex; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }
.hero__tag { background: var(--surface); border: 1px solid var(--border); border-radius: 999px; padding: 4px 14px; color: var(--muted); font-weight: 500; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 22px; border-radius: var(--r-md); font-family: var(--font-body); font-size: 15px; font-weight: 600; border: 1px solid transparent; cursor: pointer; transition: all .15s ease; }
.btn--primary { background: var(--grad); color: #fff; box-shadow: 0 4px 14px -6px rgba(37,99,235,.5); }
.btn--primary:hover { filter: saturate(1.12) brightness(1.03); box-shadow: var(--glow); text-decoration: none; }
.btn--primary:active { transform: scale(.98); }
.btn--ghost { background: transparent; color: var(--muted); border-color: var(--border-strong); }
.btn--ghost:hover { color: var(--text); border-color: var(--faint); text-decoration: none; }
.btn--lg { height: 50px; padding: 0 28px; font-size: 16px; }

/* Tool card */
.tool { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--shadow-card); padding: 24px; max-width: var(--focus); margin: 0 auto; }
.tool__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.chip { display: inline-flex; align-items: center; gap: 7px; background: var(--ok-soft); color: var(--ok); border-radius: 999px; padding: 3px 12px; font-weight: 600; }
.chip__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); }
.tool__engine { color: var(--faint); }
.tool__privacy { color: var(--muted); font-size: 14px; margin-bottom: 18px; }

.dropzone { border: 1.5px dashed rgba(100, 116, 139, 0.35); border-radius: var(--r-lg); background: var(--surface-2); text-align: center; padding: 36px 20px; cursor: pointer; transition: all .18s ease; position: relative; outline: none; }
.dropzone:hover, .dropzone:focus-visible { border-color: var(--accent); }
.dropzone.is-dragover { border-style: solid; border-color: var(--accent); background: radial-gradient(closest-side, var(--accent-soft), var(--surface-2)); box-shadow: var(--glow); }
.dropzone__input { display: none; }
.dropzone__icon { width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 18px; background: var(--surface); border: 1px solid var(--border); display: grid; place-items: center; color: var(--accent); transition: transform .18s ease; }
.dropzone:hover .dropzone__icon { transform: scale(1.06); }
.dropzone__title { font-family: var(--font-display); font-weight: 700; font-size: 19px; margin: 0 0 16px; }
.dropzone__actions { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 18px; }
.dropzone__or { color: var(--faint); font-size: 14px; }
.dropzone__specs { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; color: var(--faint); }
.dropzone__progress { padding: 8px 0; }
.progress { height: 6px; background: var(--surface); border: 1px solid var(--border); border-radius: 999px; overflow: hidden; margin-bottom: 10px; }
.progress__bar { height: 100%; width: 0%; background: var(--grad); border-radius: 999px; transition: width .2s ease; }
.dropzone__progress p { color: var(--muted); margin: 0; }

.tool__panel { margin-top: 20px; }
.tool__panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.tool__panel-title { font-size: 17px; font-weight: 700; margin: 0; }
.tool__panel-actions { display: flex; gap: 8px; }
.tool__panel-actions .btn { height: 34px; padding: 0 14px; font-size: 13px; }
.tool__selected { color: var(--accent); font-weight: 600; margin: 10px 0 2px; }
.tool__hint { color: var(--faint); font-size: 13px; margin: 4px 0 12px; }
.tree { max-height: 320px; overflow: auto; border: 1px solid var(--border); border-radius: var(--r-md); background: var(--surface-2); padding: 10px 0; }
.tree__row { display: flex; align-items: center; gap: 8px; padding: 5px 14px; font-size: 13px; color: var(--text); }
.tree__row.is-dir { font-weight: 600; color: var(--muted); }
.tree__row input { accent-color: var(--accent); }
.tree__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tree__name.is-previewable { color: var(--accent); cursor: pointer; }
.tree__name.is-previewable:hover { text-decoration: underline; }
.tree__size { margin-left: auto; color: var(--faint); flex-shrink: 0; }
.tree__icon { flex-shrink: 0; color: var(--faint); display: grid; place-items: center; }
.tool__cta { display: flex; gap: 12px; margin-top: 18px; flex-wrap: wrap; }

.tool__note { margin-top: 18px; background: var(--warn-soft); border: 1px solid var(--warn-border); border-radius: var(--r-md); padding: 12px 16px; font-size: 14px; color: var(--warn); }
.tool__note-title { font-weight: 600; margin: 0 0 2px; }
.tool__alert { margin-top: 18px; background: var(--err-soft); border: 1px solid rgba(220,38,38,.25); border-radius: var(--r-md); padding: 14px 16px; }
.tool__alert-title { margin: 0 0 4px; font-size: 15px; color: var(--err); }
.tool__alert-actions { display: flex; gap: 10px; margin-top: 10px; }

.password-modal, .preview-modal { position: fixed; inset: 0; background: rgba(15, 23, 42, .45); display: grid; place-items: center; z-index: 60; padding: 20px; }
.password-modal__box, .preview-modal__box { background: var(--surface); border-radius: var(--r-lg); padding: 24px; width: 100%; max-width: 560px; box-shadow: var(--shadow-card); }
.password-modal__label { display: block; color: var(--faint); text-transform: uppercase; margin: 14px 0 6px; }
.password-modal__input { width: 100%; height: 44px; border: 1px solid var(--border-strong); border-radius: var(--r-md); padding: 0 14px; font-size: 15px; font-family: var(--font-body); }
.password-modal__input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.password-modal__actions { display: flex; gap: 10px; margin-top: 16px; }
.preview-modal__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
.preview-modal__body { max-height: 60vh; overflow: auto; }
.preview-modal__body pre { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px; font-family: var(--font-mono); font-size: 12.5px; white-space: pre-wrap; word-break: break-word; margin: 0; }
.preview-modal__body img { max-width: 100%; border-radius: var(--r-md); display: block; margin: 0 auto; }

/* Sections */
.section { padding: 64px 0; }
.section--tight { padding: 40px 0; }
.section__kicker { color: var(--accent); text-transform: uppercase; font-weight: 600; margin: 0 0 8px; }
.section__title { font-size: clamp(22px, 3vw, 30px); font-weight: 700; margin: 0 0 24px; }
.section__title--sm { font-size: 20px; }
.section__lead { color: var(--muted); max-width: 760px; margin: 0 0 24px; }
.section__link { margin-top: 20px; font-weight: 600; }
.section__footnote { color: var(--faint); font-size: 13.5px; margin-top: 14px; }
.section__conclusion { margin-top: 18px; padding: 14px 18px; background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: 0 var(--r-md) var(--r-md) 0; color: var(--muted); }

/* Steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.steps__item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 22px; position: relative; }
.steps__num { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--accent-soft); color: var(--accent); font-weight: 600; margin-bottom: 12px; }
.steps__title { font-size: 16px; margin: 0 0 6px; }
.steps__body { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); }
.table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.table th, .table td { padding: 13px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }
.table thead th { font-family: var(--font-display); font-size: 13.5px; background: var(--surface-2); color: var(--muted); }
.table tbody tr:last-child th, .table tbody tr:last-child td { border-bottom: none; }
.table--zebra tbody tr:nth-child(even) { background: rgba(241, 244, 249, 0.55); }
.table tbody th { font-weight: 600; white-space: nowrap; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 22px; transition: border-color .15s ease; }
.card:hover { border-color: var(--accent); }
.card--link { color: inherit; display: block; }
.card--link:hover { text-decoration: none; box-shadow: var(--glow); }
.card__title { font-size: 17px; margin: 0 0 8px; }
.card__arrow { color: var(--accent); }
.card__body { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Facts */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.fact-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px; }
.fact-card__label { color: var(--faint); text-transform: uppercase; margin: 0 0 6px; }
.fact-card__value { font-family: var(--font-display); font-weight: 700; font-size: 16.5px; margin: 0 0 10px; }
.fact-card__source { font-size: 13px; color: var(--muted); margin: 0; }

.fact-list { border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); overflow: hidden; margin: 18px 0; }
.fact-list__row { display: flex; gap: 16px; padding: 11px 18px; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.fact-list__row:last-child { border-bottom: none; }
.fact-list__label { color: var(--faint); text-transform: uppercase; flex: 0 0 190px; padding-top: 2px; }

/* Paths / how-to cards */
.paths { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin: 18px 0; }
.path-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px 22px; }
.path-card__title { font-size: 16px; margin: 0 0 10px; }
.path-card__steps { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14.5px; }
.path-card__steps li { margin-bottom: 7px; }
.path-card__steps--plain { list-style: none; padding-left: 0; }
.path-card__steps--plain li { position: relative; padding-left: 18px; }
.path-card__steps--plain li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }
.ol-steps { color: var(--muted); font-size: 15px; padding-left: 22px; }
.ol-steps li { margin-bottom: 8px; }

/* Badges */
.badge { display: inline-block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; border-radius: 999px; padding: 2px 9px; vertical-align: middle; }
.badge--official { background: var(--ok-soft); color: var(--ok); }
.badge--partial { background: var(--warn-soft); color: var(--warn); border: 1px solid var(--warn-border); }
.badge--pending { background: rgba(100,116,139,.12); color: var(--muted); }

/* Caveat & disclaimer */
.caveat { background: var(--warn-soft); border: 1px solid var(--warn-border); border-radius: var(--r-md); padding: 14px 18px; margin: 20px 0; font-size: 14.5px; }
.caveat__label { color: var(--warn); font-weight: 600; text-transform: uppercase; margin: 0 0 4px; }
.disclaimer { background: var(--warn-soft); border: 1px solid var(--warn-border); border-radius: var(--r-lg); padding: 18px 22px; margin: 26px 0; font-size: 14px; color: var(--muted); }
.disclaimer__label { text-transform: uppercase; font-weight: 600; color: var(--warn); margin: 0 0 6px; }

/* Safety */
.safety { display: grid; grid-template-columns: 1fr 1.4fr; gap: 18px; align-items: start; }
.safety__card { background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--ok); border-radius: var(--r-lg); padding: 22px; }
.safety__card-title { margin: 0 0 8px; font-size: 16px; }
.safety__card p { color: var(--muted); font-size: 14.5px; margin: 0; }
.safety__points { display: grid; gap: 10px; }
.point { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px 18px; }
.point--flat p { margin: 0; color: var(--muted); font-size: 14.5px; }
.point__title { font-size: 15px; margin: 0 0 4px; }
.point__body { color: var(--muted); font-size: 14.5px; margin: 0; }
@media (max-width: 860px) { .safety { grid-template-columns: 1fr; } }

/* Checklist / errors */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.checklist li { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); padding: 12px 16px 12px 42px; position: relative; color: var(--muted); font-size: 14.5px; }
.checklist li::before { content: "✓"; position: absolute; left: 16px; color: var(--ok); font-weight: 700; }
.errors { display: grid; gap: 12px; }
.error-row { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px 18px; }
.error-row__error { color: var(--err); font-weight: 600; margin: 0 0 8px; }
.error-row__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; color: var(--muted); font-size: 14px; margin: 0; }
@media (max-width: 700px) { .error-row__cols { grid-template-columns: 1fr; } }

/* FAQ */
.faq { display: grid; gap: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__item:last-child { border-bottom: none; }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 20px; cursor: pointer; font-family: var(--font-display); font-weight: 600; font-size: 15.5px; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__chevron { width: 9px; height: 9px; border-right: 2px solid var(--faint); border-bottom: 2px solid var(--faint); transform: rotate(45deg); transition: transform .18s ease; flex-shrink: 0; }
.faq__item[open] .faq__chevron { transform: rotate(225deg); }
.faq__a { padding: 0 20px 18px; color: var(--muted); font-size: 14.5px; }
.faq__a p { margin: 0; }

/* Sources */
.sources { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.sources li { font-size: 14.5px; }
.sources__what { display: block; color: var(--faint); font-size: 13px; }

/* Article */
.article__header { padding: 56px 24px 0; }
.article__summary { color: var(--muted); font-size: 17px; border-left: 3px solid var(--accent); padding-left: 18px; margin: 22px 0; }
.article__updated { color: var(--faint); }
.article__body { padding: 24px 24px 40px; }
.article__body h2 { font-size: 24px; margin: 44px 0 16px; scroll-margin-top: 80px; }
.article__body h3 { font-size: 18px; margin: 28px 0 10px; }
.article__note { background: var(--surface-2); border-radius: var(--r-md); padding: 12px 16px; color: var(--muted); font-size: 14px; }

/* Footer */
.footer { border-top: 1px solid var(--border); background: var(--surface); margin-top: 40px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; padding: 44px 24px 24px; }
.footer__col { display: grid; gap: 8px; align-content: start; }
.footer__col--wide { gap: 12px; }
.footer__title { color: var(--faint); text-transform: uppercase; margin: 0 0 4px; }
.footer__col a { color: var(--muted); font-size: 14px; }
.footer__col a:hover { color: var(--text); }
.footer__tagline { font-weight: 600; margin: 0; }
.footer__disclaimer { color: var(--faint); font-size: 12.5px; line-height: 1.6; margin: 0; }
.footer__bottom { border-top: 1px solid var(--border); padding: 18px 24px; color: var(--faint); font-size: 13px; }
@media (max-width: 860px) {
  .footer__grid { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 2px; margin: 0; padding: 8px 20px 14px; background: var(--surface); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-card); }
  .nav.is-open { display: flex; }
  .nav .nav__link { padding: 10px 2px; font-size: 15px; }
  .nav__dropdown { width: 100%; }
  .nav__drop-btn { width: 100%; justify-content: space-between; padding: 10px 2px; }
  .nav__menu { position: static; transform: none; min-width: 0; margin: 0 0 4px; padding: 0 0 0 10px; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; display: none; }
  .nav__dropdown.is-open .nav__menu { display: block; transform: none; }
}

@media (max-width: 700px) {
  .section { padding: 44px 0; }
  .hero { padding: 44px 0 32px; }
  .article__header, .article__body { padding-left: 18px; padding-right: 18px; }
}
