/*
Theme Name: Военное право Child
Description: Дочерняя тема для Военное-право.рф
Version: 2.1
Template: root
*/

/*
 * Концепция "Правовое досье"
 *
 * Khaki canvas:      #E6E1CF
 * Paper:             #F8F7F1
 * Navy:              #243946
 * Olive:             #65705A
 * Legal red:         #92393D
 * Ink:               #18232C
 */


/* =========================================================
   ROOT: УБИРАЕМ СТАРУЮ ШАПКУ И ВСЁ НАД НЕЙ
   ========================================================= */

body.vp-custom-home .site-header,
body.vp-custom-home .top-menu,
body.vp-custom-home .main-navigation,
body.vp-custom-home .mobile-menu-placeholder,
body.vp-custom-home .header-separator {
	display: none !important;
}

html body.vp-custom-home {
	margin: 0 !important;
	padding: 0 !important;
	background: #E6E1CF !important;
}

body.vp-custom-home .site,
body.vp-custom-home .site-container,
body.vp-custom-home .site-wrapper,
body.vp-custom-home #page,
body.vp-custom-home .site-content,
body.vp-custom-home .content-area,
body.vp-custom-home .site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
	background: #E6E1CF !important;
}


@media (min-width: 701px) {
	body.vp-custom-home .vp-home {
		margin-top: -12px !important;
	}
}


/* =========================================================
   ОСНОВА
   ========================================================= */

.vp-home {
	--vp-canvas: #E6E1CF;
	--vp-paper: #F8F7F1;
	--vp-white: #FFFFFF;
	--vp-navy: #243946;
	--vp-navy-dark: #1B2D37;
	--vp-olive: #65705A;
	--vp-olive-light: #DDE0D2;
	--vp-red: #92393D;
	--vp-red-dark: #742C30;
	--vp-gold: #A58A58;
	--vp-ink: #18232C;
	--vp-muted: #69736F;
	--vp-line: #D1CCBA;
	--vp-shadow: 0 12px 30px rgba(31, 43, 43, .08);

	color: var(--vp-ink);
	font-size: 16px;
	line-height: 1.55;
	background: var(--vp-canvas);
}

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

.vp-home img {
	display: block;
	max-width: 100%;
}

.vp-home a {
	color: inherit;
	text-decoration: none;
}

.vp-shell {
	width: min(1240px, calc(100% - 28px));
	margin: 0 auto;
}


/* =========================================================
   ТИПОГРАФИКА
   ========================================================= */

.vp-home h1,
.vp-home h2,
.vp-home h3 {
	margin-top: 0;
	color: var(--vp-ink);
	letter-spacing: -.025em;
}

.vp-home h1 {
	max-width: 800px;
	margin-bottom: 13px;
	font-size: clamp(33px, 3.35vw, 47px);
	line-height: 1.04;
	letter-spacing: -.036em;
}

.vp-home h2 {
	margin-bottom: 0;
	font-size: clamp(25px, 2.35vw, 32px);
	line-height: 1.12;
}

.vp-home h3 {
	line-height: 1.25;
}

.vp-overline,
.vp-meta {
	display: inline-block;
	color: var(--vp-red);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}


/* =========================================================
   ШАПКА
   ========================================================= */

.vp-top {
	padding: 9px 0 0;
	background: var(--vp-canvas);
}

.vp-masthead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
	padding-bottom: 9px;
}

.vp-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.vp-logo {
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border: 1px solid rgba(36,57,70,.10);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(30,43,47,.06);
}

.vp-logo img {
	width: 43px;
	height: 43px;
	object-fit: cover;
}

.vp-brand > span:last-child {
	display: block;
}

.vp-brand strong,
.vp-brand small {
	display: block;
}

.vp-brand strong {
	color: var(--vp-ink);
	font-size: 22px;
	line-height: 1.05;
}

.vp-brand small {
	margin-top: 3px;
	color: var(--vp-muted);
	font-size: 13px;
	line-height: 1.2;
}

