/* Custom Styles for Tomatoist */


.date-header-row td {
  position: relative;
  border: none !important;
}

.date-header-row td::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #e6e6e6;
  z-index: 1;
}

.date-header-row span {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px #fff;
  /* Masks the line behind the pill */
}

.local_time {
  font-family: 'Courier New', Courier, monospace;
}

/* Ensure the sort icon looks interactive */
.fa-sort-amount-asc,
.fa-sort-amount-desc {
  cursor: pointer;
  transition: color 0.2s;
}

#timers_tbody tr.clock-row:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
