.foran-toast{position:fixed;z-index:1000;right:26px;bottom:26px;display:grid;grid-template-columns:42px minmax(0,1fr) 28px;align-items:center;gap:13px;width:min(430px,calc(100vw - 32px));padding:15px 15px 15px 14px;border:1px solid rgba(255,255,255,.82);border-radius:16px;background:rgba(255,255,255,.9);color:#17384b;font:600 14px/1.45 Roboto,Arial,sans-serif;box-shadow:0 24px 60px rgba(16,47,65,.2),inset 0 1px 0 #fff;backdrop-filter:blur(20px) saturate(135%);transform:translateY(22px);opacity:0;transition:transform .22s ease,opacity .22s ease}.foran-toast.is-visible{transform:translateY(0);opacity:1}.foran-toast__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e7f8f0;color:#0d9f68;font-size:20px;font-weight:700}.foran-toast--error .foran-toast__icon{background:#fff0f1;color:#d93b4b}.foran-toast button{width:28px;height:28px;padding:0;border:0;border-radius:8px;background:transparent;color:#73838b;font-size:22px;line-height:1;cursor:pointer}.foran-toast button:hover{background:#eef3f5;color:#17384b}.contact button[disabled]{cursor:wait;opacity:.7}@media(max-width:600px){.foran-toast{left:16px;right:16px;bottom:16px;width:auto}}
