[data-highlights] [data-tab] {
cursor: pointer;
border: 1px solid transparent;
}
[data-highlights] [data-tab].is-active {
color: #fff;
background: #ff383c;
border-color: transparent;
}
[data-highlights] [data-tab]:not(.is-active) {
color: #000;
background: #f2f2f7;
border-color: #a3a3a3;
}
[data-highlights] [data-panel] {
display: none;
}
[data-highlights] [data-panel].is-active {
display: block;
}