.hubspot-newsletter-signup-form {
    margin-left: -15px;
    /* margin-right: -15px; */
    column-gap: 15px;
    display: grid;
    grid-template-columns: 60% auto;
}

.hubspot-newsletter-signup-form .inputs-list {
    padding: 0 !important;
    margin-bottom: 0;
}

.hubspot-newsletter-signup-form li {
    list-style: none !important;
}

.hubspot-newsletter-signup-form .hs-email .hs-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-radius: 50rem !important;
    min-height: 42px !important;
}

.hubspot-newsletter-signup-form .hs-input.invalid.error {
    border-color: #f2545b !important;
}

.hubspot-newsletter-signup-form .hs-submit input[type="submit"] {
    padding: 8px 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    background-color: #ff5000;
    text-transform: uppercase;
    cursor: pointer;
}

.hubspot-newsletter-signup-form .legal-consent-container {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 12px !important;
    grid-area: 2/1/2/3;
}

.hubspot-newsletter-signup-form .legal-consent-container.consent-showing {
    background: rgba(255, 255, 255, .85);
}

.hubspot-newsletter-signup-form .legal-consent-container p {
    line-height: 1.3 !important;
    margin-bottom: 0;
    font-weight: 400;
}

.hubspot-newsletter-signup-form .hs-form-booleancheckbox-display {
    margin: 0 !important;
    display: flex;
}

.hubspot-newsletter-signup-form .hs-form-booleancheckbox-display span {
    margin-left: 8px;
}

.hubspot-newsletter-signup-form .hs-form-booleancheckbox-display span.hs-form-required {
    margin-left: 2px;
    color: #ff5000;
}

.hubspot-newsletter-signup-form .hs-fieldtype-booleancheckbox {
    margin-bottom: 0 !important;
}

.hubspot-newsletter-signup-form .legal-consent-container .hs-error-msgs label {
    font-weight: 600 !important;
}

.hubspot-newsletter-signup-form .hs-form-field .hs-error-msg {
    color: #f2545b;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.hbspt-form .submitted-message {
    font-weight: 400 !important;
}

.hubspot-newsletter-signup-form .hs-form-field label {
    font-weight: 600 !important;
    font-size: 12px !important;
    margin-bottom: 0;
}

.hubspot-newsletter-signup-form .legal-consent-container .hs-richtext p {
    font-size: 10px;
}