/*
Theme Name: Свадьба скоро
Theme URI: https://svadba-skoro.ru/
Description: Свадебный журнал: подготовка по месяцам, бюджет, образы, праздник, подарки, годовщины по годам. Лёгкая тема без jQuery.
Author: Редакция «Свадьба скоро»
Version: 1.0.0
Requires PHP: 7.4
Text Domain: svadba-skoro
*/

:root {
	--bg: #fbf8f4;
	--paper: #ffffff;
	--ink: #33282d;
	--muted: #76676c;
	--rose: #a24d64;
	--rose-deep: #843b50;
	--rose-soft: #f5e6e9;
	--sage: #e3eadf;
	--sage-ink: #4b5d4c;
	--sand: #f2eadd;
	--lilac: #ece7f1;
	--line: #eadfd9;
	--radius: 18px;
	--font: "Commissioner", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font: 400 17px/1.65 var(--font);
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rose); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--rose-deep); }
h1, h2, h3, h4 { line-height: 1.25; font-weight: 600; margin: 0 0 .6em; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 10; }
.skip:focus { left: 8px; }

.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.wrap--narrow { max-width: 760px; }

/* ---------- Шапка ---------- */
.site-head { background: var(--paper); border-bottom: 1px solid var(--line); }
.site-head__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; padding-bottom: 14px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand__rings { position: relative; width: 34px; height: 22px; flex: none; }
.brand__rings::before, .brand__rings::after {
	content: ""; position: absolute; top: 0; width: 22px; height: 22px; border-radius: 50%;
	border: 2.5px solid var(--rose);
}
.brand__rings::before { left: 0; }
.brand__rings::after { left: 12px; border-color: #c9a36a; }
.brand__name { font-size: 21px; font-weight: 600; letter-spacing: .01em; }
.brand__tag { display: none; font-size: 13px; color: var(--muted); }

.nav { position: relative; }
.nav > summary { list-style: none; cursor: pointer; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 15px; }
.nav > summary::-webkit-details-marker { display: none; }
.nav__menu { list-style: none; margin: 0; padding: 8px; }
.nav[open] .nav__menu {
	position: absolute; right: 0; top: calc(100% + 8px); z-index: 20; min-width: 220px;
	background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 30px rgba(51, 40, 45, .12);
}
.nav__menu a { display: block; padding: 9px 12px; color: var(--ink); text-decoration: none; border-radius: 10px; }
.nav__menu a:hover, .nav__menu .current-menu-item > a { background: var(--rose-soft); color: var(--rose-deep); }
.nav-desk { display: none; }

/* ---------- Общие секции ---------- */
.section { padding-top: 36px; padding-bottom: 36px; }
.section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.section__title { font-size: 24px; margin: 0; }
.section__more { font-size: 15px; white-space: nowrap; }
.kicker { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--rose); text-decoration: none; }

/* ---------- Карточки ---------- */
.grid { display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr); }
.card { display: flex; flex-direction: column; min-width: 0; }
.card__img { display: block; aspect-ratio: 3 / 2; border-radius: var(--radius); overflow: hidden; background: var(--rose-soft); margin-bottom: 12px; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card__img img { transform: scale(1.03); }
.card__title { font-size: 19px; margin: 6px 0 6px; }
.card__title a { color: var(--ink); text-decoration: none; }
.card__title a:hover { color: var(--rose); }
.card__meta { font-size: 14px; color: var(--muted); }
.card__text { font-size: 15.5px; color: var(--muted); margin: 0 0 6px; }

.ph { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--rose-soft), var(--sand)); }
.ph::before, .ph::after { content: none; }
.ph span { position: relative; width: 58px; height: 36px; }
.ph span::before, .ph span::after { content: ""; position: absolute; top: 0; width: 36px; height: 36px; border-radius: 50%; border: 3px solid rgba(162, 77, 100, .45); }
.ph span::before { left: 0; }
.ph span::after { left: 20px; border-color: rgba(201, 163, 106, .6); }

