.vk-editorial-routes-section{ padding-top:26px; margin:0 0 40px; }
.vk-editorial-routes-heading{ text-align:center; margin-bottom:22px; }
.vk-editorial-routes-heading .vk-eyebrow{
	display:block; font-family:var(--vk-font-body); font-size:10px; font-weight:600;
	letter-spacing:2.5px; text-transform:uppercase; color:var(--vk-primary); margin-bottom:10px;
}
.vk-editorial-routes-heading h2{
	font-family:Georgia,'Times New Roman',serif; font-style:italic; font-weight:400;
	font-size:24px; color:var(--vk-text); margin:0;
}
.vk-editorial-routes-heading-rule{ width:36px; height:1px; background:var(--vk-primary); margin:12px auto 0; }
.vk-editorial-routes-list{ display:flex; flex-direction:column; border-radius:10px; overflow:hidden; box-shadow:0 10px 26px rgba(0,0,0,.08); }
.vk-editorial-route-row{
	display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
	background:#fff; padding:16px 20px; text-decoration:none; border-top:1px solid #f0f0f0;
}
.vk-editorial-route-row:first-child{ border-top:0; }
.vk-editorial-route-row:hover{ background:#FAF8F3; }
.vk-editorial-route-points{ display:flex; align-items:center; gap:10px; font-family:Georgia,'Times New Roman',serif; font-style:italic; font-size:14.5px; color:var(--vk-text); }
.vk-editorial-route-points .arrow{ color:var(--vk-primary); font-style:normal; }
.vk-editorial-route-meta{ display:flex; gap:14px; font-family:var(--vk-font-body); font-size:12px; color:#777; }
.vk-editorial-route-meta strong{ color:var(--vk-primary); }
