.swal2-modal.swal2-popup .swal2-title {
    max-width: 100%;
}

/* Custom styles for debug popup */
.swal2-popup-custom {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.swal2-title-custom {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.5rem;
}

.swal2-content-custom {
    text-align: left;
    max-height: 70vh;
    overflow-y: auto;
}

.swal2-content-custom .border-danger {
    border-color: #dc3545 !important;
}

.swal2-content-custom .text-danger {
    color: #dc3545 !important;
}

.swal2-content-custom .text-warning {
    color: #ffc107 !important;
}

.swal2-content-custom code {
    background-color: #f8f9fa;
    color: #495057;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.swal2-content-custom .bg-light {
    background-color: #f8f9fa !important;
}

.swal2-content-custom ul {
    margin-bottom: 0.5rem;
}

.swal2-content-custom li {
    margin-bottom: 0.25rem;
}