.post-stream-buttons {
	text-align: center;
	margin: 15px 0;
	font-size: 15px;
}

.post-stream-buttons a {
	font-weight: 600;
	text-decoration: none;
}

.post-stream-buttons .stream-separator {
	margin: 0 8px;
	font-weight: bold;
}

.wp-block-audio {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}

.wp-block-audio audio {
	width: 100%;
	max-width: 420px;
}

/* Fallback styling for any raw, unprocessed .mp3 download links —
   e.g. ones the MP3 player module doesn't match, or if that module
   is toggled off. Posts fully handled by GJ_Audio_Player already get
   their own .gj-download-btn styling and won't hit this rule. */
p strong a[href$=".mp3"],
a[href$=".mp3"] {
	display: inline-block;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

a[href$=".mp3"]:hover {
	background-color: #eaeaea;
}
