/* Blog post hero - temporary background image (same size as careers hero) */

.blog-hero {
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    135deg,
    rgba(26, 43, 94, 0.88) 0%,
    rgba(19, 29, 66, 0.75) 50%,
    rgba(26, 43, 94, 0.8) 100%
  ), url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1920');
  background-size: cover;
  background-position: center;
}

.blog-hero .hero-content {
  text-align: center;
}

.blog-hero .hero-title,
.blog-hero .hero-description {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
