
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope,
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope *{
  box-sizing:border-box !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope{
  --xkvt-bg: #ffffff;
  --xkvt-card: #fffaf5;
  --xkvt-line: #f3e4d2;
  --xkvt-line-strong: #ffd8b7;
  --xkvt-text: #15253b;
  --xkvt-text-soft: #6b7280;
  --xkvt-text-muted: #93a0b3;
  --xkvt-orange: #ff8a1f;
  --xkvt-orange-2: #ff6a00;
  --xkvt-orange-soft: #fff1e4;
  --xkvt-orange-border: #ffd2b0;
  --xkvt-shadow-xs: 0 2px 8px rgba(16,24,40,.04);
  --xkvt-shadow-sm: 0 8px 24px rgba(16,24,40,.06);
  --xkvt-shadow-md: 0 16px 40px rgba(16,24,40,.08);

  position:relative !important;
  isolation:isolate !important;
  z-index:1 !important;
  display:block !important;
  width:min(760px, 100%) !important;
  max-width:100% !important;
  margin:18px auto 22px !important;
  padding:0 !important;
  background:linear-gradient(180deg, #ffffff 0%, #fffdfb 100%) !important;
  border:1px solid rgba(255,107,26,.16) !important;
  border-radius:26px !important;
  box-shadow:var(--xkvt-shadow-md) !important;
  overflow:hidden !important;
  color:var(--xkvt-text) !important;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif !important;
  opacity:1 !important;
  filter:none !important;
  transform:none !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg, var(--xkvt-orange-2), var(--xkvt-orange), #ffb36b);
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope::after{
  content:"";
  position:absolute;
  top:-84px;
  right:-78px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,138,31,.08) 0%, rgba(255,138,31,0) 72%);
  pointer-events:none;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope [class^="xkvt-driver-"],
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope [class*=" xkvt-driver-"]{
  position:relative;
  z-index:1;
  opacity:1 !important;
  filter:none !important;
  text-shadow:none !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-topbar{
  position:relative !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:24px 28px 28px !important;
  border-bottom:1px solid #edf1f7 !important;
  background:transparent !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-topbar::after{
  content:"";
  position:absolute;
  left:28px;
  bottom:-2px;
  width:84px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--xkvt-orange-2), var(--xkvt-orange));
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-title{
  margin:0 !important;
  padding:0 !important;
  color:var(--xkvt-text) !important;
  font-size:22px !important;
  line-height:1.22 !important;
  font-weight:800 !important;
  letter-spacing:-.02em !important;
  font-family:"Yeseva One", Georgia, serif !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-dots{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  flex:0 0 auto !important;
  padding-top:6px !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-dots span{
  width:14px !important;
  height:14px !important;
  display:block !important;
  border-radius:50% !important;
  background:#bac4d3 !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-panel{
  margin:14px !important;
  padding:18px 20px !important;
  background:linear-gradient(180deg, #ffffff 0%, #fffaf6 100%) !important;
  border:1px solid var(--xkvt-line) !important;
  border-radius:24px !important;
  box-shadow:var(--xkvt-shadow-xs) !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-layout{
  display:grid !important;
  grid-template-columns:112px minmax(0,1fr) 190px !important;
  gap:14px !important;
  align-items:center !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-avatar-col{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-avatar{
  display:block !important;
  width:96px !important;
  height:96px !important;
  object-fit:cover !important;
  border-radius:50% !important;
  border:6px solid #ffffff !important;
  box-shadow:0 12px 28px rgba(15,23,42,.10) !important;
  background:#fff !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-main{
  min-width:0 !important;
  height:96px !important;
  max-height:96px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:5px !important;
  overflow:hidden !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-name{
  margin:0 !important;
  padding:0 !important;
  color:var(--xkvt-text) !important;
  font-size:17px !important;
  line-height:1.08 !important;
  font-weight:800 !important;
  letter-spacing:-.015em !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-route{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
  min-height:30px !important;
  max-height:30px !important;
  padding:6px 12px !important;
  border:1px solid var(--xkvt-line) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--xkvt-text-soft) !important;
  font-size:10.5px !important;
  line-height:1.15 !important;
  font-weight:700 !important;
  font-style:italic !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-rating{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:18px !important;
  max-height:18px !important;
  overflow:hidden !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-stars{
  display:inline-flex !important;
  gap:2px !important;
  color:#f6b221 !important;
  font-size:15px !important;
  line-height:1 !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-stars span{
  color:#f6b221 !important;
  -webkit-text-fill-color:#f6b221 !important;
  opacity:1 !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-rating-text{
  color:var(--xkvt-text) !important;
  font-size:13px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
}

body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-side{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta{
  display:grid !important;
  grid-template-columns:36px minmax(0,1fr) !important;
  align-items:center !important;
  gap:10px !important;
  min-height:36px !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon{
  width:36px !important;
  height:36px !important;
  border-radius:12px !important;
  border:1px solid var(--xkvt-line) !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#c6cedb !important;
  overflow:hidden !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon.is-fallback{color:var(--xkvt-orange-2) !important}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon svg{
  width:22px !important;height:22px !important;stroke:currentColor !important;fill:none !important;stroke-width:1.8 !important;stroke-linecap:round !important;stroke-linejoin:round !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-brand-logo,
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon-logo img{
  display:block !important;max-width:76% !important;max-height:76% !important;width:auto !important;height:auto !important;object-fit:contain !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta-content{
  min-width:0 !important;display:flex !important;flex-direction:column !important;gap:2px !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-label{
  display:block !important;color:var(--xkvt-text-muted) !important;font-size:9px !important;line-height:1.1 !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:.08em !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-value,
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-vehicle{
  display:block !important;color:var(--xkvt-text) !important;font-size:11.5px !important;line-height:1.12 !important;font-weight:800 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;
}
body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta-plate .xkvt-driver-value{font-size:11px !important;letter-spacing:-.02em !important}

@media (max-width: 1366px){
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope{width:min(720px, 100%) !important}
}
@media (max-width: 1180px){
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope{width:min(690px, 100%) !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-layout{grid-template-columns:104px minmax(0,1fr) 180px !important;gap:12px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-avatar{width:88px !important;height:88px !important;border-width:5px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-main{height:88px !important;max-height:88px !important}
}
@media (max-width: 1024px){
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope{width:100% !important;border-radius:22px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-topbar{padding:18px 18px 22px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-topbar::after{left:18px !important;width:74px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-title{font-size:20px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-panel{margin:12px !important;padding:16px !important;border-radius:20px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-layout{grid-template-columns:94px minmax(0,1fr) !important;gap:14px !important;align-items:start !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-avatar{width:84px !important;height:84px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-main{height:84px !important;max-height:84px !important;gap:4px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-name{font-size:16px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-route{font-size:10px !important;min-height:28px !important;max-height:28px !important;padding:5px 10px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-rating-text{font-size:12px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-side{grid-column:1 / -1 !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;margin-top:8px !important;padding-top:12px !important;border-top:1px solid var(--xkvt-line) !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta{grid-template-columns:34px minmax(0,1fr) !important;gap:7px !important;min-height:34px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon{width:34px !important;height:34px !important;border-radius:10px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon svg{width:18px !important;height:18px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-label{font-size:8.5px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-value,
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-vehicle{font-size:10.5px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta-plate .xkvt-driver-value{font-size:10px !important}
}
@media (max-width: 767px){
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope{margin:14px 0 18px !important;border-radius:20px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-topbar{padding:14px 16px 20px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-topbar::after{left:16px !important;bottom:-2px !important;width:74px !important;height:4px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-title{font-size:18px !important;font-weight:800 !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-dots{gap:8px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-dots span{width:10px !important;height:10px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-panel{margin:10px !important;padding:12px !important;border-radius:18px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-layout{grid-template-columns:74px minmax(0,1fr) !important;gap:10px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-avatar{width:74px !important;height:74px !important;border-width:4px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-main{height:74px !important;max-height:74px !important;gap:4px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-name{font-size:14px !important;line-height:1.08 !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-route{font-size:9px !important;line-height:1.12 !important;padding:5px 8px !important;min-height:24px !important;max-height:24px !important;border-radius:12px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-stars{font-size:12px !important;gap:1px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-rating-text{font-size:11px !important;line-height:1 !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-side{gap:6px !important;padding-top:10px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta{grid-template-columns:30px minmax(0,1fr) !important;gap:6px !important;min-height:30px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon{width:30px !important;height:30px !important;border-radius:9px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon svg{width:16px !important;height:16px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-label{font-size:7.5px !important;letter-spacing:.05em !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-value,
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-vehicle{font-size:9.8px !important;line-height:1.08 !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta-plate .xkvt-driver-value{font-size:9.2px !important;letter-spacing:-.035em !important}
}
@media (max-width: 390px){
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-layout{grid-template-columns:68px minmax(0,1fr) !important;gap:8px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-avatar{width:68px !important;height:68px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-main{height:68px !important;max-height:68px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-route{font-size:8.5px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-rating-text{font-size:10.5px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta{grid-template-columns:28px minmax(0,1fr) !important;gap:5px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-icon{width:28px !important;height:28px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-label{font-size:7px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-value,
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-vehicle{font-size:9px !important}
  body.woocommerce-account.woocommerce-view-order section.xkvt-driver-card.xkvt-da-scope .xkvt-driver-meta-plate .xkvt-driver-value{font-size:8.6px !important}
}
