<style>
/* Hide Spotlight Section by Default */
#spotlight:checked ~ #spotlight-section {
display: block ;
}
#spotlight:checked ~ #overview-section {
display: none ;
}
#overview:checked ~ #overview-section {
display: block ;
}
#overview:checked ~ .spotlight {
display: none ;
}
/* Change Active Button Color */
input[type=”radio”]:checked + div label {
background-color: #d46b1c ;
}
</style>