.elementor-882 .elementor-element.elementor-element-311a1085{--display:flex;}/* Start custom CSS for pxu-confirmation, class: .elementor-element-5865c91 */body {
    font-family: 'Alexandria', sans-serif !important;
    font-weight: 400 !important; /* normal weight */
}/* End custom CSS */

.confirmation-subtitle{
    background-color: #cd2a2a !important;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
    line-height: 1.8;
}


.btn-confirm {
    background-color: #1E40AF !important;
    transition: background-color 0.2s ease-in-out;
    border-color: #1E40AF !important;
}

.btn-confirm:hover {
    background-color: #1E3A8A !important; /* Slightly darker */
}

.btn-confirm:active {
    background-color: #1E3A8A !important; /* Same as hover or even darker */
    transform: scale(0.98); /* Optional: adds a subtle click effect */
}/* End custom CSS */