/* A result-count change must not anchor the viewport to the footer below it. */
html.cj-filter-page { overflow-anchor: none; }
.cj-filter-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  min-height: 44px;
  margin-bottom: 16px;
  color: #343a37;
  font-size: 14px;
}
.cj-filter-actions a { color: inherit; text-underline-offset: 4px; }
.cj-filter-actions [data-cj-filter-status] { flex-basis: 100%; order: 3; min-height: 42px; line-height: 21px; }
.cj-filter-actions button { padding: 8px 14px; background: #343a37; color: #fff; }
.cj-filter-actions [hidden] { display: none; }
.cj-tours-page [data-cj-filter-key]:focus-visible,
.cj-filter-actions button:focus-visible { outline: 2px solid #91601e; outline-offset: 4px; }
.cj-tours-page #popular-tours { overflow-anchor: none; }
.cj-tours-page #popular-tours[aria-busy="true"] { opacity: .65; }
.cj-tours-page #popular-tours { transition: opacity 200ms ease-out; }
@media (prefers-reduced-motion: reduce) {
  .cj-tours-page #popular-tours { transition: none; }
}
