/**
 * Audio Review Shortcodes Styles
 * 
 * IMPORTANT: Most styling is in the main theme style.css
 * This file only contains minimal overrides and black_bar styling
 */

/* Black Bar Shortcode */
.black_bar {
	background: #1a1a1a;
	color: #ffffff;
	margin: 20px 0;
	text-align: center;
}

.black_bar p {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}

/* 
 * All other styling for audio_article, article_cover, article_text, etc.
 * is defined in the main theme's style.css file (lines 944+)
 * 
 * Do not duplicate those styles here to avoid conflicts.
 */
