.parlato-player {
	background: #f8f9fa;
	border: 1px solid #e2e8f0;
	border-left: 3px solid #2271b1;
	border-radius: 6px;
	padding: 14px 18px;
	margin: 1.5em 0;
}

/* Neutralize theme block-gap (owl-selector margins) added between the player's
   children in widget/sidebar areas — keeps spacing consistent everywhere. */
.parlato-player > * {
	margin-top: 0;
	margin-bottom: 0;
}

.parlato-player__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 10px;
}

.parlato-player__label {
	margin: 0;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7280;
}

.parlato-player audio {
	display: block;
	width: 100%;
}

.parlato-player__notice {
	margin: 8px 0 0;
	font-size: 0.78em;
	line-height: 1.4;
	color: #6b7280;
}

/* Title badge — microphone icon appended to post titles with audio in archive/loop contexts. */
.parlato-title-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	font-size: max( 0.45em, 13px ); /* scales with heading but never below 13px */
	width: 1.6em;
	height: 1.6em;
	margin-left: 0.8em;
	color: #2271b1;
	background: rgba( 34, 113, 177, 0.09 );
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	top: -0.15em; /* nudge up to align with cap-height, not x-height */
}

.parlato-title-badge .dashicons {
	font-size: 1em;
	width: 1em;
	height: 1em;
	line-height: 1;
}
