/*
Theme Name: PREP TIME
Theme URI: https://example.com/prep-time
Author: Rik Services
Description: Mobile-first theme for the PREP TIME examination practice plugin.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: prep-time
*/
:root{--pt-blue:#0b4aa2;--pt-navy:#073675;--pt-gold:#f4b41a}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:#f4f7fb;color:#10233f;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.pt-site-header{height:64px;background:#fff;border-bottom:1px solid #dce4ef;display:flex;align-items:center;justify-content:space-between;padding:0 max(16px,env(safe-area-inset-left));position:sticky;top:0;z-index:30}.pt-brand{display:flex;align-items:center;gap:10px;color:#10233f;text-decoration:none;font-weight:800}.pt-mark{width:38px;height:38px;border-radius:11px;background:var(--pt-blue);color:white;display:grid;place-items:center}.pt-brand b{color:var(--pt-gold)}.pt-tagline{font-size:13px;color:#65748a}.pt-content{min-height:calc(100dvh - 64px)}.pt-footer{text-align:center;padding:28px 16px calc(28px + env(safe-area-inset-bottom));color:#65748a;font-size:13px}@media(max-width:600px){.pt-tagline{display:none}.pt-site-header{height:58px}}
