/* /Components/MobileToastHost.razor.rz.scp.css */
.mobile-toast-host[b-gu2z2a8a73] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    z-index: 2000;
    display: flex;
    justify-content: center;
    padding: 0 16px;
    pointer-events: none;
    box-sizing: border-box;
}

.mobile-toast[b-gu2z2a8a73] {
    box-sizing: border-box;
    pointer-events: auto;
    width: 100%;
    max-width: 488px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px 14px 16px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #d9dee8;
    border-left: 4px solid #198754;
    box-shadow: 0 8px 24px rgba(33, 37, 41, 0.14);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.mobile-toast-success[b-gu2z2a8a73] {
    color: #212529;
}

.mobile-toast-icon[b-gu2z2a8a73] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #198754;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.mobile-toast-message[b-gu2z2a8a73] {
    flex: 1;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #212529;
    text-align: left;
}

.mobile-toast-dismiss[b-gu2z2a8a73] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: #f1f3f5;
    color: #495057;
    font-family: inherit;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    appearance: none;
}

.mobile-toast-dismiss:hover[b-gu2z2a8a73],
.mobile-toast-dismiss:focus[b-gu2z2a8a73] {
    background: #e9ecef;
    color: #212529;
    outline: none;
}
