/* SOLAWEEN Website Custom Overrides
 * Add your custom styles here. These will be loaded after the main bundle.
 * Use specific selectors and avoid !important unless necessary.
 */

/* Prevent automatic scrolling to chart section */
html {
  scroll-behavior: auto !important;
  scroll-restoration: manual;
}

body {
  scroll-behavior: auto !important;
}

/* Ensure chart section doesn't auto-focus or scroll into view */
#chart-container,
#chart-container iframe,
#chart-fallback {
  scroll-margin-top: 0 !important;
  scroll-snap-align: none !important;
}

/* Disable any potential scroll-into-view behavior */
#chart-container:focus,
#chart-container:focus-within {
  scroll-behavior: auto !important;
}
