.swal2-popup,
.swal2-modal {
    max-width: 300px;
    padding: 1.2rem;
    background: var(--bg-color-body);
    color: var(--text-color-body);
    border-radius: 1rem !important;
}

.swal2-icon {
    margin: 0 auto 0.5rem;
}

#swal2-title {
    font-size: large;
    font-weight: bold;
}

#swal2-html-container {
    font-size: 1rem;
    color: var(--color-muted);
    font-weight: 600;
    padding: 0;
}

.swal2-actions {
    display: flex;
    gap: 0.5rem;
}

.swal2-confirm,
.swal2-cancel {
    padding: 0.3rem 0.7rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.swal2-confirm {
    background: var(--color-primary);
}