.wp-post-image {
    width: auto !important;
}

.post-thumbnail-caption {
    text-align: right;
    font-size: 1.125rem;
    margin: -1.5rem 0 1.5rem 0;
}

.listenup-no-audio {
	display: none;
	visibility: hidden;
}

.listenup-audio-player button {
	padding: 1rem;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #141c36;
	color: #fff;
	border: 3px solid #141c36;
	transition: all .3s ease-in-out;
}

.listenup-audio-player button:hover {
	background-color: #fff;
	color: #141c36;
	box-shadow: 0 3px 10px 2px rgba(20, 28, 54, 0.25);
}

.listenup-progress-fill {
	background: #141c36;
}

/* Post Meta Icon Labels (Mobile) */
.icon-with-label {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	margin-left: 0.5rem;
}

.icon-label {
	font-size: 0.75rem;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

/* Hide labels on desktop (lg breakpoint and up) */
@media (min-width: 992px) {
	.icon-label {
		display: none;
	}
}