.author-meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.author-meta-list.author-meta-list--row {
	flex-direction: row;
}

.author-meta-list.author-meta-list--column {
	flex-direction: column;
}

.author-meta-list > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Pill wrapper — defaults; override everything from Elementor Style tab */
.author-meta-item {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	padding: 4px 12px;
	background-color: #ffffff;
	gap: 8px;
	color: #3c434a;
	font-weight: 600;
}

.author-meta-item-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: inherit;
}

.author-meta-list .author-meta-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.author-meta-list .author-meta-icon i {
	font-size: 18px;
}

.author-meta-list .author-meta-icon svg {
	width: 24px;
	height: 24px;
}
