@import 'Website_AIRxPrice.Client.bundle.scp.css';

/* _content/Website_AIRxPrice/Components/Pages/AISearch.razor.rz.scp.css */
/* Sticky Start New Search button styles for AISearch */

.ai-start-button-wrap[b-8g57ebjb34] {
  position: sticky;
  top: 0; /* stick to very top as content scrolls */
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 10; /* above content but below overlays */
}

.ai-start-button[b-8g57ebjb34] {
  /* ensure visibility and tap target */
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
/* _content/Website_AIRxPrice/Components/Pages/BasicSearch.razor.rz.scp.css */
/* Disabled button styling removed per request. Button click is now prevented via component logic instead of CSS/disabled attribute. */
