/** stats-band styles for Bargheto Widgets */

.elementor-widget-bargheto_stats_band .stats-band {
	position: relative;
	overflow: hidden;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	color: #fff;
	background-image: linear-gradient(to bottom right, #0043CB, #0043CB, #00359f);
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_stats_band .stats-band {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.elementor-widget-bargheto_stats_band .stats-band__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1.5rem;
	row-gap: 2.5rem;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_stats_band .stats-band__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.elementor-widget-bargheto_stats_band .stat-item {
	text-align: center;
}

.elementor-widget-bargheto_stats_band .stat-item__value {
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_stats_band .stat-item__value {
		font-size: 3rem;
	}
}

.elementor-widget-bargheto_stats_band .stat-item__suffix {
	margin-right: 0.25rem;
	font-size: 1.25rem;
	font-weight: 800;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_stats_band .stat-item__suffix {
		font-size: 1.5rem;
	}
}

.elementor-widget-bargheto_stats_band .stat-item__label {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
	max-width: 13rem;
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_stats_band .stat-item__label {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
