.af-callout-information {
	align-items: center;
	background-color: var(--alstede-info-blue);
	border: 1px solid var(--alstede-info-blue-border);
	border-radius: 6px;
	display: flex;
	margin-bottom: 20px;
	padding: 25px;
}

.af-callout-information-with-content {
	align-items: center;
	background-color: var(--alstede-info-blue);
	border: 1px solid var(--alstede-info-blue-border);
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 25px;
}

.af-callout-information-header {
	align-items: center;
	border-radius: 6px;
	display: flex;
}

.af-callout-information-header h3 {
	margin-bottom: 0px;
}

.af-callout-information:before, .af-callout-information-header:before {
	content: "\e88e";
	color: var(--alstede-blue-info-accent);
	font-family: 'Material Symbols Outlined';
	font-size: 25px;
	margin: 10px;
	-webkit-font-feature-settings: 'liga';
}

.af-callout-information h3 {
	padding-top: 5px;
	margin-bottom: 0;
}

.af-callout-location {
	align-items: center;
	background-color: var(--af-location-red);
	border-radius: 6px;
	display: flex;
	margin-bottom: 20px;
	padding: 25px;
}

.af-callout-location:before {
	content: "\e55b";
	color: var(--base-3);
	font-family: 'Material Symbols Outlined';
	font-size: 25px;
	margin: 10px;
	-webkit-font-feature-settings: 'liga';
}

.af-callout-location h3 {
	color: var(--base-3);
	padding-top: 5px;
	margin-bottom: 0;
}
