/* Smooth transitions for theme toggle */
body {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Search bar refinements */
.aa-DetachedSearchButton {
  border-radius: 8px !important;
}
