.dash-card-wrapper {
	background-color: #111520;
	border-radius: 12px;
	padding: 24px;
	font-family: sans-serif;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	border: 1px solid #232838;
}

.dash-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #232838;
}

.dash-card-dots {
	display: flex;
	gap: 6px;
}

.dash-card-dots .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.dot-red { background-color: #fc5c65; }
.dot-yellow { background-color: #fed330; }
.dot-green { background-color: #26de81; }

.dash-card-header-title {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	color: #8b96a8;
	border: 1px solid #232838;
	padding: 4px 12px;
	border-radius: 20px;
}

.dash-card-block {
	background-color: #161a27;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 16px;
}

.dash-card-subtitle {
	font-size: 11px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #8b96a8;
	margin-bottom: 8px;
}

.dash-card-main-title, .dash-card-metric-title {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.dash-card-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dash-card-badge {
	border: 1px solid rgba(245, 176, 65, 0.3);
	color: #f5b041;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.dash-card-metrics-row {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.dash-card-metrics-row .dash-card-metric {
	flex: 1;
	margin-bottom: 0;
}

.dash-card-list .list-section-title {
	margin-bottom: 16px;
}

.dash-card-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dash-card-ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	font-size: 14px;
}

.dash-card-ul li:last-child {
	margin-bottom: 0;
}

.list-item-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.list-item-icon {
	color: #f5b041;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-item-icon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.list-item-title {
	color: #d1d5db;
}

.list-item-value {
	font-weight: 600;
	color: #ffffff;
}
