.webfy-seo-related {
	margin: clamp(2rem, 5vw, 3.5rem) 0;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	border: 1px solid rgba(86, 77, 137, 0.16);
	border-radius: 1.35rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(244, 240, 252, 0.74));
	box-shadow: 0 1rem 3rem rgba(55, 44, 92, 0.08);
	backdrop-filter: blur(18px) saturate(135%);
}

.webfy-seo-related strong {
	display: block;
	margin-bottom: 0.35rem;
	color: #564d89;
}

.webfy-seo-related p {
	margin: 0;
}

.webfy-seo-related a {
	color: #564d89;
	font-weight: 750;
	text-decoration-thickness: 0.09em;
	text-underline-offset: 0.2em;
}

.blog-hero__topics a {
	display: inline-flex;
	align-items: center;
	padding: 0.58rem 0.76rem;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 0.78rem;
	background: rgba(255, 255, 255, 0.64);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
	color: var(--color-purple);
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.blog-hero__topics a:hover,
.blog-hero__topics a:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(86, 77, 137, 0.28);
	background: rgba(255, 255, 255, 0.86);
}
