/**
 * Quote of the Week — minimal front-end styles.
 * Intentionally inherits the theme's typography; no web fonts, no CDNs.
 */

.qotw {
	margin: 1.5em 0;
	padding: 0;
}

.qotw__label {
	margin: 0 0 0.5em;
	font-size: 0.8em;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.7;
}

.qotw__quote {
	margin: 0;
	padding: 0.25em 0 0.25em 1em;
	border-left: 4px solid currentColor;
	font-size: 1.15em;
	font-style: italic;
}

.qotw__quote > :first-child {
	margin-top: 0;
}

.qotw__quote > :last-child {
	margin-bottom: 0;
}

.qotw__author {
	margin: 0.6em 0 0;
	font-size: 0.95em;
	opacity: 0.85;
}

.qotw__author::before {
	content: "\2014\00a0"; /* em dash + non-breaking space */
}

.qotw__author cite {
	font-style: normal;
}

.qotw--notice {
	padding: 0.5em 0.75em;
	border: 1px dashed currentColor;
	opacity: 0.7;
}