.vp-search {
	flex: 0 1 350px;
	margin: 0;
}

.vp-search-box {
	display: flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid #CAC7BB;
	border-radius: 9px;
	background: var(--vp-paper);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.vp-search-box:focus-within {
	border-color: var(--vp-navy);
	box-shadow: 0 0 0 2px rgba(36,57,70,.10);
}

.vp-search-box input {
	flex: 1 1 auto;
	min-width: 0;
	height: 39px;
	padding: 0 12px;
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	color: var(--vp-ink);
	font: inherit;
	font-size: 14px;
	box-shadow: none !important;
}

.vp-search-box button {
	flex: 0 0 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 39px;
	padding: 0;
	border: 0;
	border-left: 1px solid #D4D0C2;
	background: transparent;
	color: var(--vp-navy);
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.vp-search-box button:hover {
	background: var(--vp-navy);
	color: #fff;
}


/* =========================================================
   МЕНЮ
   ========================================================= */

.vp-menu {
	display: flex;
	gap: 3px;
	padding: 5px;
	overflow-x: auto;
	border-radius: 11px;
	background: var(--vp-navy);
	box-shadow: 0 6px 16px rgba(28,43,51,.10);
	scrollbar-width: thin;
}

.vp-menu a {
	flex: 0 0 auto;
	padding: 10px 15px;
	border-radius: 7px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	transition: background .2s ease;
}

.vp-menu a:hover,
.vp-menu a:focus-visible {
	background: rgba(255,255,255,.13);
	outline: none;
}


/* =========================================================
   РЕКЛАМА
   ========================================================= */

.vp-fpa {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 9px;
}

.vp-fpa > * {
	max-width: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


/* =========================================================
   HERO
   ========================================================= */

.vp-hero {
	padding: 18px 0 28px;
}

.vp-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
	gap: 18px;
	align-items: stretch;
}

.vp-hero-main {
	position: relative;
	min-height: 410px;
	padding: 42px;
	overflow: hidden;
	border-radius: 22px;
	background:
		linear-gradient(135deg, #F8F7F1 0%, #F1EFE4 72%, #E7E1CD 100%);
	box-shadow: var(--vp-shadow);
}

.vp-hero-main::before {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	right: -95px;
	top: -110px;
	border: 55px solid rgba(101,112,90,.08);
	border-radius: 50%;
}

.vp-hero-main::after {
	content: "§";
	position: absolute;
	right: 42px;
	bottom: -26px;
	color: rgba(36,57,70,.055);
	font-family: Georgia, serif;
	font-size: 210px;
	line-height: 1;
	pointer-events: none;
}

.vp-hero-main > * {
	position: relative;
	z-index: 2;
}

.vp-hero-lead {
	max-width: 720px;
	margin: 0;
	color: #58645E;
	font-size: 16px;
	line-height: 1.55;
}

.vp-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 26px;
}

.vp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 700;
}

.vp-btn-primary {
	background: var(--vp-red);
	color: #fff !important;
}

.vp-btn-primary:hover {
	background: var(--vp-red-dark);
}

.vp-btn-ghost {
	border: 1px solid #BFC0B4;
	background: rgba(255,255,255,.45);
	color: var(--vp-navy) !important;
}

.vp-btn-ghost:hover {
	border-color: var(--vp-navy);
}

.vp-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 29px;
	padding-top: 20px;
	border-top: 1px solid #D7D2C2;
}

.vp-hero-tags a {
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(101,112,90,.09);
	color: #4F5948;
	font-size: 13px;
	font-weight: 700;
}

.vp-hero-tags a:hover {
	background: var(--vp-olive);
	color: #fff;
}


/* =========================================================
   НАВИГАТОР СИТУАЦИЙ
   ========================================================= */

.vp-situation {
	overflow: hidden;
	border-radius: 22px;
	background: var(--vp-navy);
	box-shadow: var(--vp-shadow);
	color: #fff;
}

