/* Blog post pop-up top padding */
.t-feed__post-popup__container {
  padding-top: 145px !important;
}

@media (max-width: 768px) {
  .t-feed__post-popup__container {
    padding-top: 130px !important;
  }
}

/* Round images in the 'See Also' section inside the blog post pop-up */
.t-popup .t-feed__related img {
  border-radius: 10px !important;
}
