/* ── Auteurbox — base ──────────────────────────────────────────── */
.app-authorbox {
	font-family: inherit;
	line-height: 1.5;
	box-sizing: border-box;
}

.app-authorbox *,
.app-authorbox *::before,
.app-authorbox *::after {
	box-sizing: inherit;
}

/* ── Avatars ───────────────────────────────────────────────────── */
.app-ab__avatar {
	border-radius: 50%;
	display: block;
	object-fit: cover;
}

.app-ab__avatar-wrap {
	flex-shrink: 0;
}

.app-ab__avatar-wrap img {
	border-radius: 50%;
	display: block;
	width: 36px;
	height: 36px;
}

.app-ab__avatar--initials {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--app-ab-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	flex-shrink: 0;
}

/* ── Header auteurbox — compact ────────────────────────────────── */
.app-authorbox--header {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	background: transparent;
	border: none;
}

.app-authorbox--header .app-ab__meta {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.app-ab__name {
	font-weight: 500;
	font-size: 13px;
	color: #1a1a1a;
	display: block;
}

.app-ab__job {
	font-size: 12px;
	color: #777;
	display: block;
}

.app-ab__quote {
	font-size: 12px;
	color: #777;
	font-style: italic;
	display: block;
}

/* ── Style A — Minimalistisch ──────────────────────────────────── */
.app-ab-style-a.app-authorbox--header {
	border: none;
	background: transparent;
	padding: 0;
}

/* ── Style B — Kader ───────────────────────────────────────────── */
.app-ab-style-b.app-authorbox--header {
	border: none;
	background: transparent;
	padding: 0;
}

/* ── Style C — Accent achtergrond ─────────────────────────────── */
.app-ab-style-c.app-authorbox--header {
	border: none;
	background: transparent;
	padding: 0;
}
