/* Shared toast styling. Used by Notyf; currently wired on Sales Order Verification only. */
.notyf {
    z-index: 1040;
}

.notyf__toast {
    max-width: 420px;
    width: min(420px, calc(100vw - 32px));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 10px
}

.notyf__wrapper {
    padding: 14px 18px;
}

.notyf__message {
    line-height: 1.45;
}

.sis-notyf-message {
    text-align: left;
}

.sis-notyf-title {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}

.sis-notyf-body {
    font-size: 13px;
}

.sis-notyf-body .order-verification-toast-details {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
}
