/*
 * Hides elements on single posts in the 'opportunities' category.
 * Loaded by the Opportunity Posts Tweaker plugin.
 */

/* Hide author and date post meta */
.et_post_meta_wrapper h1.entry-title + p.post-meta {
  display: none !important;
}

/* Hide related articles section */
/* The #dipi-related-article-box selector is for a 3rd-party plugin like "Divi Powerful Related Posts" */
#dipi-related-article-box,
div.et_post_meta_wrapper > div#dipi-related-article-box {
  display: none !important;
}