.classifai-listen-to-post-wrapper {
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	display: flex;
	flex-flow: row wrap;
	margin: 1rem 0;
	padding: 0.5rem;
}

.classifai-listen-to-post-wrapper .class-post-audio-controls {
	align-items: center;
	background-color: #0f172a;
	border: 2px solid #0f172a;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 25px;
	justify-content: center;
	transition: background-color 0.3s ease;
	width: 25px;
}

.classifai-listen-to-post-wrapper .class-post-audio-controls:hover {
	background-color: #334155;
	transition: background-color 0.3s ease;
}

.classifai-listen-to-post-wrapper .class-post-audio-controls span {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 18px;
	width: 18px;
}

/* Suppress the dashicons font glyph */
.classifai-listen-to-post-wrapper .class-post-audio-controls span::before {
	content: "" !important;
}

.classifai-listen-to-post-wrapper .class-post-audio-controls .dashicons-controls-play {
	background-image: url("/wp-content/themes/entrepreneur/assets/svg/play_arrow.svg");
}

.classifai-listen-to-post-wrapper .class-post-audio-controls .dashicons-controls-pause {
	background-image: url("/wp-content/themes/entrepreneur/assets/svg/pause.svg");
	display: none;
}

.classifai-listen-to-post-wrapper .classifai-post-audio-heading {
	color: #0f172a;
	font-family: Inter, system-ui, -apple-system, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 0.5rem;
}
