/* Enquiry success toast — opaque, never overlaps form CTAs */
#enquiry-success.flash-banner.flash-banner--toast{
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  top:max(5.25rem,calc(env(safe-area-inset-top,0px) + 4.5rem))!important;
  bottom:auto!important;
  transform:translateX(-50%)!important;
  z-index:100000!important;
  width:min(calc(100% - 1.5rem),42rem)!important;
  max-width:42rem!important;
  margin:0!important;
  padding:1.05rem 2.75rem 1.05rem 1.2rem!important;
  border-radius:12px!important;
  background:#0b1220!important;
  background-color:#0b1220!important;
  border:1px solid rgba(52,211,153,0.45)!important;
  color:#34d399!important;
  box-shadow:0 20px 56px rgba(0,0,0,0.65)!important;
  opacity:1!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  text-align:left!important;
  line-height:1.55!important;
  pointer-events:auto!important;
}
#enquiry-success .flash-banner-text{
  margin:0!important;
  color:#34d399!important;
  opacity:1!important;
}
#enquiry-success .flash-banner-close{
  position:absolute!important;
  top:0.45rem!important;
  right:0.55rem!important;
  color:#34d399!important;
  background:transparent!important;
}
@media (max-width:640px){
  #enquiry-success.flash-banner.flash-banner--toast{
    top:max(4.75rem,calc(env(safe-area-inset-top,0px) + 4rem))!important;
    width:calc(100% - 1rem)!important;
    padding:0.95rem 2.5rem 0.95rem 1rem!important;
    font-size:0.74rem!important;
  }
}