.vp-situation-head {
	padding: 25px 25px 19px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.vp-situation-head > span {
	display: block;
	margin-bottom: 4px;
	color: #C9D0C2;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.vp-situation-head h2 {
	color: #fff;
	font-size: 24px;
}

.vp-situation-list > a {
	display: grid;
	grid-template-columns: 33px minmax(0, 1fr) 22px;
	gap: 10px;
	align-items: center;
	min-height: 75px;
	padding: 12px 22px;
	border-bottom: 1px solid rgba(255,255,255,.10);
	transition: background .2s ease;
}

.vp-situation-list > a:last-child {
	border-bottom: 0;
}

.vp-situation-list > a:hover {
	background: rgba(255,255,255,.08);
}

.vp-sit-num {
	color: #D6B56E;
	font-size: 14px;
	font-weight: 800;
}

.vp-sit-copy {
	min-width: 0;
}

.vp-sit-copy strong,
.vp-sit-copy small {
	display: block;
}

.vp-sit-copy strong {
	margin-bottom: 2px;
	color: #fff;
	font-size: 15px;
	line-height: 1.28;
}

.vp-sit-copy small {
	color: #BBC5C8;
	font-size: 13px;
	line-height: 1.35;
}

.vp-sit-arrow {
	color: #fff;
	font-size: 18px;
}


/* =========================================================
   ИНСТРУМЕНТАЛЬНАЯ ПАНЕЛЬ
   ========================================================= */

.vp-tools {
	padding: 34px 0 40px;
	background: var(--vp-olive);
	color: #fff;
}

.vp-tools-heading {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 20px;
	align-items: end;
	margin-bottom: 20px;
}

.vp-tools .vp-overline {
	color: #E3D5B5;
}

.vp-tools h2 {
	color: #fff;
}

.vp-tools-heading p {
	margin: 5px 0 0;
	color: #DFE3DA;
	font-size: 14px;
}

.vp-tool-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 15px;
	overflow: hidden;
}

.vp-tool-grid > a {
	position: relative;
	min-height: 118px;
	padding: 17px;
	border-right: 1px solid rgba(255,255,255,.15);
	border-bottom: 1px solid rgba(255,255,255,.15);
	background: rgba(255,255,255,.055);
	transition: background .2s ease;
}

.vp-tool-grid > a:nth-child(3n) {
	border-right: 0;
}

.vp-tool-grid > a:nth-child(n+4) {
	border-bottom: 0;
}

.vp-tool-grid > a:hover {
	background: rgba(255,255,255,.12);
}

.vp-tool-grid span,
.vp-tool-grid strong,
.vp-tool-grid small {
	display: block;
}

.vp-tool-grid span {
	margin-bottom: 19px;
	color: #E3D5B5;
	font-size: 12px;
	font-weight: 800;
}

.vp-tool-grid strong {
	margin-bottom: 3px;
	color: #fff;
	font-size: 16px;
}

.vp-tool-grid small {
	color: #DCE1D8;
	font-size: 14px;
}

.vp-tools-note {
	margin: 13px 0 0;
	color: #E3E5DD;
	font-size: 12px;
	line-height: 1.4;
}


/* =========================================================
   ПРАВОВАЯ КАРТА
   ========================================================= */

.vp-lawmap {
	padding: 48px 0;
}

.vp-lawmap-grid {
	display: grid;
	grid-template-columns: minmax(250px, .5fr) minmax(0, 1.5fr);
	gap: 55px;
}

.vp-lawmap-intro {
	align-self: start;
	padding-top: 6px;
}

.vp-lawmap-intro h2 {
	margin-top: 5px;
}

.vp-lawmap-intro p {
	max-width: 330px;
	margin: 14px 0 18px;
	color: var(--vp-muted);
	font-size: 15px;
	line-height: 1.55;
}

