/* Hide Ghost's original CTA, but keep our own */
.gh-post-upgrade-cta,
.gh-post-upgrade-cta-content:not(.ow-upgrade-cta) {
  display: none !important;
}

/* Our Swedish CTA (inside the same narrow canvas as the post) */
.gh-content .ow-upgrade-cta {
  background: #FF1A75;
  color: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  margin: 24px 0;
}
.gh-content .ow-upgrade-cta h2 {
  margin: 0 0 16px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}
.gh-content .ow-upgrade-cta .gh-btn {
  display: inline-block;
  background: #fff;
  color: #FF1A75 !important;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
}
.gh-content .ow-upgrade-cta p { margin: 12px 0 0; }
.gh-content .ow-upgrade-cta small { color: #fff; }
.gh-content .ow-upgrade-cta a.gh-portal-close {
  color: #fff;
  text-decoration: underline;
}

