.epc-3022-card {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	max-width: 100%;
	font-family: inherit;
}

.epc-3022-header {
	display: flex;
	align-items: center;
	padding: 24px;
	background-color: #0A256B;
	gap: 16px;
}

.epc-3022-header-icon-wrapper {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
}

.epc-3022-header-icon {
	font-size: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.epc-3022-header-icon svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.epc-3022-header-title {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
}

.epc-3022-list {
	padding: 16px 32px 32px 32px;
}

.epc-3022-list-item {
	display: flex;
	align-items: flex-start;
	padding: 16px 0;
	gap: 16px;
	border-bottom: 1px solid #f0f0f0;
}

.epc-3022-list-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.epc-3022-list-icon-wrapper {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #E8EFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.epc-3022-list-icon {
	font-size: 12px;
	color: #5C82E6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.epc-3022-list-icon svg {
	width: 12px;
	height: 12px;
	fill: #5C82E6;
}

.epc-3022-list-text {
	color: #4A4A4A;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}