/**
 * Our Approach — problem section numbered list.
 *
 * @package Deltraux
 */

.deltraux-approach .problem-bullets {
	padding-top: 8px;
}

.deltraux-approach ol.problem-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.deltraux-approach ol.problem-list > li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid #eef2f7;
	font-size: 15px;
	line-height: 1.65;
	color: #334155;
}

.deltraux-approach ol.problem-list > li:first-child {
	border-top: 1px solid #eef2f7;
}

.deltraux-approach ol.problem-list > li > span.bullet-num {
	flex-shrink: 0;
	display: block;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #1e40af;
	letter-spacing: 0.06em;
	padding-top: 2px;
	min-width: 20px;
}

.deltraux-approach ol.problem-list > li > span:not(.bullet-num) {
	color: #334155;
}
