.esc-section-cards-v2,
.esc-section-cards-v2 * {
	box-sizing: border-box;
}

.esc-section-cards-v2__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.esc-section-cards-v2__button {
	appearance: none;
	border: 0;
	width: 110px;
	min-height: 56px;
	padding: 14px 24px;
	border-radius: 28px;
	background: #f0f1f3;
	color: #172033;
	font: inherit;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: background-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}

.esc-section-cards-v2__button:hover,
.esc-section-cards-v2__button:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.esc-section-cards-v2__button.is-active {
	background: #86e6be;
	color: #020617;
}

.esc-section-cards-v2__content {
	position: relative;
	margin-top: 32px;
	width: 100%;
}

.esc-section-cards-v2__panel {
	display: none;
	width: 100%;
}

.esc-section-cards-v2__panel.is-active {
	display: block;
}

.esc-section-cards-v2__empty {
	width: 100%;
	min-height: 120px;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
	padding: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #64748b;
	background: #fff;
}

@media (max-width: 767px) {
	.esc-section-cards-v2__nav {
		gap: 8px;
	}

	.esc-section-cards-v2__button {
		width: auto;
		min-width: 92px;
		min-height: 48px;
		padding: 12px 18px;
	}
}
