
.hs-input {
    width: 100% !important;
    border: none;
    padding: 14px 20px;
    border-radius: 50px;
    background:#F0F0F0;
    color: var(--ftc--black);
}
.hs-input.invalid {
    border: 1px solid red;
}
.hs-input[type="checkbox"] {
    accent-color: var(--pmn--blue);
}

select.hs-input{
    -webkit-appearance: none;
    appearance: none;
}

.hbspt-form .input:has(>select) {
    position: relative;
}

.hbspt-form .input:has(>select):after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
}

.hbspt-form fieldset {
    max-width: inherit !important;   
    margin-bottom: 20px !important;
}

.hbspt-form label {
   font-size: 12px;
}

.hbspt-form .hs-richtext {
   font-size: 12px;
   margin: 10px 0;
}

.hbspt-form .inputs-list {
    padding-left: 0;
}

.hbspt-form .hs-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    border-radius: 50px;
    height: 60px;
    background: var(--pmn--blue);
    color: white;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    line-height: 22px;
    border: none;
    transition: all 400ms ease-in-out;
    min-width: 18ch;
    cursor: pointer;
    margin: 0 auto;
}
.hbspt-form .hs-button:hover {
    background: var(--pmn--blue-light);
}

.hbspt-form .hs-dependent-field .hs-form-field {
    margin-top: 20px;
}
.hs-form-booleancheckbox-display {
    display: flex;
    align-items: baseline;
}
.hs-form-booleancheckbox-display .hs-input {
    width: inherit !important;
}
.legal-consent-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
.hbspt-form li {
    list-style: none;
}

.hs-recaptcha {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}

@media screen and (max-width: 860px) {
    .ftc-hubspot-form__title {
        font-size: 24px;
        line-height: 28px;
    }
    .ftc-hubspot-form__text {
        font-size: 18px;
        line-height: 28px;
    }
    .ftc-hubspot-form__container {
        padding: 40px 5%;
    }
    .ftc-hubspot-form__container .hbspt-form {
        padding: 40px 5%;
    }
    .ftc-hubspot-form__container .hs-form-field {
        width: 100%!important;
        margin-top: 10px;
    }
    .ftc-hubspot-form__container .hbspt-form fieldset {
        margin-bottom: 0px !important;
    }
    .ftc-hubspot-form__container .hs-submit {
        margin-top: 20px;
    }
    .ftc-hubspot-form__container .legal-consent-container {
        flex-direction: column;
    }

}
