/*
Theme Name: Test Prep
Theme URI: https://github.com/
Author: Westguard Solutions
Description: Block theme for untimed SAT-style practice with explanations.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: test-prep
*/

/* Base styles are defined in theme.json and assets/css/exam.css */

.test-prep-brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

.test-prep-logo-link {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
	color: inherit;
}

.test-prep-logo-link:focus {
	outline: 2px solid var(--wp--preset--color--accent, #1e4d8c);
	outline-offset: 3px;
}

.test-prep-logo {
	display: block;
	height: auto;
	width: min(300px, 85vw);
}
