.loyseo-recommended-host-card {
	box-sizing: border-box;
	padding: var(--wp--preset--spacing--50);
	border: 1px solid var(--wp--preset--color--border-subtle);
	border-radius: var(--wp--custom--radius--panel);
	background: var(--wp--preset--color--violet-surface);
	box-shadow: none;
	color: var(--wp--preset--color--text-body);
	text-align: center;
}

.loyseo-recommended-host-card__title {
	color: var(--wp--preset--color--violet-base);
	font-size: var(--wp--preset--font-size--title);
	font-weight: var(--wp--custom--typography--weight--semibold);
	line-height: var(--wp--custom--typography--line-height--title);
}

.loyseo-recommended-host-card__title-emphasis {
	color: var(--wp--preset--color--text-heading);
}

.loyseo-recommended-host-card__offer {
	position: relative;
	margin-top: var(--wp--preset--spacing--60);
	padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--40);
	border-radius: var(--wp--custom--radius--panel);
	background: var(--wp--preset--color--surface-white);
	box-shadow: var(--wp--custom--shadow--soft-compact);
}

.loyseo-recommended-host-card__offer-label {
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	transform: translate(-50%, -50%);
	padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--30);
	border-radius: var(--wp--custom--radius--panel);
	background: var(--wp--preset--color--violet-base);
	color: var(--wp--preset--color--surface-white);
	font-size: var(--wp--preset--font-size--small);
	font-weight: var(--wp--custom--typography--weight--semibold);
	line-height: var(--wp--custom--typography--line-height--small);
}

.loyseo-recommended-host-card__coupon,
.loyseo-recommended-host-card__discount,
.loyseo-recommended-host-card__benefits-intro {
	margin: var(--wp--preset--spacing--30) 0 0;
}

.loyseo-recommended-host-card__coupon {
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--typography--line-height--small);
}

.loyseo-recommended-host-card__coupon strong {
	margin-left: var(--wp--preset--spacing--10);
	color: var(--wp--preset--color--text-heading);
	font-weight: var(--wp--custom--typography--weight--semibold);
}

.loyseo-recommended-host-card__discount {
	color: var(--wp--preset--color--violet-base);
	font-size: var(--wp--preset--font-size--title);
	font-weight: var(--wp--custom--typography--weight--semibold);
	line-height: var(--wp--custom--typography--line-height--title);
}

.loyseo-recommended-host-card__button {
	display: block;
	margin-top: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
	border-radius: var(--wp--custom--radius--compact);
	background: linear-gradient(270deg, var(--wp--preset--color--violet-base), var(--wp--preset--color--violet-deep));
	box-shadow: var(--wp--custom--shadow--inset-bottom-warm);
	color: var(--wp--preset--color--surface-white) !important;
	font-size: var(--wp--preset--font-size--small);
	font-weight: var(--wp--custom--typography--weight--semibold);
	line-height: var(--wp--custom--typography--line-height--small);
	text-decoration: none;
}

.loyseo-recommended-host-card__button:hover,
.loyseo-recommended-host-card__button:focus-visible {
	color: var(--wp--preset--color--surface-white) !important;
	text-decoration: underline;
}

.loyseo-recommended-host-card__features,
.loyseo-recommended-host-card__benefits {
	padding: 0;
	list-style: none;
}

.loyseo-recommended-host-card__features {
	margin: var(--wp--preset--spacing--50) 0 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--30) var(--wp--preset--spacing--20);
	color: var(--wp--preset--color--text-body);
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--typography--line-height--small);
	text-align: left;
}

.loyseo-recommended-host-card__features li {
	display: flex;
	gap: var(--wp--preset--spacing--10);
	align-items: flex-start;
}

.loyseo-recommended-host-card__features span {
	color: var(--wp--preset--color--violet-base);
	font-weight: var(--wp--custom--typography--weight--semibold);
}

.loyseo-recommended-host-card__divider {
	display: flex;
	gap: var(--wp--preset--spacing--20);
	align-items: center;
	margin-top: var(--wp--preset--spacing--50);
	color: var(--wp--preset--color--violet-base);
	font-size: var(--wp--preset--font-size--small);
	font-weight: var(--wp--custom--typography--weight--semibold);
}

.loyseo-recommended-host-card__divider::before,
.loyseo-recommended-host-card__divider::after {
	flex: 1;
	height: 1px;
	background: var(--wp--preset--color--border-default);
	content: '';
}

.loyseo-recommended-host-card__benefits-intro {
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--typography--line-height--small);
}

.loyseo-recommended-host-card__benefits {
	display: grid;
	justify-content: center;
	margin: 0;
	gap: var(--wp--preset--spacing--20);
	text-align: center;
}

.loyseo-recommended-host-card__benefits a {
	display: flex;
	gap: var(--wp--preset--spacing--20);
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--wp--preset--color--text-body) !important;
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--typography--line-height--small);
	text-decoration: none;
}

.loyseo-recommended-host-card__benefits a:hover,
.loyseo-recommended-host-card__benefits a:focus-visible {
	color: var(--wp--preset--color--brand-primary) !important;
	text-decoration: underline;
}

.loyseo-recommended-host-card__benefits li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.loyseo-recommended-host-card__benefits a span {
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 1px solid var(--wp--preset--color--violet-base);
	border-radius: 50%;
}

@media (max-width: 640px) {
	.loyseo-recommended-host-card { padding: var(--wp--preset--spacing--40); }
	.loyseo-recommended-host-card__offer { padding: var(--wp--preset--spacing--40); }
}
