.rsp-player {
	margin: 1.5em 0;
	max-width: 480px;
}

.rsp-player__title {
	margin: 0 0 0.75em;
	font-weight: 600;
	font-size: 0.95em;
	color: inherit;
}

.rsp-player__controls {
	display: flex;
	flex-direction: column;
	gap: 0.75em;
}

.rsp-player__select {
	width: 100%;
	padding: 0.5em;
}

.rsp-player__audio {
	width: 100%;
}

/* Boxed look — only applied when "Match theme styling" is turned off in settings. */
.rsp-player--boxed {
	padding: 1em 1.25em;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
}

.rsp-player--boxed .rsp-player__select {
	border-radius: 4px;
	border: 1px solid #ccc;
}
