.rmae-authors,
.rmae-author-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rmae-authors {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35em;
	align-items: center;
}

.rmae-authors.rmae-layout-stacked {
	align-items: stretch;
	flex-direction: column;
}

.rmae-authors.rmae-layout-stacked .rmae-author-separator {
	display: none;
}

.rmae-author-link {
	display: inline-flex;
	gap: 0.5em;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.rmae-authors .rmae-author-link:hover,
.rmae-authors .rmae-author-link:focus {
	color: inherit;
}

.rmae-author-link:hover .rmae-author-name,
.rmae-author-link:focus .rmae-author-name {
	text-decoration: underline;
}

.rmae-author-avatar,
.rmae-author-box-avatar img {
	display: block;
	max-width: none;
	border-radius: 50%;
	object-fit: cover;
}

.rmae-author-avatar {
	width: var(--rmae-avatar-size, 40px);
	height: var(--rmae-avatar-size, 40px);
}

.rmae-author-box-avatar img {
	width: var(--rmae-box-avatar-size, 96px);
	height: var(--rmae-box-avatar-size, 96px);
}

.rmae-author-boxes {
	display: grid;
	grid-template-columns: repeat(var(--rmae-columns, 2), minmax(0, 1fr));
	gap: 24px;
}

.rmae-author-heading {
	margin: 0 0 18px;
	color: #050505;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.rmae-author-boxes.rmae-boxes-stacked {
	grid-template-columns: minmax(0, 1fr);
}

.rmae-author-box {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	padding: 24px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #fff;
}

.rmae-author-box-avatar {
	flex: 0 0 auto;
}

.rmae-author-box-content {
	min-width: 0;
}

.rmae-author-box-name {
	margin: 0 0 8px;
	font-size: 1.2em;
}

.rmae-author-box-name a {
	color: inherit;
	text-decoration: none;
}

.rmae-author-box-name a:hover,
.rmae-author-box-name a:focus {
	text-decoration: underline;
}

.rmae-author-box-bio > :first-child {
	margin-top: 0;
}

.rmae-author-box-bio > :last-child {
	margin-bottom: 0;
}

.rmae-author-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.rmae-author-social a {
	display: inline-block;
	padding: 4px 9px;
	border: 1px solid currentColor;
	border-radius: 999px;
	color: inherit;
	font-size: 0.8em;
	line-height: 1.3;
	text-decoration: none;
}

.rmae-archive-author-profile {
	display: flex;
	gap: 42px;
	align-items: center;
}

.rmae-archive-author-avatar {
	flex: 0 0 auto;
}

.rmae-archive-author-avatar img {
	display: block;
	width: var(--rmae-archive-avatar-size, 180px);
	height: var(--rmae-archive-avatar-size, 180px);
	max-width: none;
	border-radius: 50%;
	object-fit: cover;
}

.rmae-archive-author-content {
	min-width: 0;
}

.rmae-archive-author-kicker {
	margin: 0 0 10px;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rmae-archive-author-name {
	margin: 0 0 14px;
	font-size: 3.2em;
	line-height: 0.95;
}

.rmae-archive-author-bio > :first-child {
	margin-top: 0;
}

.rmae-archive-author-bio > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.rmae-author-boxes {
		grid-template-columns: minmax(0, 1fr);
	}

	.rmae-author-box {
		flex-direction: column;
	}

	.rmae-archive-author-profile {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
}
