.hafraco-content-wide:has(.hafraco-scent-page) {
	margin-top: clamp(5vh, 7.5vh, 9vh);
}

.hafraco-scent-page {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	font-style: normal;
	color: #fff;
}

.hafraco-entry-content .hafraco-scent-page {
	font-style: normal;
}

.hafraco-scent-content {
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 2vw, 24px);
}

.hafraco-scent-intro h1 {
	margin: 0 0 clamp(8px, 1vw, 12px);
	font-size: clamp(26px, 2.8vw, 42px);
	line-height: 1.15;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}

.hafraco-scent-tag {
	display: inline-block;
	margin: 0 0 clamp(12px, 1.4vw, 18px);
	padding: 5px 16px;
	border-radius: 999px;
	font-size: clamp(12px, 0.9vw, 14px);
	font-weight: 500;
	font-style: normal;
	color: #fff;
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.hafraco-scent-intro p {
	margin: 0 0 clamp(10px, 1.2vw, 14px);
	font-size: clamp(13px, 0.98vw, 17px);
	line-height: 1.6;
	color: #fff;
	font-style: italic;
}

.hafraco-scent-intro p:last-child {
	margin-bottom: 0;
}

.hafraco-scent-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 1vw, 12px);
	margin-left: auto;
	width: min(100%, 520px);
}

.hafraco-scent-grid br {
	display: none;
}

.hafraco-scent-grid a,
.hafraco-entry-content .hafraco-scent-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 14px;
	border-radius: 16px;
	text-decoration: none;
	text-align: center;
	font-size: clamp(12px, 0.92vw, 14px);
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	color: #1f2329;
	background: rgba(255, 255, 255, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
	.hafraco-scent-grid a:hover,
	.hafraco-scent-grid a:focus-visible,
	.hafraco-entry-content .hafraco-scent-grid a:hover,
	.hafraco-entry-content .hafraco-scent-grid a:focus-visible {
		color: #151820;
		text-decoration: none;
		background: rgba(255, 255, 255, 0.62);
		border-color: rgba(255, 255, 255, 0.42);
		transform: translateY(-1px);
	}
}

@media (max-width: 900px) {
	.hafraco-scent-grid {
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.hafraco-scent-grid {
		grid-template-columns: 1fr;
	}
}
