/*
Theme Name: Concussion Center
Theme URI: https://concussion.center/
Description: Twenty Twenty-Five child theme for Concussion Center. Brand tokens live in theme.json; this file carries only what theme.json cannot express.
Author: Concussion Center
Template: twentytwentyfive
Version: 1.0.0
Text Domain: concussioncenter
*/

/* Source note under a cited claim — smaller, muted, never transformed. */
.source-note {
	color: var(--wp--preset--color--muted);
	border-left: 3px solid var(--wp--preset--color--border);
	padding-left: 1em;
}

/* Medically-reviewed byline sits directly under the H1. */
.medical-review-byline {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 2rem;
}

/* FAQ disclosure blocks */
.wp-block-details {
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding: 0.75rem 0;
}
.wp-block-details summary {
	cursor: pointer;
	font-weight: 600;
}

/* Skip link visible on focus for keyboard users */
.skip-link:focus {
	outline: 3px solid var(--wp--preset--color--primary);
}
.cc-video{max-width:100%;position:relative;margin:0 0 2rem;border-radius:8px;overflow:hidden;background:#111}
.cc-video button{all:unset;box-sizing:border-box;display:block;width:100%;max-width:100%;cursor:pointer;position:relative}
.cc-video img{display:block;width:100%;max-width:100%;height:auto}
.cc-video .cc-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.cc-video .cc-play svg{width:74px;height:74px;filter:drop-shadow(0 2px 10px rgba(0,0,0,.5))}
.cc-video button:focus-visible{outline:3px solid #A84C18;outline-offset:-3px}
.cc-video figcaption{color:var(--wp--preset--color--muted);font-size:.9rem;padding:.6rem .2rem;background:#fff}
.cc-video iframe{display:block;width:100%;aspect-ratio:16/9;border:0}
