.vk-editorial-destinations-section{ padding-top:26px; margin:0 0 40px; }
.vk-editorial-destinations-heading{ text-align:center; margin-bottom:10px; }
.vk-editorial-destinations-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-destinations-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-destinations-heading-rule{ width:36px; height:1px; background:var(--vk-primary); margin:12px auto 0; }
.vk-editorial-destinations-desc{
	text-align:center; font-family:var(--vk-font-body); font-size:13.5px; color:#666;
	line-height:1.7; max-width:480px; margin:0 auto 24px;
}
.vk-editorial-destinations-grid{ display:flex; flex-wrap:wrap; gap:16px; }
.vk-editorial-destination-card{ flex:1 1 220px; display:block; background:#fff; border-radius:10px; overflow:hidden; text-decoration:none; box-shadow:0 10px 26px rgba(0,0,0,.08); }
.vk-editorial-destination-card img{ width:100%; height:150px; object-fit:cover; display:block; }
.vk-editorial-destination-body{ padding:14px 16px; }
.vk-editorial-destination-card h3{
	font-family:Georgia,'Times New Roman',serif; font-style:italic; font-weight:400;
	font-size:15px; color:var(--vk-text); margin:0 0 4px;
}
.vk-editorial-destination-meta{ font-family:var(--vk-font-body); font-size:11.5px; color:var(--vk-primary); }
@media (max-width:600px){
	.vk-editorial-destinations-grid{ flex-wrap:nowrap; overflow-x:auto; gap:12px; padding-bottom:6px; scroll-snap-type:x mandatory; scroll-padding:16px; -webkit-overflow-scrolling:touch; }
	.vk-editorial-destination-card{ flex:0 0 auto; width:190px; scroll-snap-align:start; }
}
