
.post_content .hs_consent_newsletter input[type=checkbox] {
    -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;
    border-radius: .25em;
    position: relative;
    cursor: pointer;
}
.post_content .hs_consent_newsletter .inputs-list {
    list-style: none;
}
.post_content .hs_consent_newsletter input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 100%;
    height: 100%;
    background-color: #19191A;
    border-radius: 0.25em;
}
.post_content .hs_consent_newsletter {
    font-size: 14px;
}