.vp-lawmap-intro > a {
	color: var(--vp-red);
	font-size: 14px;
	font-weight: 800;
}

.vp-lawmap-list {
	border-top: 2px solid var(--vp-navy);
}

.vp-lawmap-list > a {
	display: grid;
	grid-template-columns: 45px minmax(240px, .9fr) minmax(20px, 1fr) 90px;
	gap: 15px;
	align-items: center;
	min-height: 86px;
	border-bottom: 1px solid var(--vp-line);
	transition: padding-left .2s ease;
}

.vp-lawmap-list > a:hover {
	padding-left: 7px;
}

.vp-map-index {
	color: var(--vp-red);
	font-size: 12px;
	font-weight: 800;
}

.vp-map-title {
	min-width: 0;
}

.vp-map-title strong,
.vp-map-title small {
	display: block;
}

.vp-map-title strong {
	margin-bottom: 2px;
	font-size: 17px;
}

.vp-map-title small {
	color: var(--vp-muted);
	font-size: 14px;
}

.vp-map-line {
	height: 1px;
	background: #D8D2BE;
}

.vp-map-go {
	color: var(--vp-navy);
	font-size: 13px;
	font-weight: 700;
	text-align: right;
}


/* =========================================================
   РЕДАКЦИОННАЯ ЛЕНТА
   ========================================================= */

.vp-editorial {
	padding: 44px 0 48px;
	border-top: 1px solid var(--vp-line);
	background: #EFECDF;
}

.vp-section-title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 25px;
	margin-bottom: 20px;
}

.vp-section-title > a {
	color: var(--vp-red);
	font-size: 13px;
	font-weight: 800;
}

.vp-section-note {
	color: var(--vp-muted);
	font-size: 13px;
}

.vp-editorial-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
	gap: 22px;
}

.vp-editorial-feature {
	display: grid;
	grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
	min-height: 330px;
	overflow: hidden;
	border-radius: 17px;
	background: var(--vp-paper);
	box-shadow: var(--vp-shadow);
}

.vp-editorial-image {
	display: block;
	min-height: 330px;
	overflow: hidden;
	background: #D9D8CD;
}

.vp-editorial-image img,
.vp-editorial-image .vp-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vp-editorial-feature-copy {
	align-self: center;
	padding: 28px;
}

.vp-editorial-feature-copy h3 {
	margin: 8px 0 10px;
	font-size: 21px;
}

.vp-editorial-feature-copy h3 a:hover,
.vp-editorial-list h3 a:hover {
	color: var(--vp-red);
}

.vp-editorial-feature-copy p {
	margin: 0;
	color: var(--vp-muted);
	font-size: 14px;
	line-height: 1.5;
}

.vp-editorial-list {
	border-top: 2px solid var(--vp-navy);
}

.vp-editorial-list article {
	position: relative;
	min-height: 81px;
	padding: 13px 70px 13px 0;
	border-bottom: 1px solid var(--vp-line);
}

.vp-editorial-list h3 {
	margin: 5px 0 0;
	font-size: 16px;
}

.vp-read {
	position: absolute;
	right: 0;
	top: 50%;
	color: var(--vp-navy);
	font-size: 12px;
	font-weight: 800;
	transform: translateY(-50%);
}


/* =========================================================
   ЖУРНАЛЬНЫЙ БЛОК
   ========================================================= */

.vp-magazine {
	padding: 45px 0;
}

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

.vp-magazine-image {
	position: relative;
	display: block;
	min-height: 245px;
	overflow: hidden;
	border-radius: 15px;
	background: var(--vp-navy);
}

.vp-magazine-image > img,
.vp-magazine-image > .vp-placeholder {
	width: 100%;
	height: 100%;
	min-height: 245px;
	object-fit: cover;
	transition: transform .35s ease;
}

.vp-magazine-image > span {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20,31,36,.03), rgba(20,31,36,.88));
}

.vp-magazine-image > div {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 19px;
	color: #fff;
}

