/* style/resources-aa88-latest-promotions.css */
.page-resources-aa88-latest-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* body background is #000 from shared.css */
}

.page-resources-aa88-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-aa88-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 100px 20px;
  padding-top: calc(var(--header-offset, 120px) + 60px); /* Account for fixed header and add extra space */
  min-height: 700px;
  overflow: hidden;
  background-color: #000; /* Ensure hero section has a dark background */
}