.toastify{width:533px!important;background:var(--text);padding:20px 16px;border-radius:18px;z-index:1;display:flex;gap:16px}@media (width <= 576px){.toastify{width:100%!important}}.toastify__image{width:180px;height:120px;border-radius:10px;pointer-events:none;object-fit:cover}@media (width <= 576px){.toastify__image{display:none}}.toastify__info{display:flex;flex-direction:column;justify-content:flex-start;gap:15px}.toastify__info-text{font-family:var(--second-family);font-weight:500;font-size:clamp(14px,2vw,18px);line-height:136%;letter-spacing:-.01em;text-align:center;color:var(--white);display:flex;align-items:center;gap:10px}.toastify__info-text svg.filled path{fill:var(--blue-accent);stroke:var(--blue-accent)}.toastify__info-text svg.unfilled path{stroke:var(--white)}.toastify__info-title{font-family:var(--font-family);font-weight:500;font-size:clamp(16px,2vw,24px);line-height:116%;letter-spacing:-.02em;text-transform:uppercase;color:var(--white)}
