.hubspot-form select,
.hubspot-form input {
    background: none;
    font-family: var(--wp--custom--font-secondary);
    font-size: 15px;
    max-width: none;
    width: 100%;
    height: 47px;
    padding: 0 15px;
    border: 1px solid #0A0A0A;
}

.hubspot-form textarea {
    background: none;
    font-family: var(--wp--custom--font-secondary);
    font-size: 15px;
    max-width: none;
    width: 100%;
    height: 150px;
    padding: 15px;
    border: 1px solid #0A0A0A;
}

.hubspot-form legend {
    font-size: 1rem;
}

.hubspot-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.hubspot-form input[type="submit"] {
    background: var(--text-black);
    color: #fff;
    font-size: 18px;
}

.hubspot-form .hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    font-size: 11px;
}

.hubspot-form p {
    margin-bottom: 19px !important;
}

.hubspot-form label {
    font-size: 16px;
    font-family: var(--wp--custom--font-secondary);
}

.hubspot-form .hs-form-field {
    padding-bottom: 18px;
}

.hubspot-form .hs-form-required {
    color: red;
    padding-left: 3px;
}

.hubspot-form ul.inputs-list {
    list-style: none;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.hubspot-form li.hs-form-checkbox {
    padding: 5px 0;
}

.hubspot-form li.hs-form-checkbox span {
    vertical-align: top;
    padding-left: 15px;
}

.hubspot-form .hs-richtext {
    font-size: 11px;
}

.hubspot-form .hs-error-msg,
.hubspot-form .hs-error-msgs {
    color: red;
    font-size: 11px;
    font-style: italic;
    padding-top: 10px;
}
