.gc-vehicle-history-toast{position:fixed;z-index:999999;display:flex;align-items:flex-start;justify-content:center;gap:12px;max-width:calc(100vw - 32px);padding:15px 18px;border:1px solid rgba(18,118,145,.24);border-radius:14px;background:rgba(255,255,255,.99);color:#153847;box-shadow:0 18px 48px rgba(12,78,99,.24);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transform:translate3d(0,-8px,0) scale(.98);transition:opacity .24s ease,transform .24s ease;pointer-events:none;text-align:left}
.gc-vehicle-history-toast[hidden]{display:none!important}
.gc-vehicle-history-toast.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1)}
.gc-vehicle-history-toast__icon{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:linear-gradient(145deg,#16a6bd,#087b9e);color:#fff;font-size:16px;font-weight:900;box-shadow:0 6px 14px rgba(8,123,158,.24)}
.gc-vehicle-history-toast__content{display:flex;min-width:0;flex-direction:column;gap:3px;padding-top:1px}
.gc-vehicle-history-toast__content strong{font-size:14px;line-height:1.3;color:#0b617e}
.gc-vehicle-history-toast__content span{font-size:13px;line-height:1.45;color:#365762}
.gc-vehicle-history-toast__content b{color:#173f4c}
@media(max-width:600px){.gc-vehicle-history-toast{max-width:calc(100vw - 24px);padding:13px 14px;border-radius:12px}}
@media(prefers-reduced-motion:reduce){.gc-vehicle-history-toast{transition:none}}
