.classifai-listen-to-post-wrapper {
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	display: flex;
	flex-flow: row wrap;
	margin-top: 2rem;
	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 {
	color: #fff;
	font-size: 1rem;
	height: auto;
	transform: translateX(1px);
	width: auto;
}

.classifai-listen-to-post-wrapper .class-post-audio-controls span.dashicons-controls-pause {
	display: none;
	transform: translateX(0);
}

.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;
}
