.datastream-modal .show-post-modal {
  position: relative;
  overflow: hidden;
}

.blog-popup-modal {
  display: none;
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  z-index: 20;
}

.datastream-modal .show-post-modal .blog-popup-modal {
  display: block !important;
}

.datastream-modal .show-post-modal::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 17, 23, 0.85);
  z-index: 15;
}
