/* ---- Related (pill buttons) ---- */
.vk-editorial-related{ background:#fff; border-radius:10px; padding:22px; box-shadow:0 10px 26px rgba(0,0,0,.08); text-align:center; }
.vk-editorial-related h3{
	font-family:Georgia,'Times New Roman',serif; font-style:italic; font-weight:400;
	font-size:16px; color:var(--vk-text); margin:0 0 16px;
}
.vk-editorial-related-buttons{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }
.vk-editorial-related-buttons a{
	background:#FAF8F3; border-radius:999px; padding:8px 16px; font-family:var(--vk-font-body);
	font-size:12px; font-weight:600; color:var(--vk-primary); text-decoration:none;
}
.vk-editorial-related-buttons a:hover{ background:var(--vk-primary); color:#fff; }

/* ---- Suggested Posts (headline-only cards) ---- */
.vk-editorial-suggested-section{ padding-top:26px; margin:0 0 40px; }
.vk-editorial-suggested-heading{ text-align:center; margin-bottom:10px; }
.vk-editorial-suggested-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-suggested-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-suggested-heading-rule{ width:36px; height:1px; background:var(--vk-primary); margin:12px auto 0; }
.vk-editorial-suggested-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-suggested-grid{ display:flex; flex-wrap:wrap; gap:14px; }
.vk-editorial-suggested-card{
	flex:1 1 220px; display:flex; align-items:center; background:#fff; border-radius:8px;
	padding:18px 20px; text-decoration:none; box-shadow:0 8px 20px rgba(0,0,0,.06); min-height:60px;
}
.vk-editorial-suggested-card span{
	font-family:Georgia,'Times New Roman',serif; font-style:italic; font-weight:400; font-size:14.5px;
	color:var(--vk-text); line-height:1.4;
}
