/* Explore Stats widget — Elementor overrides */

.elementor-widget-beep-explore .beep-explore {
	width: 100%;
}

.elementor-widget-beep-explore .beep-stats-grid > [class*="col-"] {
	display: flex;
}

.elementor-widget-beep-explore .beep-stat-card {
	width: 100%;
}

.elementor-widget-beep-explore .beep-section-title-wrapper {
	text-align: left;
}

.elementor-widget-beep-explore .beep-section-title-wrapper .beep-section-label {
	display: inline-block;
}

.elementor-widget-beep-explore .beep-stat-icon i {
	color: inherit;
}

.elementor-widget-beep-explore .beep-stat-link {
	text-decoration: none;
}

.elementor-widget-beep-explore .beep-stat-link:hover {
	text-decoration: none;
}

/* Gradient card avatars — Elementor resets img max-width/height */
.elementor-widget-beep-explore .beep-stat-avatars {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.elementor-widget-beep-explore .beep-stat-avatars img {
	width: 36px;
	height: 36px;
	min-width: 36px;
	max-width: 36px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	object-fit: cover;
	object-position: center;
	margin-left: -8px;
	display: block;
	vertical-align: middle;
}

.elementor-widget-beep-explore .beep-stat-avatars img:first-child {
	margin-left: 0;
}
