/**
* 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;
}

#hsForm_d9c4bb2f-68d0-45a1-a6b5-20a264b0bead input[type='text'],
#hsForm_d9c4bb2f-68d0-45a1-a6b5-20a264b0bead input[type='email'] {
    height: 48px !important;
    box-sizing: border-box;
}

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

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


.alternatives-email-input-width {
        max-width: 440px;
}


.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: 48px !important;
    font-weight: 600;
    font-size: 1rem;
}