/* GetResponse horizontal layout styles — migrated from hello-biz */
getresponse-form .sc-WKhSL.gycwvU.sc-ikHGee.lcgxrb {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

getresponse-form .sc-eGugkK.drNwNs {
    flex: 1 !important;
    min-width: 200px !important;
    margin-bottom: 0 !important;
}

getresponse-form .sc-brePNt.gTiVey {
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
}

getresponse-form button[type="submit"] {
    white-space: nowrap !important;
    min-width: 120px !important;
}

@media (max-width: 768px) {
    getresponse-form .sc-WKhSL.gycwvU.sc-ikHGee.lcgxrb {
        flex-direction: column !important;
        align-items: stretch !important;
    }
}