.vp-magazine-image small,
.vp-magazine-image strong {
	display: block;
}

.vp-magazine-image small {
	margin-bottom: 5px;
	color: #D7CBAE;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.vp-magazine-image strong {
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
}

.vp-magazine-image:hover > img {
	transform: scale(1.035);
}


/* =========================================================
   ДОВЕРИЕ
   ========================================================= */

.vp-trust {
	padding: 45px 0;
	border-top: 5px solid var(--vp-red);
	background: var(--vp-paper);
}

.vp-trust-grid {
	display: grid;
	grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
	gap: 52px;
}

.vp-trust-title h2 {
	margin-top: 5px;
}

.vp-trust-copy > p {
	margin: 0 0 18px;
	color: var(--vp-muted);
	font-size: 15px;
	line-height: 1.55;
}

.vp-trust-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 18px;
	border-top: 1px solid var(--vp-line);
	border-bottom: 1px solid var(--vp-line);
}

.vp-trust-row > a {
	padding: 14px 15px;
	border-right: 1px solid var(--vp-line);
}

.vp-trust-row > a:last-child {
	border-right: 0;
}

.vp-trust-row strong,
.vp-trust-row span {
	display: block;
}

.vp-trust-row strong {
	margin-bottom: 2px;
	font-size: 14px;
}

.vp-trust-row span {
	color: var(--vp-red);
	font-size: 12px;
}

.vp-disclaimer {
	margin-bottom: 0 !important;
	font-size: 13px !important;
}


/* =========================================================
   PLACEHOLDER
   ========================================================= */

.vp-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D9D8CD;
}

.vp-placeholder img {
	width: min(38%, 90px) !important;
	height: auto !important;
	object-fit: contain !important;
}


/* =========================================================
   PAGED
   ========================================================= */

.vp-paged {
	padding: 15px 0 60px;
}

.vp-paged-head .vp-brand {
	margin-bottom: 22px;
}

.vp-paged-head h1 {
	max-width: none;
	font-size: 38px;
}

.vp-paged-list {
	border-top: 2px solid var(--vp-navy);
}

.vp-paged-list article {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 19px;
	padding: 20px 0;
	border-bottom: 1px solid var(--vp-line);
}

.vp-paged-image {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: #D9D8CD;
}

.vp-paged-image img,
.vp-paged-image .vp-placeholder {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.vp-paged-list h2 {
	margin: 6px 0;
	font-size: 21px;
}

.vp-paged-list p {
	margin: 0;
	color: var(--vp-muted);
	font-size: 13px;
}

.vp-pagination {
	margin-top: 26px;
}

.vp-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	margin: 3px;
	padding: 0 9px;
	border: 1px solid var(--vp-line);
	border-radius: 7px;
	background: var(--vp-paper);
}

