/**
 * MAX DUE Afdelingskort
 * Matcher husets privatleasing-kort: lyst card, tynd kant, diskret skygge,
 * mørke badges, blå-grå accent. INGEN hover-effekter.
 *
 * Farver, typografi, højder og afstande styres fra Elementors Stil-faner;
 * her ligger struktur og fornuftige fallback-defaults.
 */

.mdak-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	overflow: hidden;
}

/* ---------- Billede + badges ---------- */
.mdak-hero {
	position: relative;
	height: 180px;
	overflow: hidden;
	background: #e9e9e9;
}

.mdak-media {
	position: absolute;
	inset: 0;
}

.mdak-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mdak-badges {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
}

.mdak-badge {
	display: inline-flex;
	align-items: center;
	background: #1a1a1a;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: 7px 11px;
	border-radius: 6px;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

/* ---------- Navn + adresse ---------- */
.mdak-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px 18px 0;
	margin-bottom: 16px;
	flex: 1 1 auto;
}

.mdak-navn {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	color: #2b2b2b;
}

.mdak-adresse {
	margin: 7px 0 0;
	font-size: 14px;
	line-height: 1.4;
	color: #6a6a6a;
}

/* ---------- Primær knap (valgfri) ---------- */
.mdak-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 46px;
	margin-top: 16px;
	background: #5c7a8c;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
}

.mdak-btn:hover,
.mdak-btn:focus {
	/* Ingen hover */
	color: #ffffff;
	text-decoration: none;
}

.mdak-btn i,
.mdak-btn svg {
	font-size: 15px;
	width: 15px;
	height: 15px;
	line-height: 1;
}

/* ---------- Handlingsbar: se afdeling / telefon / find vej ---------- */
/* Auto-fit: baren fordeler sig ligeligt uanset om der er 1, 2 eller 3 kolonner */
.mdak-actions {
	display: flex;
	margin-top: auto;
	border-top: 1px solid #e6e6e6;
}

.mdak-mini {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 44px;
	padding: 0 8px;
	font-size: 13.5px;
	color: #6a6a6a;
	text-decoration: none;
	text-align: center;
}

.mdak-mini + .mdak-mini {
	border-left: 1px solid #e6e6e6;
}

.mdak-mini:hover,
.mdak-mini:focus {
	/* Ingen hover */
	color: #6a6a6a;
	text-decoration: none;
}

.mdak-mini i,
.mdak-mini svg {
	font-size: 16px;
	width: 16px;
	height: 16px;
	color: #5c7a8c;
	line-height: 1;
	flex-shrink: 0;
}
