/* v0150: restore readable hour labels in the personal week calendar and show live current time. */
.app-shell .personal-axis {
  min-height: 24px;
}

.app-shell .personal-axis > span,
.app-shell .personal-axis > div {
  min-height: 24px;
}

.app-shell .personal-axis b {
  top: 0;
  bottom: auto;
  height: 24px;
  line-height: 24px;
  padding: 0;
  font-size: 9px;
  font-weight: 600;
  color: #53645a;
  white-space: nowrap;
}

.app-shell .personal-track .personal-now-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  margin-left: -1px;
  background: #d92d20;
  z-index: 8;
  pointer-events: none;
  display: none;
}
