/**
* Custom styles for alternatives hubspot input form.
*/

/* Hide the email label to prevent it from adding extra height to the input */
#label-email-d9c4bb2f-68d0-45a1-a6b5-20a264b0bead {
    display: none !important;
}

#hsForm_d9c4bb2f-68d0-45a1-a6b5-20a264b0bead {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    align-items: start;
    gap: 1rem;
}

@media (width < 768px) {
    #hsForm_d9c4bb2f-68d0-45a1-a6b5-20a264b0bead {
        grid-template-columns: 1fr;
    }
}

.alternatives-hubspot-form-width {
    max-width: 552px;
}

.hs_submit, .hs_submit .actions, .hs_submit .actions input[type='submit'] {
    width: 100% !important;
    height: 100% !important;
}

.alternatives-submit-button {
    /* Height of the input */
    max-height: 50.3px !important; 
}