/* ACE Popups - Minimal overrides */

/* Ensure HubSpot form fills the modal body */
#[id^="ace-popup-form-"] .hs-form {
    width: 100%;
}

/* Smooth the thank-you message transition */
#[id^="ace-popup-form-"] .submitted-message {
    padding: 1rem 0;
    text-align: center;
}
