/*
 * b2b.lease org — CSS custom property definitions
 * Loaded when org=b2blease; defines the same palette already used by
 * component templates so they render correctly in both org contexts.
 */
:root {
  --org-primary:          #4A9DBD;
  --org-primary-dark:     #3A8DAD;
  --org-primary-light:    #EFF8FB;
  --org-primary-gradient: linear-gradient(135deg, #4A9DBD 0%, #3A8DAD 100%);

  --org-shadow-sm: rgba(74, 157, 189, 0.15);
  --org-shadow:    rgba(74, 157, 189, 0.25);
  --org-shadow-md: rgba(74, 157, 189, 0.30);
  --org-shadow-lg: rgba(74, 157, 189, 0.40);

  --cart-primary:         #4A9DBD;
  --cart-primary-dark:    #3A8DAD;
}

/* Prevent layout shift when inner scroll container's scrollbar appears/disappears */
.overflow-auto {
  scrollbar-gutter: stable;
}

