/* Cookie consent: toggle switch */
.toggle-checkbox:checked {
    right: 0;
    border-color: #05b826;
}
.toggle-checkbox:checked + .toggle-label {
    background-color: #05b826;
}
.toggle-checkbox:disabled + .toggle-label {
    opacity: 0.5;
    cursor: not-allowed;
}
