
.lh27-camp-frontend .time-grid {
  position: relative;
  height: 1440px;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.15),
    rgba(255,255,255,0.15) 29px,
    rgba(255,255,255,0.25) 30px
  );
}

.hour-line {
    position: relative;
    height: 40px;
    border-top: 1px solid #555;
    padding-left: 4px;
    font-size: 0.75rem;
    color: #999;
}

.event-box {
    position: absolute;
    border-radius: 6px;
    padding: 4px;
    color: white;
    overflow: hidden;
    font-size: 0.85rem;
}


.time-grid {
  position: relative;
  height: 1440px; /* 24h * 60min */
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.05) 29px,
    rgba(255,255,255,0.15) 30px
  );
}

.time-label {
  position: absolute;
  left: 0;
  width: 50px;
  text-align: right;
  font-size: 12px;
  padding-right: 5px;
  color: #888;
}
