/**
 * OMI Movies public/front-end styles.
 *
 * Minimal, theme-agnostic styling for the extra elements OMI Movies adds
 * around a movie article (FAQ accordion, meta badges). Intentionally light
 * so it composes cleanly with whatever theme is active, rather than
 * imposing a full design system on the site.
 */

.omi-movies-faq {
	margin: 2em 0;
}

.omi-movies-faq__item {
	border-bottom: 1px solid #e2e2e2;
	padding: 12px 0;
}

.omi-movies-faq__question {
	font-weight: 600;
	margin: 0 0 6px;
}

.omi-movies-faq__answer {
	margin: 0;
	color: #444;
}

.omi-movies-rating-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #032541;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}
