.hx-off-delegate-controls-v83484 {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) minmax(180px, 220px) auto !important;
  align-items: end !important;
  gap: 12px !important;
}
.hx-off-delegate-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.hx-off-delegate-field > span {
  font-size: 12px;
  color: var(--muted, #64748b);
  line-height: 1.25;
}
.hx-off-delegate-field select,
.hx-off-delegate-field input[type="date"] {
  width: 100% !important;
  min-height: 42px;
  box-sizing: border-box;
}
.hx-off-delegate-field input[type="date"] {
  cursor: pointer;
  background-color: var(--surface, #fff);
}
.hx-off-delegate-button-wrap {
  display: flex;
  align-items: end;
}
.hx-off-delegate-button-wrap > button {
  min-height: 42px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .hx-off-delegate-controls-v83484 {
    grid-template-columns: 1fr !important;
  }
  .hx-off-delegate-button-wrap > button {
    width: 100%;
  }
}
