html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

/* Search bar focus ring */
.search-bar:focus-within {
  border-color: #0891b2;
  box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}
