/* W672: BuddyBoss owns the visible website shell. Site Experience keeps only access and route safeguards. */
:root {
  --climb-layout-forest: #1f5d31;
  --climb-layout-pine: #307442;
  --climb-layout-beige: #f5f5dc;
  --climb-layout-gold: #ffc857;
}

/* Guarded future seller links stay hidden even when a provider injects them late. */
body.climb-marketplace-guarded [data-climb-vendor-link],
body.climb-marketplace-guarded .climb-guarded-vendor-link,
body.climb-marketplace-guarded a[href*="vendor-dashboard"],
body.climb-marketplace-guarded a[href*="seller-dashboard"],
body.climb-marketplace-guarded a[href*="dokan-dashboard"],
body.climb-marketplace-guarded a[href*="store-manager"] {
  display: none !important;
}

.climb-marketplace-notice {
  position: relative;
  z-index: 100;
  max-width: 1180px;
  margin: 14px auto;
  padding: 14px 18px;
  border: 1px solid rgba(31, 93, 49, .24);
  border-left: 5px solid var(--climb-layout-forest);
  border-radius: 12px;
  background: var(--climb-layout-beige);
  color: #183f25;
  font: 400 15px/1.55 Lato, Arial, sans-serif;
}

/* Site Experience content should use the full width made available by Elementor Full Width. */
body.climb-buddyboss-layout .climb-page-shell,
body.climb-buddyboss-layout .climb-complete-site__main,
body.climb-buddyboss-layout [data-climb-canonical-surface] {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .climb-marketplace-notice { transition: none !important; }
}
