/* Alt om Lyngby – automatisk redaktionsgrid */
.aol-editorial-shortcode .aol-redaktion-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 280px));
	gap: 24px;
	justify-content: start;
	align-items: stretch;
	width: 100%;
	margin: 28px 0 48px;
}

.aol-editorial-shortcode .aol-redaktion-kort {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	padding: 26px;
	background: #FFF1C7;
	border-top: 6px solid #F5A524;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.aol-editorial-shortcode .aol-redaktion-portrait {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 130px;
	height: 165px;
	margin: 0;
	padding: 0;
}

.aol-editorial-shortcode .aol-redaktion-photo,
.aol-editorial-shortcode .aol-redaktion-placeholder {
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

.aol-editorial-shortcode .aol-redaktion-photo {
	object-fit: cover;
}

.aol-editorial-shortcode .aol-redaktion-placeholder {
	position: relative;
	overflow: hidden;
	background: #183f25;
}

.aol-editorial-shortcode .aol-redaktion-placeholder-head {
	position: absolute;
	left: 50%;
	top: 23px;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	background: #F5A524;
	border-radius: 50%;
}

.aol-editorial-shortcode .aol-redaktion-placeholder-body {
	position: absolute;
	left: 50%;
	bottom: -17px;
	width: 92px;
	height: 70px;
	margin-left: -46px;
	background: #F5A524;
	border-radius: 50% 50% 0 0;
}

.aol-editorial-shortcode .aol-redaktion-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.aol-editorial-shortcode .aol-redaktion-name {
	margin: 0 0 4px;
	color: #202936;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
}

.aol-editorial-shortcode .aol-redaktion-title {
	margin: 0 0 26px;
	color: #202936;
	line-height: 1.45;
}

.aol-editorial-shortcode .aol-redaktion-bio {
	margin: 0 0 24px;
	color: #202936;
	line-height: 1.55;
}

.aol-editorial-shortcode .aol-redaktion-email {
	margin: auto 0 0;
}

.aol-editorial-shortcode .aol-redaktion-email a {
	color: #13612E;
	font-weight: 600;
	text-decoration: none;
}

.aol-editorial-shortcode .aol-redaktion-email a:hover {
	opacity: 0.7;
}

.aol-editorial-empty {
	padding: 14px 18px;
	background: #FFF1C7;
	border-left: 5px solid #F5A524;
}

@media (max-width: 650px) {
	.aol-editorial-shortcode .aol-redaktion-grid {
		grid-template-columns: 1fr;
	}

	.aol-editorial-shortcode .aol-redaktion-kort {
		padding: 24px;
	}
}
