/* Chariot DAF Button Styles */
#chariot button {
    height: 48px;
    min-height: 48px;
}

/* 
 * SweetAlert2 Style Overrides - Match official demo
 * Using higher specificity selectors (body prefix) to override Bootstrap without !important
 * This works because "body .class" has higher specificity than ".class"
 */
body .swal2-popup {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    padding: 0 0 1.25em;
    width: 32em;
    max-width: 100%;
    box-sizing: border-box;
}

body .swal2-popup .swal2-title {
    font-size: 1.875em;
    font-weight: 600;
    color: #595959;
    margin: 0;
    padding: 0.8em 1em 0;
    line-height: 1.3;
}

body .swal2-popup .swal2-html-container {
    font-size: 1.125em;
    font-weight: 400;
    color: #545454;
    line-height: 1.6;
    margin: 1em 1.6em 0.3em;
    padding: 0;
    text-align: center;
}

body .swal2-popup .swal2-styled {
    font-size: 1.0625em;
    font-weight: 500;
    padding: 0.625em 2em;
    margin: 0.3125em;
    border-radius: 0.25em;
    border: none;
    box-shadow: none;
    text-transform: none;
}

body .swal2-popup .swal2-styled.swal2-confirm {
    background-color: #7066e0;
    color: #fff;
}

body .swal2-popup .swal2-styled.swal2-confirm:hover,
body .swal2-popup .swal2-styled.swal2-confirm:focus {
    background-color: #5d52d9;
    background-image: none;
}

body .swal2-popup .swal2-styled.swal2-cancel {
    background-color: #6e7881;
    color: #fff;
}

body .swal2-popup .swal2-styled.swal2-cancel:hover,
body .swal2-popup .swal2-styled.swal2-cancel:focus {
    background-color: #5c636a;
    background-image: none;
}

body .swal2-popup .swal2-icon {
    width: 5em;
    height: 5em;
    margin: 2.5em auto 0.6em;
    border-width: 0.25em;
}

body .swal2-popup .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

body .swal2-popup .swal2-icon .swal2-icon-content {
    font-size: 3.75em;
}

body .swal2-popup .swal2-actions {
    margin-top: 1.25em;
    padding: 0;
    gap: 0.5em;
}

body .swal2-popup .swal2-close {
    font-size: 2.5em;
}

