/* ------------------------------ */
/* ------------ Matomo ---------- */
/* ------------------------------ */

#matomo-opt-out {
    position: relative;
    margin-top: 0.75rem;
}

#matomo-opt-out > input {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #1c2220;
}

#matomo-opt-out > input:checked {
    border-color: #eb1c74;
}

#matomo-opt-out > input:checked:before {
    left: -2px;
}

#matomo-opt-out > label {
    display: inline-block;
    cursor: pointer;
    padding-left: 20px;
    font-size: 18px;
}

#matomo-opt-out > label strong {
    font-weight: normal;
}