/**
 * WebXtrm Stats Row Widget Styles
 * NOTE: No @media queries — Elementor responsive controls handle that.
 */

.wx-stats-wrap {
	width: 100%;
}

.wx-stats-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.wx-stats-row * { box-sizing: border-box; }

.wx-stat {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 12px 24px;
	min-width: 0;
}

.wx-stat:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.wx-stat-icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #0d1118;
	border: 1.5px solid rgba(0, 201, 240, 0.3);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.wx-stat-icon svg {
	width: 24px;
	height: 24px;
	fill: #00c9f0;
	color: #00c9f0;
	display: block;
}

.wx-stat-icon i {
	font-size: 24px;
	color: #00c9f0;
	line-height: 1;
	display: inline-block;
}

.wx-stat-text {
	flex: 1;
	min-width: 0;
}

.wx-stat-num {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 2px;
}

.wx-stat-label {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.4;
	margin-bottom: 4px;
}

.wx-stat-desc {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #9aacbd;
	line-height: 1.4;
}
