.flash-container{display:flex;flex-direction:column;gap:.625rem;width:100%}.flash-alert{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border:none;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,8%),0 2px 4px -1px rgba(0,0,0,5%);animation:flashFadeIn .3s ease forwards}.flash-alert__body{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.flash-alert__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border-radius:50%;font-size:1rem}.alert-success .flash-alert__icon{background-color:rgba(25,135,84,.15);color:#146c43}.alert-danger .flash-alert__icon{background-color:rgba(220,53,69,.15);color:#b02a37}.alert-warning .flash-alert__icon{background-color:rgba(255,193,7,.15);color:#997404}.alert-info .flash-alert__icon{background-color:rgba(13,202,240,.15);color:#087990}.flash-alert--review-info{border:1px solid rgba(101,18,149,.22);background:radial-gradient(circle at top right,rgba(101,18,149,8%),transparent 55%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,246,255,.98))}.flash-alert--review-info .flash-alert__icon{background:linear-gradient(135deg,rgba(101,18,149,.18),rgba(236,88,0,.16));color:#651295;box-shadow:inset 0 0 0 1px rgba(101,18,149,.18)}.flash-alert--review-info .flash-alert__message{color:#3f2154}.flash-alert__message{font-size:.875rem;font-weight:500;line-height:1.4;color:inherit;word-break:break-word}.flash-alert .btn-close{flex-shrink:0;margin:0;padding:.25rem;opacity:.5;transition:opacity .2s ease}.flash-alert .btn-close:hover{opacity:1}@keyframes flashFadeIn{from{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}