/* =========================
   MSCGLEU Things (Citypress)
   Increase specificity so theme doesn't override.
   ========================= */

/* ----- Caption wrapper width aligned to Citypress container ----- */
body.single-post div.mscgleu-caption-wrap {
  width: 100%;
  margin: 0.75rem auto 1.25rem;
}

@media (min-width: 768px) {
  body.single-post div.mscgleu-caption-wrap { max-width: 720px; }
}
@media (min-width: 992px) {
  body.single-post div.mscgleu-caption-wrap { max-width: 940px; }
}
@media (min-width: 1200px) {
  body.single-post div.mscgleu-caption-wrap { max-width: 1140px; }
}

/* Magazine-style caption: black 1px rule */
body.single-post div.mscgleu-caption-wrap .mscgleu-featured-caption {
  border-top: 1px solid #000 !important;
  padding-top: 0.5rem !important;

  color: #111 !important;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* ----- Excerpt "deck" as a big H2 ----- */
body.single-post h2.mscgleu-excerpt-deck {
  margin: 0.5rem 0 1rem !important;
  color: #000 !important;

  font-weight: 600;
  line-height: 1.15;

  /* a bit smaller */
  font-size: 2.1rem !important;
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  body.single-post h2.mscgleu-excerpt-deck {
    font-size: 1.65rem !important;
    line-height: 1.2;
  }
}