/* RayPanel — SweetAlert2 validation message (preConfirm delete flows) */
.swal2-popup .swal2-validation-message {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    overflow: visible;
    white-space: pre-line;
    word-break: break-word;
    text-align: start;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    padding: 0.75em 1em;
    font-weight: 500;
}

.swal2-popup .swal2-validation-message::before {
    flex-shrink: 0;
    margin-top: 0.15em;
}

[dir="rtl"] .swal2-popup .swal2-validation-message::before {
    margin-right: 0;
    margin-left: 0.625em;
}
