/* ================================
   Careers Blog – aligned with Main Blog
   ================================ */

/* Page background stays site off-white */
html, body {
  background-color: #FBFAFA;
}

/* Outer content wrapper */
.blog_post__content {
  padding-top: 83px;
  max-width: 1096px;
  margin: 0 auto;
  padding-left: 30px;   /* desktop gutters (match main blog) */
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .blog_post__content {
    padding: 83px 18px 0;   /* mobile/tablet gutters (match main blog) */
  }
}

/* Titles */
.blog_post__blog_title {
  color: #8B0409;                  /* brand red accent */
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  max-width: 587px;
  width: 100%;
  border-bottom: 1px solid #D8D2D2; /* light gray divider */
}

.blog_post__title {
  text-align: center;
  margin-bottom: 86px;
  text-transform: uppercase;
  color: #0E3057;                  /* brand navy */
}

/* Body copy */
.blog_post__body {
  color: #0E3057;                  /* navy text */
  max-width: 700px;                /* comfortable reading line length */
  margin-left: auto;
  margin-right: auto;
}

/* (Keep) Hide auto-inserted first element if present */
.blog_post__body > :first-child {
  display: none;
}

/* Make inline images responsive by default */
.blog_post__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.2em auto;
}

/* Optional utility to allow specific sections/images to go edge-to-edge */
.u-full-bleed {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Related section */
.blog_post__related {
  padding-top: 100px;
}

/* Blog Index */
.blog_index__content {
  padding-top: 82px;
  color: #0E3057;                  /* ensure*