/* HMS-62 — the hotel bookings table with sort links and the export affordance. */

.hotel-bookings__title {
  margin: 0 0 1rem;
  font-size: 1.375rem;
  color: var(--wa-color-text-normal);
}

.hotel-bookings__export {
  margin: 0 0 0.75rem;
}

.hotel-bookings__export-link,
.hotel-bookings__sort {
  color: var(--wa-color-brand-fill-loud);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.hotel-bookings__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.hotel-bookings__table th,
.hotel-bookings__table td {
  text-align: left;
  padding: 0.5rem;
  border-bottom: 1px solid var(--wa-color-neutral-border-quiet);
}

.hotel-bookings__empty {
  color: var(--wa-color-text-quiet);
}
