/* Local OpenProject cleanup layer.
   Keeps the interface focused on project work and removes subscription upsell surfaces. */

.op-enterprise-banner-container,
.op-enterprise-banner,
[data-test-selector="op-enterprise-banner"],
#op-enterprise-banner-teaser,
[id^="op-enterprise-banner-"],
[id*="enterprise-trial"],
.widget-box--upsell-block,
.widget-box--blocks--upsell-container,
.widget-box--blocks--upsell-image,
.widget-box--blocks--upsell-text,
.widget-box--blocks--upsell-description,
.upsell-colored,
.upsell-colored-text,
.upsell-colored-background,
a[href*="enterprise_features"],
a[href*="enterprise_trial"],
a[href*="enterprise-token"],
a[href*="enterprise_tokens"],
a[href*="/admin/enterprise"],
a[href*="/ee/"],
a[href*="enterprise_upgrade"] {
  display: none !important;
}

.infounsa-new-project-link {
  align-items: center;
  background: #7a0f2f;
  border: 1px solid #9f1239;
  border-radius: 6px;
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 700;
  gap: 0.35rem;
  line-height: 1;
  margin-left: 0.5rem;
  min-height: 32px;
  padding: 0 0.75rem;
  text-decoration: none !important;
  transition: background 160ms ease, box-shadow 160ms ease;
}

.infounsa-new-project-link:hover,
.infounsa-new-project-link:focus {
  background: #9f1239;
  box-shadow: 0 8px 18px rgba(122, 15, 47, 0.30);
  color: #ffffff !important;
}
