/* PUBLIC-HOME-PREMIUM-1.0 · distancia canónica del explorador */
.rh-v2-event-explorer-search {
  grid-template-columns: minmax(15rem, 1fr) repeat(3, minmax(8rem, .27fr)) auto;
}
@media (max-width: 64rem) {
  .rh-v2-event-explorer-search {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(8rem, .55fr));
  }
  .rh-v2-event-explorer-search > label:nth-of-type(4),
  .rh-v2-event-explorer-search > .rh-v2-button {
    grid-column: auto;
  }
}
@media (max-width: 48rem) {
  .rh-v2-event-explorer-search { grid-template-columns: minmax(0, 1fr); }
  .rh-v2-event-explorer-search > label:nth-of-type(4),
  .rh-v2-event-explorer-search > .rh-v2-button { grid-column: auto; }
}
