.hrt-esvt {
	width: 100%;
	min-height: 0;
	padding: 50px 20px;
	background: #fffdf9;
	color: #1a1a1a;
	overflow: hidden;
}

.hrt-esvt,
.hrt-esvt * {
	box-sizing: border-box;
}

.hrt-esvt__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.hrt-esvt__header {
	text-align: center;
}

.hrt-esvt__header.has-following {
	margin-bottom: 30px;
}

.hrt-esvt__badge-row {
	margin-bottom: 10px;
}

.hrt-esvt__badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #fff1db;
	color: #a85c00;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.hrt-esvt__badge-icon,
.hrt-esvt__notice-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #ff9600;
	line-height: 1;
}

.hrt-esvt svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.hrt-esvt__heading {
	max-width: 1050px;
	margin: 0 auto;
	color: #000;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 700;
	line-height: 1.16;
}

.hrt-esvt__highlight {
	color: #ff9600;
}

.hrt-esvt__description {
	max-width: 850px;
	margin: 15px auto 0;
	color: #4a4a4a;
	font-size: 17px;
	line-height: 1.7;
}

.hrt-esvt__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	overflow: hidden;
	padding: 28px 30px;
	border: 1px solid #f0e4d3;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 30px -24px rgba(0, 0, 0, .25);
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hrt-esvt__card:hover {
	background: #fffefc;
	border-color: rgba(255, 150, 0, .3);
	box-shadow: 0 15px 34px -23px rgba(0, 0, 0, .28);
}

.hrt-esvt__card.has-top-accent::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #ff9600;
	content: "";
	transition: width .25s ease;
}

.hrt-esvt__card.has-top-accent:hover::before {
	width: 100%;
}

.hrt-esvt__main {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.8;
}

.hrt-esvt__notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #7a8a9e;
}

.hrt-esvt__notice-icon {
	margin-top: .4em;
	font-size: 16px;
}

.hrt-esvt__notice-content {
	min-width: 0;
	color: #7a8a9e;
	font-size: 15px;
	line-height: 1.7;
}

.hrt-esvt__description > :first-child,
.hrt-esvt__main > :first-child,
.hrt-esvt__notice-content > :first-child {
	margin-top: 0;
}

.hrt-esvt__description > :last-child,
.hrt-esvt__main > :last-child,
.hrt-esvt__notice-content > :last-child {
	margin-bottom: 0;
}

.hrt-esvt__notice-content a {
	color: #ff9600;
	font-weight: 700;
	text-decoration: none;
}

.hrt-esvt__notice-content a:hover {
	color: #df7615;
	text-decoration: underline;
}

.hrt-esvt__notice-content a:focus-visible {
	outline: 3px solid rgba(255, 150, 0, .35);
	outline-offset: 3px;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.hrt-esvt__heading {
		font-size: clamp(27px, 8vw, 36px);
	}

	.hrt-esvt__description {
		font-size: 16px;
	}

	.hrt-esvt__card {
		padding: 23px 19px;
	}

	.hrt-esvt__main,
	.hrt-esvt__notice-content {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hrt-esvt__card,
	.hrt-esvt__card.has-top-accent::before {
		transition: none;
	}
}
