n-ts,
div[data-nexus-type="n-ts"] {
  position: relative;
  display: none;
}

n-ts[status="rendered"],
div[data-nexus-type="n-ts"][status="rendered"] {
  display: inline;
}

n-cta:not([status="rendered"]):not([status="no-content"]),
n-cta-list:not([status="rendered"]):not([status="no-content"]),
n-geo:not([status="rendered"]):not([status="no-content"]),
div[data-nexus-type="n-cta"]:not([status="rendered"]):not([status="no-content"]),
div[data-nexus-type="n-cta-list"]:not([status="rendered"]):not([status="no-content"]),
div[data-nexus-type="n-geo"]:not([status="rendered"]):not([status="no-content"]) {
  display: block;
  min-height: 170px;
}
