
.post_content #ci-hs-form .hs_consent_newsletter input[type=checkbox].hs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    min-width: 16px;
    width: 16px !important;
    height: 16px !important;
    min-height: revert;
    border: 2px solid #19191a !important;
    border-radius: .25em !important;
    position: relative !important;
    cursor: pointer;
    padding: 0px !important;
    margin-right: 10px !important;
}
.post_content .hs_consent_newsletter .inputs-list {
    list-style: none;
    margin-left: 0px !important;
}
.post_content #ci-hs-form .hs_consent_newsletter input[type="checkbox"].hs-input:checked::before {
    content: "";
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.5) !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #19191A !important; 
    border-radius: 0.25em !important;
}
.post_content .hs_consent_newsletter {
    font-size: 14px;
    line-height: 1.5 !important;
    margin-top: 20px !important;
}
#ci-hs-form .hs-error-msgs {
    margin: 43px 0 0 !important;
}