.wp-block-lodgify-post-author-bio {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-block: 10px;
}

/* ── Divider ── */
.pab-divider {
	border: none;
	border-top: 1px solid #ddebf3;
	margin: 0 0 2px;
}

/* ── Heading ── */
.pab-heading {
	font-family: var(--wp--preset--font-family--rl-aqva);
	font-size: 34px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0;
	color: #141313;
	margin: 0;
}

/* ── Card: avatar + meta ── */
.pab-card {
	display: flex;
	align-items: center;
	gap: 24px;
}

.pab-avatar-wrap {
	flex-shrink: 0;
}

.pab-avatar {
	width: 113px;
	height: 113px;
	border-radius: 28px;
	object-fit: cover;
	display: block;
}

.pab-meta {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

/* ── Name ── */
.pab-name {
	font-family: var(--wp--preset--font-family--gt-maru);
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.4px;
	color: #141313;
	margin: 0;
}

/* ── Position ── */
.pab-position {
	font-family: var(--wp--preset--font-family--gt-maru);
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: -0.4px;
	color: #53575a;
	margin: 0;
}

/* ── Social icons ── */
.pab-socials {
	display: flex;
	gap: 2px;
}

.pab-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: rgba(54, 53, 53, 0.18);
	border-radius: 8px;
	color: #ffffff;
	text-decoration: none;
	transition: background 0.15s;
}

.pab-social-link:hover {
	background: rgba(54, 53, 53, 0.35);
}

/* ── Bio ── */
.pab-bio {
	font-family: var(--wp--preset--font-family--gt-maru);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.2px;
	color: #53575a;
	margin: 0;
}

/* ── Footer button ── */
.pab-footer {
	display: flex;
}

.pab-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
}

.pab-btn-text {
	background: #2a2929;
	color: #ffffff;
	border-radius: 999px;
	padding: 12px 16px;
	font-family: var(--wp--preset--font-family--gt-maru);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.6px;
	white-space: nowrap;
}

.pab-btn-icon {
	background: #2a2929;
	color: #ffffff;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