.vp-pagination .current {
	border-color: var(--vp-navy);
	background: var(--vp-navy);
	color: #fff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

	.vp-hero-grid {
		grid-template-columns: 1fr;
	}

	.vp-situation-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.vp-situation-list > a:nth-child(odd) {
		border-right: 1px solid rgba(255,255,255,.10);
	}

	.vp-tool-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.vp-tool-grid > a,
	.vp-tool-grid > a:nth-child(3n),
	.vp-tool-grid > a:nth-child(n+4) {
		border-right: 1px solid rgba(255,255,255,.15);
		border-bottom: 1px solid rgba(255,255,255,.15);
	}

	.vp-tool-grid > a:nth-child(2n) {
		border-right: 0;
	}

	.vp-tool-grid > a:nth-child(n+5) {
		border-bottom: 0;
	}

	.vp-lawmap-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.vp-lawmap-intro p {
		max-width: 620px;
	}

	.vp-editorial-grid {
		grid-template-columns: 1fr;
	}

	.vp-editorial-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.vp-editorial-list article:nth-child(odd) {
		padding-right: 50px;
		border-right: 1px solid var(--vp-line);
	}

	.vp-trust-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

	.vp-shell {
		width: min(100% - 20px, 1240px);
	}

	.vp-top {
		padding-top: 6px;
	}

	.vp-masthead {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.vp-search {
		width: 100%;
		max-width: none;
	}

	.vp-brand small {
		display: none;
	}

	.vp-menu {
		margin-top: 3px;
	}

	.vp-home h1 {
		max-width: none;
		font-size: 31px;
	}

	.vp-hero {
		padding-top: 12px;
	}

	.vp-hero-main {
		min-height: 0;
		padding: 26px 21px;
	}

	.vp-hero-main::after {
		font-size: 150px;
	}

	.vp-hero-lead {
		font-size: 15px;
	}

	.vp-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.vp-situation-list {
		display: block;
	}

	.vp-situation-list > a:nth-child(odd) {
		border-right: 0;
	}

	.vp-tools {
		padding: 31px 0 34px;
	}

	.vp-tools-heading {
		display: block;
	}

	.vp-tools-heading .vp-overline {
		margin-bottom: 5px;
	}

	.vp-tool-grid {
		grid-template-columns: 1fr;
	}

	.vp-tool-grid > a,
	.vp-tool-grid > a:nth-child(2n),
	.vp-tool-grid > a:nth-child(3n),
	.vp-tool-grid > a:nth-child(n+4),
	.vp-tool-grid > a:nth-child(n+5) {
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}

	.vp-tool-grid > a:last-child {
		border-bottom: 0;
	}

	.vp-lawmap {
		padding: 37px 0;
	}

	.vp-lawmap-list > a {
		grid-template-columns: 34px minmax(0, 1fr) 70px;
		gap: 9px;
		min-height: 80px;
	}

	.vp-map-line {
		display: none;
	}

	.vp-map-title small {
		margin-top: 2px;
	}

	.vp-editorial {
		padding: 35px 0 38px;
	}

	.vp-section-title {
		align-items: start;
	}

	.vp-editorial-feature {
		grid-template-columns: 1fr;
	}

	.vp-editorial-image {
		min-height: 220px;
		aspect-ratio: 16 / 9;
	}

	.vp-editorial-feature-copy {
		padding: 20px;
	}

	.vp-editorial-feature-copy h3 {
		font-size: 21px;
	}

	.vp-editorial-list {
		display: block;
	}

	.vp-editorial-list article:nth-child(odd) {
		border-right: 0;
	}

	.vp-magazine {
		padding: 36px 0;
	}

	.vp-magazine-grid {
		grid-template-columns: 1fr;
	}

	.vp-magazine-image {
		min-height: 220px;
	}

	.vp-magazine-image > img,
	.vp-magazine-image > .vp-placeholder {
		min-height: 220px;
	}

	.vp-trust {
		padding: 35px 0;
	}

	.vp-trust-row {
		grid-template-columns: 1fr;
	}

	.vp-trust-row > a {
		border-right: 0;
		border-bottom: 1px solid var(--vp-line);
	}

	.vp-trust-row > a:last-child {
		border-bottom: 0;
	}

	.vp-paged-list article {
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 12px;
	}

	.vp-paged-image img,
	.vp-paged-image .vp-placeholder {
		height: 88px;
	}

	.vp-paged-list h2 {
		font-size: 17px;
	}

	.vp-paged-list p {
		display: none;
	}
}


@media (max-width: 430px) {

	.vp-brand strong {
		font-size: 19px;
	}

	.vp-logo {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.vp-logo img {
		width: 39px;
		height: 39px;
	}

	.vp-home h1 {
		font-size: 29px;
	}

	.vp-situation-head h2 {
		font-size: 23px;
	}

	.vp-map-go {
		font-size: 11px;
	}

	.vp-section-title {
		display: block;
	}

	.vp-section-title > a,
	.vp-section-note {
		display: block;
		margin-top: 8px;
	}
}
