.pap-audio-player {
	direction: rtl;
	text-align: right;
	background: #f7f7f8;
	border: 1px solid #e2e2e5;
	border-radius: 10px;
	padding: 14px 16px;
	margin: 0 0 24px 0;
	font-family: inherit;
}

.pap-audio-player__label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}

.pap-audio-player__icon {
	font-size: 16px;
}

.pap-audio-player__element {
	width: 100%;
	display: block;
}
