/*
Theme Name: DTX Driving School
Theme URI: https://example.com/
Author: DTX
Description: Giao diện WordPress mobile-first cho website ôn thi lý thuyết GPLX.
Version: 0.3.5
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dtx-driving-school
*/

.dtx-result-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}
.dtx-result-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(3px)}
.dtx-result-card{position:relative;width:min(420px,100%);background:#fff;border-radius:24px;padding:28px 22px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.22);animation:dtxResultIn .2s ease-out}
.dtx-result-icon{font-size:46px;line-height:1;margin-bottom:10px}
.dtx-result-card h2{margin:0 0 8px;font-size:25px}
.dtx-result-main{margin:0 auto 18px;line-height:1.55;color:#475569}
.dtx-result-stats{font-size:30px;margin:12px 0 20px}
.dtx-result-stats span{font-size:15px;color:#64748b}
.dtx-result-warning{padding:10px 12px;border-radius:12px;background:#fff7ed;color:#c2410c;font-weight:600;margin-bottom:16px}
.dtx-result-actions button{border:0;border-radius:12px;padding:12px 20px;font-weight:700;cursor:pointer;background:#1677ff;color:#fff}
@keyframes dtxResultIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}

/* v0.3.23 - compact header */
.site-header,
.dtx-header,
header.site-header{
  min-height:0!important;
}
.site-header .header-inner,
.dtx-header .header-inner,
header.site-header .header-inner{
  min-height:0!important;
  height:75%!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.site-header img,
.dtx-header img{
  max-height:48px;
  width:auto;
}
