[id^="custom-search-fields-"] .em-author-filter-wrapper {
  margin-top: 12px;
}

.em-extra-tools-col .em-author-filter-wrapper {
  margin-top: 12px;
}

[id^="custom-search-fields-"] .em-event-date-filter-wrapper {
  margin-top: 12px;
  min-height: auto;
}

.em-extra-tools-col .em-event-date-filter-wrapper {
  margin-top: 12px;
  min-height: auto;
}

[id^="custom-search-fields-"] .em-author-filter-wrapper label {
  margin-bottom: 8px;
  display: block;
}

.em-extra-tools-col .em-author-filter-wrapper label {
  margin-bottom: 8px;
  display: block;
}

[id^="custom-search-fields-"] .em-event-date-filter-wrapper label {
  margin-bottom: 8px;
  display: block;
}

.em-extra-tools-col .em-event-date-filter-wrapper label {
  margin-bottom: 8px;
  display: block;
}

[id^="custom-search-fields-"] #em-author-filter {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7dbe2;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  color: #1f2937;
}

.em-extra-tools-col #em-author-filter {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7dbe2;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  color: #1f2937;
}

[id^="custom-search-fields-"] .em-event-date-range-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}

.em-extra-tools-col .em-event-date-range-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}

[id^="custom-search-fields-"] .em-event-date-col {
  min-width: 0;
}

.em-extra-tools-col .em-event-date-col {
  min-width: 0;
}

[id^="custom-search-fields-"] .em-event-date-field {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7dbe2;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  color: #1f2937;
  display: block;
  margin-bottom: 0 !important;
}

.em-extra-tools-col .em-event-date-field {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7dbe2;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  color: #1f2937;
  display: block;
  margin-bottom: 0 !important;
}

[id^="custom-search-fields-"] #em-author-filter:focus {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.12);
}

.em-extra-tools-col #em-author-filter:focus {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.12);
}

[id^="custom-search-fields-"] .em-event-date-field:focus {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.12);
}

.em-extra-tools-col .em-event-date-field:focus {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.12);
}

.panel-dropdown-content [id^="custom-search-fields-"] .em-event-date-range-row,
.custom-search-group-content [id^="custom-search-fields-"] .em-event-date-range-row {
  grid-template-columns: 1fr;
}

.panel-dropdown-content .em-extra-tools-col .em-event-date-range-row,
.custom-search-group-content .em-extra-tools-col .em-event-date-range-row {
  grid-template-columns: 1fr;
}

@media (max-width: 767px) {
  [id^="custom-search-fields-"] .em-event-date-range-row {
    grid-template-columns: 1fr;
  }

  .em-extra-tools-col .em-event-date-range-row {
    grid-template-columns: 1fr;
  }
}
