/* RBD_VISIT_DENSITY_MAIN_WEB_20260706 */
.rbd-density-card {
  overflow: hidden;
}

.rbd-density-card .hd {
  align-items: center;
}

.rbd-density-status {
  font-size: 12px;
  color: #64748b;
  white-space: nowrap;
}

.rbd-density-card .bd {
  padding-top: 18px;
}

.rbd-density-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.rbd-density-grid {
  min-width: 820px;
  display: grid;
  grid-template-columns: 34px repeat(12, minmax(46px, 1fr));
  gap: 6px;
  align-items: center;
}

.rbd-density-hour,
.rbd-density-day {
  color: #8a9ab4;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.rbd-density-day {
  text-align: right;
  padding-right: 4px;
}

.rbd-density-cell {
  height: 28px;
  min-width: 46px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e2eaf5;
}

.rbd-density-cell[data-level="1"] { background: #dbe6fb; box-shadow: inset 0 1px 0 rgba(255,255,255,.42); }
.rbd-density-cell[data-level="2"] { background: #a9c0f3; box-shadow: inset 0 1px 0 rgba(255,255,255,.36); }
.rbd-density-cell[data-level="3"] { background: #6f94ec; box-shadow: inset 0 1px 0 rgba(255,255,255,.3); }
.rbd-density-cell[data-level="4"] { background: #3f73e6; box-shadow: inset 0 1px 0 rgba(255,255,255,.28); }
.rbd-density-cell[data-level="5"] { background: #2563eb; box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }

.rbd-density-legend {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: #8a9ab4;
  font-size: 12px;
  font-weight: 800;
}

.rbd-density-dot {
  width: 14px;
  height: 14px;
  border-radius: 5px;
  display: inline-block;
}

.rbd-density-note {
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .rbd-density-card .bd {
    padding-top: 14px;
  }

  .rbd-density-grid {
    min-width: 650px;
    grid-template-columns: 28px repeat(12, 44px);
    gap: 5px;
  }

  .rbd-density-cell {
    height: 24px;
    min-width: 44px;
    border-radius: 6px;
  }

  .rbd-density-hour,
  .rbd-density-day {
    font-size: 10px;
  }
}
