.acf-field[data-name="description_popup"] {
	clear: both !important;
}

.acf-field[data-name="description_popup_label"] {
	clear: none !important;
}

.fsb-desc-title {
	margin: 0 40px 20px 0;
	font-size: 24px;
	color: var(--accent-color, #003058);
}

.fsb-desc-link {
	margin: 12px 0;
}

.fsb-desc-trigger {
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	text-align: left;
	color: var(--cta-color, #ba1c21);
	cursor: pointer;
}

.fsb-desc-trigger:hover,
.fsb-desc-trigger:focus-visible {
	text-decoration: underline;
}

.fsb-desc-dialog {
	width: min(600px, calc(100% - 40px));
	max-height: calc(100vh - 80px);
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: #212121;
}

.fsb-desc-dialog:not([open]) {
	display: none;
}

.fsb-desc-dialog::backdrop {
	background: rgba(0, 0, 0, 0.7);
}

.fsb-desc-inner {
	position: relative;
	padding: 50px;
}

.fsb-desc-close {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 5px 10px;
	background: none;
	border: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: inherit;
	cursor: pointer;
}

.fsb-desc-close:hover,
.fsb-desc-close:focus-visible {
	color: var(--cta-color, #ba1c21);
}

.fsb-desc-body > *:first-child {
	margin-top: 0;
}

.fsb-desc-body > *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 500px) {
	.fsb-desc-dialog {
		width: 100%;
		max-width: 100%;
		max-height: 100vh;
		border-radius: 0;
	}

	.fsb-desc-inner {
		padding: 50px 20px;
	}
}
