/* Yettel Compass — stats embed for posts [yettel_compass_stats] */

.yc-compass-stats {
	font-family: "Gilam", sans-serif;
	display: block;
	width: 100%;
	margin: 28px 0;
	box-sizing: border-box;
}

.yc-compass-stats *,
.yc-compass-stats *::before,
.yc-compass-stats *::after {
	box-sizing: border-box;
}

.yc-compass-stats__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 36px 28px;
	background: #053264;
	border-radius: 12px;
	text-align: center;
}

.yc-compass-stats__title {
	margin: 0 0 28px;
	font-size: clamp(1.05rem, 2vw, 1.55rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.yc-compass-stats__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px 32px;
	width: 100%;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.yc-compass-stats__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	text-align: left;
}

.yc-compass-stats__value {
	flex-shrink: 0;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #b4ff00;
}

.yc-compass-stats__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #b4ff00;
}

.yc-compass-stats__note {
	margin: 0 0 28px;
	max-width: 40em;
	font-size: clamp(14px, 1.5vw, 17px);
	font-weight: 600;
	font-style: italic;
	line-height: 1.45;
	color: #ffffff;
}

.yc-compass-stats__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 14px 28px !important;
	min-height: 0;
	height: auto;
	border-radius: 6px;
	font-family: "Gilam", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2 !important;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	background: #b4ff00 !important;
	background-color: #b4ff00 !important;
	color: #053264 !important;
	border: 1px solid #b4ff00 !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.yc-compass-stats__cta-label {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.yc-compass-stats__cta:hover,
.yc-compass-stats__cta:focus {
	background: #c8ff33 !important;
	background-color: #c8ff33 !important;
	border-color: #c8ff33 !important;
	color: #053264 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

@media (max-width: 767px) {
	.yc-compass-stats {
		margin: 22px 0;
	}

	.yc-compass-stats__box {
		padding: 28px 18px;
	}

	.yc-compass-stats__list {
		gap: 16px 22px;
		margin-bottom: 22px;
	}

	.yc-compass-stats__label {
		font-size: 13px;
	}

	.yc-compass-stats__note {
		margin-bottom: 22px;
		font-size: 15px;
	}
}
