.hide-section {
    display: none;
}

.show-section {
    display: block;
}

.consent:checked~div button {
    pointer-events: all;
    opacity: 1;
}

.consent~div button {
    pointer-events: none;
    opacity: 0.6;
}