.notes-ev-not-available {
	margin-bottom: 30px;
	padding: 20px 25px;
	border-radius: 8px;
	border: 1px solid rgba(4, 126, 140, 0.5);
	background: #e2fbfe;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
	display: flex;
	gap: 15px;
	align-items: center;
}

.notes-ev-not-available .notes-text .notes-title {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 8px;
}

.notes-ev-not-available p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: black;
}

.notes-ev-available {
	border: 1px solid #ffda88;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 10px 10px 10px 16px;
	background: #ffda88;
}

.notes-ev-available p {
	margin: 0;
}
