.ui-datepicker {
  z-index: 999 !important;
}

  .ui-datepicker tr {
    border-bottom: none;
  }

    .ui-datepicker tr td {
      height: auto;
    }

.views-exposed-form fieldset {
  border: none;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}

  .views-exposed-form fieldset .fieldset__label {
    padding-bottom: 0;
    margin-bottom: calc(var(--space-xs) / 2);
  }

  .views-exposed-form .fieldset__wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .views-exposed-form .form-item--no-label {
    margin-top: 0;
    margin-block: 0;
  }


@media (min-width: 61rem) {
  .layout-region--main:has(.vertical-tabs),
  .layout-region--main {
    width: auto;
    margin-inline: unset;
  }
}

.layout-region--node-main .submitted-info {
  background-color: #f3f4f9;
  padding: 15px 10px;
}

/* Make everything smaller */
body {
  font-size: 14px;
  line-height: 24px;
}

table td {
  height: auto;
}

h1,
.page-title {
  font-size: 18px;
}

h2 {
  font-size: 18px;
}

h3,
h4 {
  font-size: 16px;
}

p {
  margin: 0.5em 0;
}

.button--primary {
  margin-block: 0;
  padding: 8px 10px;
}