/* ---------- Главная: герой ---------- */
.hero { padding-top: 24px; padding-bottom: 12px; }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1fr); background: var(--rose-soft); border-radius: 26px; overflow: hidden; }
.hero__img { display: block; aspect-ratio: 16 / 10; background: var(--sand); }
.hero__img img { width: 100%; height: 100%; object-fit: cover; }
.hero__body { padding: 22px 20px 26px; display: flex; flex-direction: column; justify-content: center; }
.hero__title { font-size: 27px; margin: 10px 0 12px; }
.hero__title a { color: var(--ink); text-decoration: none; }
.hero__text { color: #5b4b51; margin-bottom: 18px; }
.btn { display: inline-block; align-self: flex-start; padding: 12px 22px; border-radius: 999px; background: var(--rose); color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; }
.btn:hover { background: var(--rose-deep); color: #fff; }
.btn--ghost { background: transparent; color: var(--rose); border: 1.5px solid var(--rose); }
.btn--ghost:hover { background: var(--rose); }

.intro-empty { padding: 40px 20px; text-align: center; }

/* ---------- Главная: план подготовки ---------- */
.plan { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan__lead { color: var(--muted); max-width: 60ch; margin-top: -6px; }
.plan__steps { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 0; grid-template-columns: minmax(0, 1fr); }
.plan__step { position: relative; padding: 0 0 20px 34px; }
.plan__step::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 0; width: 2px; background: var(--line); }
.plan__step:last-child::before { display: none; }
.plan__step::after { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--paper); border: 3px solid var(--rose); }
.plan__when { font-weight: 600; font-size: 17px; margin: 0 0 2px; }
.plan__what { font-size: 15.5px; color: var(--muted); margin: 0; }

/* ---------- Главная: рубрики ---------- */
.cats { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cat-tile { display: flex; flex-direction: column; justify-content: space-between; min-height: 110px; padding: 16px; border-radius: var(--radius); text-decoration: none; color: var(--ink); background: var(--rose-soft); }
.cat-tile:nth-child(4n+2) { background: var(--sage); }
.cat-tile:nth-child(4n+3) { background: var(--sand); }
.cat-tile:nth-child(4n+4) { background: var(--lilac); }
.cat-tile:hover { color: var(--ink); box-shadow: inset 0 0 0 2px rgba(51, 40, 45, .12); }
.cat-tile__name { font-weight: 600; font-size: 17px; line-height: 1.3; }
.cat-tile__count { font-size: 13px; color: var(--muted); }

/* ---------- Главная: бюджет ---------- */
.budget { display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr); background: var(--sage); border-radius: 26px; padding: 24px 20px; }
.budget__title { font-size: 24px; }
.budget__text { color: #4a5a4b; }
.bars { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.bars li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 10px; font-size: 15px; }
.bars__track { grid-column: 1 / -1; height: 10px; border-radius: 999px; background: rgba(255, 255, 255, .8); overflow: hidden; }
.bars__fill { display: block; height: 100%; border-radius: 999px; background: var(--sage-ink); }
.bars__val { font-weight: 600; color: var(--sage-ink); }
.budget__note { font-size: 13px; color: #5d6c5e; margin: 12px 0 0; }

/* ---------- Главная: годовщины ---------- */
.years { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.years a, .years span { display: block; }
.years li > a, .years li > span { height: 100%; padding: 12px 14px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.years li > a:hover { border-color: var(--rose); box-shadow: 0 6px 18px rgba(162, 77, 100, .12); color: var(--ink); }
.years__n { display: inline !important; font-size: 24px; font-weight: 600; color: var(--rose); margin-right: 5px; }
.years__t { display: inline !important; font-size: 14px; color: var(--muted); }
.years__name { font-size: 15.5px; margin-top: 2px; }
.bsteps { list-style: none; margin: 0; padding: 0; counter-reset: b; display: grid; gap: 10px; }
.bsteps li { counter-increment: b; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 0 10px; padding: 10px 14px; background: rgba(255, 255, 255, .75); border-radius: 12px; }
.bsteps li::before { content: counter(b); grid-row: span 2; width: 26px; height: 26px; border-radius: 50%; background: var(--sage-ink); color: #fff; font-size: 14px; font-weight: 600; display: grid; place-items: center; }
.bsteps b { font-weight: 600; }
.bsteps span { font-size: 14.5px; color: #4a5a4b; }

/* ---------- Главная: список ---------- */
.split { display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); }
.toplist { list-style: none; margin: 0; padding: 0; counter-reset: t; }
.toplist li { counter-increment: t; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.toplist li::before { content: counter(t, decimal-leading-zero); font-weight: 600; color: var(--rose); font-size: 15px; padding-top: 2px; }
.toplist a { color: var(--ink); text-decoration: none; font-weight: 600; }
.toplist a:hover { color: var(--rose); }

/* ---------- Партнёрские слоты и оффер ---------- */
.slot .slot-title { font-weight: 600; margin-bottom: 8px; }
.slot-item + .slot-item { margin-top: 14px; }
.offer {
	display: flex; flex-direction: column; gap: 14px; margin: 28px 0; padding: 20px;
	background: var(--paper); border: 1px solid var(--line); border-left: 4px solid #c9a36a; border-radius: 14px;
}
.offer__note { display: block; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.offer__title { font-weight: 600; font-size: 18px; margin: 0 0 4px; }
.offer__text { margin: 0; font-size: 15.5px; color: var(--muted); }
.offer__btn { align-self: flex-start; padding: 11px 20px; border-radius: 999px; background: var(--rose); color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; white-space: nowrap; }
.offer__btn:hover { background: var(--rose-deep); color: #fff; }

/* ---------- Архив ---------- */
.page-head { padding-top: 34px; padding-bottom: 10px; text-align: center; }
.page-head__title { font-size: 30px; margin-bottom: 8px; }
.page-head__desc { color: var(--muted); max-width: 62ch; margin: 0 auto; }
.pagination { margin: 36px 0 10px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.pagination .page-numbers { min-width: 42px; padding: 8px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); text-align: center; text-decoration: none; color: var(--ink); font-size: 15px; }
.pagination .current { background: var(--rose); border-color: var(--rose); color: #fff; }

/* ---------- Поиск ---------- */
.sform { display: flex; gap: 8px; max-width: 520px; margin: 16px auto 0; }
.sform input[type="search"] { flex: 1; min-width: 0; padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-size: 16px; background: var(--paper); color: var(--ink); }
.sform input[type="search"]:focus { outline: 2px solid var(--rose); outline-offset: 1px; }
.sform button { padding: 12px 20px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }

/* ---------- Статья ---------- */
.entry-head { text-align: center; padding-top: 34px; padding-bottom: 20px; }
.entry-title { font-size: 29px; margin: 12px 0 14px; }
.entry-meta { font-size: 14.5px; color: var(--muted); display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 14px; }
.entry-figure { margin: 6px auto 26px; max-width: 1000px; padding: 0 16px; }
.entry-figure img { width: 100%; border-radius: 22px; }

.toc { background: var(--sage); border-radius: 16px; padding: 16px 18px; margin: 0 0 30px; }
.toc summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.toc summary::-webkit-details-marker { display: none; }
.toc summary::after { content: "+"; font-size: 22px; line-height: 1; color: var(--sage-ink); }
.toc[open] summary::after { content: "–"; }
.toc ol { margin: 10px 0 0; padding-left: 22px; font-size: 16px; }
.toc li { margin: 5px 0; }
.toc a { color: var(--sage-ink); text-decoration: none; }
.toc a:hover { text-decoration: underline; }

.content { font-size: 18px; line-height: 1.72; max-width: 68ch; margin: 0 auto; }
.content > * { margin-top: 0; }
.content h2 { font-size: 25px; margin: 1.8em 0 .6em; scroll-margin-top: 16px; }
.content h2::before { content: ""; display: block; width: 36px; height: 3px; border-radius: 2px; background: var(--rose); margin-bottom: 14px; }
.content h3 { font-size: 20.5px; margin: 1.5em 0 .5em; }
.content p, .content ul, .content ol { margin-bottom: 1.1em; }
.content ul { padding-left: 1.2em; list-style: none; }
.content ul li { position: relative; margin: .35em 0; }
.content ul li::before { content: ""; position: absolute; left: -1.05em; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: var(--rose); }
.content ol { padding-left: 1.4em; }
.content ol li { margin: .35em 0; }
.content ol li::marker { color: var(--rose); font-weight: 600; }
.content img { border-radius: 14px; }
.content figure { margin: 1.5em 0; }
.content figcaption { font-size: 14px; color: var(--muted); text-align: center; margin-top: 8px; }
.content blockquote { margin: 1.6em 0; padding: 16px 20px; background: var(--rose-soft); border-radius: 14px; font-size: 17.5px; }
.content blockquote p:last-child { margin-bottom: 0; }
.content table { width: 100%; border-collapse: collapse; font-size: 15.5px; margin: 1.4em 0; display: block; overflow-x: auto; }
.content th, .content td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.content th { background: var(--sand); font-weight: 600; }
.content a { word-break: break-word; }

.editor {
	display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 16px; align-items: center;
	max-width: 68ch; margin: 40px auto 0; padding: 20px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line);
}
.editor__mark { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: var(--rose-soft); color: var(--rose-deep); font-weight: 600; font-size: 19px; }
.editor__name { font-weight: 600; margin: 0 0 2px; }
.editor__text { margin: 0; font-size: 15px; color: var(--muted); }

.single-slot { max-width: 68ch; margin: 0 auto; }
.related { border-top: 1px solid var(--line); margin-top: 44px; }

/* ---------- 404 ---------- */
.nf { text-align: center; padding-top: 60px; padding-bottom: 40px; }
.nf__num { font-size: 72px; font-weight: 600; color: var(--rose); line-height: 1; margin-bottom: 10px; }

/* ---------- Подвал ---------- */
.site-foot { margin-top: 56px; background: #33282d; color: #e9dfe2; font-size: 15px; }
.site-foot a { color: #f3dfe5; text-decoration: none; }
.site-foot a:hover { color: #fff; text-decoration: underline; }
.site-foot__grid { display: grid; gap: 26px; grid-template-columns: minmax(0, 1fr); padding-top: 38px; padding-bottom: 26px; }
.site-foot__title { font-weight: 600; color: #fff; margin: 0 0 10px; font-size: 16px; }
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li { margin: 6px 0; }
.site-foot__about { color: #c9bcc0; max-width: 40ch; }
.site-foot__bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 16px; padding-bottom: 22px; font-size: 13.5px; color: #b8aaaf; }

/* ---------- ≥561 ---------- */
@media (min-width: 561px) {
	.years { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.offer { flex-direction: row; align-items: center; justify-content: space-between; }
	.offer__btn { align-self: center; }
	.entry-title { font-size: 34px; }
	.hero__title { font-size: 30px; }
	.brand__tag { display: block; }
	.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
	.plan__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
	.plan__step::before { display: none; }
}

/* ---------- ≥921 ---------- */
@media (min-width: 921px) {
	body { font-size: 17.5px; }
	.years { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
	.site-head__row { flex-direction: column; justify-content: center; padding-top: 22px; padding-bottom: 0; gap: 14px; }
	.brand { flex-direction: column; gap: 6px; text-align: center; }
	.brand__rings { width: 40px; height: 26px; }
	.brand__rings::before, .brand__rings::after { width: 26px; height: 26px; }
	.brand__rings::after { left: 14px; }
	.brand__name { font-size: 28px; }
	.nav { display: none; }
	.nav-desk { display: block; width: 100%; border-top: 1px solid var(--line); }
	.nav-desk ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 30px; }
	.nav-desk a { display: block; padding: 13px 0; color: var(--ink); text-decoration: none; font-size: 15.5px; border-bottom: 2px solid transparent; }
	.nav-desk a:hover, .nav-desk .current-menu-item > a { color: var(--rose); border-bottom-color: var(--rose); }

	.grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
	.hero { padding-top: 34px; }
	.hero__inner { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
	.hero__img { aspect-ratio: auto; min-height: 420px; }
	.hero__body { padding: 40px 44px; }
	.hero__title { font-size: 36px; }
	.section { padding-top: 48px; padding-bottom: 48px; }
	.section__title { font-size: 28px; }
	.plan__steps { grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: 0; }
	.plan__step { padding: 34px 16px 0 0; }
	.plan__step::before { display: block; left: 0; right: 0; top: 7px; bottom: auto; width: auto; height: 2px; }
	.plan__step:last-child::before { display: block; right: 50%; }
	.plan__step::after { top: 0; }
	.cats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
	.cat-tile { min-height: 132px; padding: 20px; }
	.budget { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); padding: 40px 44px; gap: 44px; align-items: center; }
	.split { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 44px; }
	.entry-head { padding-top: 50px; }
	.entry-title { font-size: 42px; }
	.site-foot__grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); }
}

/* таблицы: на телефоне — горизонтальная прокрутка внутри, шире — обычная таблица на всю колонку */
@media (min-width: 561px) {
	.content table { display: table; }
}

/* ===== Инфографика в статьях (.svs-ig): шпаргалка годовщин, таймлайн подготовки ===== */
.content .svs-ig { margin: 1.8em 0; padding: 20px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.content .svs-ig__cap { text-align: left; margin: 0 0 16px; font-size: 19px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.content .svs-ig__cap span { display: block; margin-top: 4px; font-size: 14px; font-weight: 400; color: var(--muted); }
.content .svs-ig ol, .content .svs-ig ul { list-style: none; padding: 0; margin: 0; }
.content .svs-ig li::before, .content .svs-ig li::marker { content: none; }
.content .svs-ig li { margin: 0; }
.svs-ig__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.svs-ig__card { display: flex; flex-direction: column; gap: 3px; padding: 14px 12px 12px; background: var(--bg); border: 1px solid var(--line); border-radius: 14px; font-size: 14px; line-height: 1.4; }
.svs-ig__card--big { background: var(--rose-soft); border-color: #e7cbd2; }
.svs-ig__num { font-size: 34px; font-weight: 700; line-height: 1; color: var(--rose); letter-spacing: -.02em; }
.svs-ig__unit { font-size: 12.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.svs-ig__name { font-size: 16.5px; color: var(--ink); }
.svs-ig__name a { color: inherit; text-decoration: underline; text-decoration-color: var(--rose); text-underline-offset: 3px; }
.svs-ig__alt { font-size: 13px; color: var(--muted); font-style: italic; }
.svs-ig__row { color: var(--ink); }
.svs-ig__row b { font-weight: 600; color: var(--sage-ink); }
.svs-ig__line { position: relative; padding-left: 26px !important; }
.svs-ig__line::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: var(--line); border-radius: 1px; }
.content .svs-ig__step { position: relative; padding: 0 0 18px; }
.content .svs-ig__step:last-child { padding-bottom: 0; }
.content .svs-ig__line > .svs-ig__step::before { content: ""; position: absolute; left: -25px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--paper); border: 3px solid var(--rose); box-sizing: border-box; }
.content .svs-ig__line > .svs-ig__step--day::before { background: var(--rose); }
.svs-ig__when { display: inline-block; font-size: 13px; font-weight: 600; color: var(--rose-deep); background: var(--rose-soft); border-radius: 999px; padding: 2px 10px; }
.svs-ig__what { display: block; margin: 6px 0 4px; font-size: 17px; color: var(--ink); }
.content .svs-ig__step ul li { position: relative; padding-left: 16px; font-size: 15.5px; line-height: 1.5; margin: 2px 0; }
.content .svs-ig__step ul li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--sage-ink); opacity: .6; }
@media (min-width: 561px) {
	.content .svs-ig { padding: 24px 24px; }
	.svs-ig__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 921px) {
	.content .svs-ig--years { margin-left: -60px; margin-right: -60px; }
	.svs-ig__grid { grid-template-columns: repeat(4, 1fr); }
}
