/*
Theme Name: Metalthread International AG
Author: Developer
Version: 1.0.0
Description: Custom theme for Metalthread AG based on UI spec.
*/


.contacts-form__agreement .wpcf7-acceptance {
    display: none;
}

.checkbox:has(.checkbox__controller:checked) .checkbox__tick {
    opacity: 1;
}

.checkbox:has(.checkbox__controller:checked) .checkbox__marker {
    background: #0f1113;
    border-color: #0f1113;
}

.checkbox.is-checked .checkbox__tick {
    opacity: 1;
}

.checkbox.is-checked .checkbox__marker {
    background: #0f1113;
    border-color: #0f1113;
}
