.swal2-actions {
    flex-direction: row-reverse;
}
div:where(.swal2-container) button:where(.swal2-styled) {
    padding: 0.375rem 0.75rem !important; 
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 1rem !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.425rem !important;
}

.swal2-cancel.swal2-styled {
    min-width: 75px;
}

.swal2-confirm.swal2-styled {
    color: #fff;
    background: var(--primary-color);
    min-width: 75px;
}