@media (max-width: 760px) {
  .topbar {
    flex-wrap: wrap;
  }

  .topbar #customer-checkin {
    display: inline-block;
  }

  .top-actions {
    width: 100%;
    margin-left: 0;
  }

  .top-actions button {
    flex: 1;
    min-width: 0;
  }
}

.dialog {
  padding-top: 34px;
}

.dialog h2 {
  padding-right: 54px;
}

.dialog .close {
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  background: #eef2f4;
  color: var(--ink);
  line-height: 1;
}

.waitlist-dialog {
  display: grid;
  gap: 14px;
}

.waitlist-dialog > * {
  margin-block: 0;
}

.waitlist-dialog .waitlist-submit {
  width: 100%;
  margin-top: 4px;
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.waitlist-note {
  padding: 12px 14px;
  border-radius: 10px;
  background: #edf7f5;
  color: #315467;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 480px) {
  .dialog {
    padding: 26px 18px 20px;
  }

  .dialog h2 {
    padding-right: 46px;
  }

  .dialog .close {
    top: 12px;
    right: 12px;
  }
}
