.angie-audio-btn-66c21aa2 {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	background: transparent !important;
	color: #ca9a2c !important; /* Goudkleur van BarApart */
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	font-family: "r41-alfabeta-16", cursive, inherit !important; /* Decoratief lettertype */
	font-size: 1.16em !important;
	font-weight: 400 !important;
	line-height: inherit;
	transition: opacity 0.2s ease;
	vertical-align: middle;
	text-transform: none;
	letter-spacing: normal;
}

.angie-audio-btn-66c21aa2:hover {
	opacity: 0.8;
}

.angie-audio-icon-66c21aa2 {
	display: inline-flex;
	align-items: center;
}

.angie-audio-icon-66c21aa2 svg {
	width: 14px;
	height: 14px;
	display: block;
	fill: currentColor;
}

/* Playing state styling */
.angie-audio-btn-66c21aa2.is-playing .angie-play-icon-66c21aa2 {
	display: none !important;
}

.angie-audio-btn-66c21aa2.is-playing .angie-pause-icon-66c21aa2 {
	display: block !important;
}
