.dre-entry-requirements {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	width: 100%;
}

.dre-entry-requirements__item {
	display: flex;
	align-items: flex-start;
	column-gap: 12px;
	width: 100%;
	box-sizing: border-box;
}

.dre-entry-requirements__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 15px;
	line-height: 1;
	color: #f5a000;
	transform: translateY(2px);
	box-sizing: border-box;
}

.dre-entry-requirements__icon i,
.dre-entry-requirements__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	font-size: inherit;
	line-height: 1;
}

.dre-entry-requirements__content {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.dre-entry-requirements__title {
	margin: 0 0 4px;
	padding: 0;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.dre-entry-requirements__description {
	margin: 0;
	padding: 0;
	color: #4b5563;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.dre-entry-requirements__description p {
	margin-top: 0;
	margin-bottom: 0;
}

.dre-entry-requirements__description p + p {
	margin-top: 0.75em;
}

.dre-entry-requirements__empty {
	padding: 12px 14px;
	border: 1px dashed #cbd5e1;
	border-radius: 4px;
	color: #475569;
	background: #f8fafc;
	font-size: 13px;
	line-height: 1.5;
}

.dre-entry-requirements__empty--editor {
	font-family: Arial, sans-serif;
}
