.bookings-overview {
  display: grid;
  gap: 18px;
}

.booking-section {
  display: grid;
  gap: 10px;
}

.booking-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.booking-section-header h3 {
  margin: 0;
  font-size: 16px;
}

.booking-section-header span {
  min-width: 30px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eef3f8;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
