.tlc__btn {
  z-index: 1;
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--light);
}
.tlc__btn.active, .tlc__btn:hover {
  color: #fff;
  background: var(--primary);
}
.tlc__btn:not(:last-child) {
  margin-right: 10px;
}
