/* style/blog-123b-promotions-analysis.css */

/* Body background is dark from shared.css, so main text color should be light */
.page-blog-123b-promotions-analysis {
  background-color: #08160F; /* Background color from custom palette */
  color: #F2FFF6; /* Text Main color from custom palette */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-123b-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #08160F; /* Ensure hero section background matches body */
}

.page-blog-123b-promotions-analysis__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}