:root{--toast-spacing-outer:8px;--toast-spacing-inner:16px;--toast-spacing-gap:12px;--toast-border-radius:24px;--toast-border-width:.5px;--toast-border-color:#20202014;--toast-shadow:0px 1px 12px 0px #20202033;--toast-color-background:#fff;--toast-color-title:#202020;--toast-color-text:#202020;--toast-typography-title-font-family:"Bumble Sans", system-ui, -apple-system, sans-serif;--toast-typography-title-font-weight:600;--toast-typography-title-font-size:17px;--toast-typography-title-line-height:22px;--toast-typography-title-letter-spacing:.28px;--toast-typography-text-font-family:"Bumble Sans", system-ui, -apple-system, sans-serif;--toast-typography-text-font-weight:400;--toast-typography-text-font-size:15px;--toast-typography-text-line-height:20px;--toast-typography-text-letter-spacing:.3px;--toast-media-size:64px;--toast-media-border-radius:80px;--toast-media-badge-size:24px;--toast-chevron-size:16px}.cosmos-toast{padding:var(--toast-spacing-outer);box-sizing:border-box;width:100%}.cosmos-toast__container{align-items:center;gap:var(--toast-spacing-gap);padding:var(--toast-spacing-inner);border-radius:var(--toast-border-radius);background-color:var(--toast-color-background);border:var(--toast-border-width) solid var(--toast-border-color);box-shadow:var(--toast-shadow);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;min-width:0;display:flex;position:relative}.cosmos-toast__container:active{opacity:.9}.cosmos-toast__media{flex-shrink:0;position:relative}.cosmos-toast__media-main{width:var(--toast-media-size);height:var(--toast-media-size);border-radius:var(--toast-media-border-radius);justify-content:center;align-items:center;display:flex;overflow:hidden}.cosmos-toast__media-main--photo,.cosmos-toast__media-main--icon{background-color:#2020200d}.cosmos-toast__media-photo{object-fit:cover;pointer-events:none;width:100%;height:100%}.cosmos-toast__media-icon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cosmos-toast__media-badge{width:var(--toast-media-badge-size);height:var(--toast-media-badge-size);justify-content:center;align-items:center;display:flex;position:absolute;bottom:.5px;right:0}.cosmos-toast__content{flex:1 1 0;min-width:0}.cosmos-toast__title{font-family:var(--toast-typography-title-font-family);font-weight:var(--toast-typography-title-font-weight);font-size:var(--toast-typography-title-font-size);line-height:var(--toast-typography-title-line-height);letter-spacing:var(--toast-typography-title-letter-spacing);color:var(--toast-color-title);text-overflow:ellipsis;word-break:break-word;margin:0;overflow:hidden}.cosmos-toast__body{font-family:var(--toast-typography-text-font-family);font-weight:var(--toast-typography-text-font-weight);font-size:var(--toast-typography-text-font-size);line-height:var(--toast-typography-text-line-height);letter-spacing:var(--toast-typography-text-letter-spacing);color:var(--toast-color-text);text-overflow:ellipsis;word-break:break-word;margin:0;overflow:hidden}.cosmos-toast__custom{flex-shrink:0}.cosmos-toast__chevron{width:var(--toast-chevron-size);height:var(--toast-chevron-size);color:var(--toast-color-text);flex-shrink:0;justify-content:center;align-items:center;display:flex}.cosmos-toast-manager{z-index:9999;pointer-events:none;justify-content:center;display:flex;position:fixed;top:0;left:0;right:0}.cosmos-toast-manager>*{pointer-events:auto;width:100%;max-width:448px}.cosmos-toast-manager--entering{animation:.3s ease-out forwards cosmos-toast-slide-in}.cosmos-toast-manager--exiting{animation:.2s ease-in forwards cosmos-toast-slide-out}@keyframes cosmos-toast-slide-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cosmos-toast-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@media (prefers-reduced-motion:reduce){.cosmos-toast-manager--entering,.cosmos-toast-manager--exiting{animation:none}}
