/* FilmMind mobile empty-scroll fix v1 */

@media (max-width: 720px) {
  section#search:has(.clean-results:empty),
  section.clean-search:has(.clean-results:empty) {
    min-height: calc(100vh - 120px) !important;
  }

  section#search:has(.clean-results:empty)::after,
  section.clean-search:has(.clean-results:empty)::after {
    content: "";
    display: block;
    min-height: 34vh;
    pointer-events: none;
  }

  body.fm-search-one-line-active section#search:has(.clean-results:empty) .clean-search-panel,
  body.fm-search-one-line-active section#search:has(.clean-results:empty) .search-panel,
  body.fm-search-one-line-active section.clean-search:has(.clean-results:empty) .clean-search-panel,
  body.fm-search-one-line-active section.clean-search:has(.clean-results:empty) .search-panel {
    max-height: none !important;
    overflow: visible !important;
  }

  body.fm-search-one-line-active section#search:has(.clean-results:empty) .random-pick-v1,
  body.fm-search-one-line-active section.clean-search:has(.clean-results:empty) .random-pick-v1 {
    display: grid !important;
  }

  body.fm-search-one-line-active section#search:has(.clean-results:empty) .year-filter,
  body.fm-search-one-line-active section.clean-search:has(.clean-results:empty) .year-filter {
    display: flex !important;
  }
}
/* /FilmMind mobile empty-scroll fix v1 */
