/* UK Driving Theory — cookie consent banner. Scoped to .ukdt-consent only. */
.ukdt-consent{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#08275b;color:#fff;box-shadow:0 -6px 30px rgba(8,39,91,.28);font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
.ukdt-consent[hidden]{display:none}
.ukdt-consent__inner{max-width:1180px;margin:0 auto;padding:18px 22px;display:flex;align-items:center;gap:18px 26px;flex-wrap:wrap}
.ukdt-consent__copy{flex:1 1 380px;min-width:0}
.ukdt-consent__copy p{margin:0;font-size:.95rem;line-height:1.6;color:#e6eefb}
.ukdt-consent__copy a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.ukdt-consent__copy a:hover,.ukdt-consent__copy a:focus{color:#d8f34d}
.ukdt-consent__actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.ukdt-consent__btn{display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:11px 22px;border-radius:9px;border:2px solid transparent;font:inherit;font-size:.95rem;font-weight:700;line-height:1.2;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease}
.ukdt-consent__btn--accept{background:#1558b0;border-color:#1558b0;color:#fff}
.ukdt-consent__btn--accept:hover,.ukdt-consent__btn--accept:focus{background:#39a7eb;border-color:#39a7eb;color:#08275b}
.ukdt-consent__btn--reject{background:transparent;border-color:#8fb0da;color:#fff}
.ukdt-consent__btn--reject:hover,.ukdt-consent__btn--reject:focus{background:#fff;border-color:#fff;color:#08275b}
.ukdt-consent__btn:focus-visible{outline:3px solid #d8f34d;outline-offset:2px}
@media (max-width:640px){
.ukdt-consent__inner{padding:16px;gap:14px}
.ukdt-consent__actions{width:100%}
.ukdt-consent__btn{flex:1 1 0;min-width:0}
}
@media (prefers-reduced-motion:reduce){.ukdt-consent__btn{transition:none}}
