/* Cost of Sales and Fixed Cost presentation — v1.0.68 */

.ep-three-series-key {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
}

.ep-key-cost-sales,
.ep-key-fixed-cost {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px !important;
	color: var(--ep-muted) !important;
	font-size: 11px !important;
	font-weight: 750 !important;
}

.ep-key-cost-sales::before,
.ep-key-fixed-cost::before {
	content: "" !important;
	display: block !important;
	width: 9px !important;
	height: 9px !important;
	border-radius: 999px !important;
}

.ep-key-cost-sales::before {
	background: #f69a2f !important;
}

.ep-key-fixed-cost::before {
	background: #71809f !important;
}

.ep-history-table-card .ep-table {
	min-width: 1280px;
}

@media (max-width: 900px) {
	.ep-history-table-card .ep-table {
		min-width: 0;
	}
}
