#ogc-booking {
  max-width: 600px;
}

.ogc-times {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.ogc-time {
  background: #1e73be;
  color: white;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.ogc-time.selected {
  background: #145a8d;
}

.ogc-player {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
