.page-resources-mm99-latest-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for text on dark background */
  background-color: #0A1931; /* Main dark blue background */
}

.page-resources-mm99-latest-promotions__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-mm99-latest-promotions__hero {
  background: linear-gradient(135deg, #0A1931 0%, #1a3a6b 100%); /* Dark blue gradient */
  padding: 80px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-resources-mm99-latest-promotions__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-mm99-latest-promotions__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
}

.page-resources-mm99-latest-promotions__subtitle {
  font-size: 1.2em;
  color: #C0C0C0; /* Lighter grey for subtitle */
  margin-bottom: 30px;
}

.page-resources-mm99-latest-promotions__content-section {
  padding: 60px 0;
}

.page-resources-mm99-latest-promotions__article-content {
  background-color: #1a2a4b; /* Slightly lighter dark blue for article background */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-mm99-latest-promotions__heading {
  font-size: 2em;
  color: #FFD700; /* Gold for section headings */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-mm99-latest-promotions__sub-heading {
  font-size: 1.5em;
  color: #FFD700; /* Gold for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-mm99-latest-promotions p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-resources-mm99-latest-promotions ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-mm99-latest-promotions ul li {
  margin-bottom: 8px;
}

.page-resources-mm99-latest-promotions__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-mm99-latest-promotions__button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A1931; /* Dark blue text on gold button */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  margin-right: 15px;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-mm99-latest-promotions__button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-mm99-latest-promotions__button--primary {
  background-color: #FFD700;
  color: #0A1931;
}

.page-resources-mm99-latest-promotions__button--primary:hover {
  background-color: #e6c200;
}

.page-resources-mm99-latest-promotions__button--secondary {
  background-color: #0A1931;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-mm99-latest-promotions__button--secondary:hover {
  background-color: #1a3a6b;
  color: #FFD700;
}

.page-resources-mm99-latest-promotions__button--download {
  background-color: #28a745; /* Green for download */
  color: #FFFFFF;
}

.page-resources-mm99-latest-promotions__button--download:hover {
  background-color: #218838;
}

.page-resources-mm99-latest-promotions__button--large {
  font-size: 1.2em;
  padding: 15px 30px;
}

.page-resources-mm99-latest-promotions__faq-item {
  background-color: #0A1931;
  border: 1px solid #1a3a6b;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-mm99-latest-promotions__faq-question {
  font-size: 1.2em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-mm99-latest-promotions__faq-answer {
  color: #C0C0C0;
}

.page-resources-mm99-latest-promotions__back-to-resources {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed #1a3a6b;
}

.page-resources-mm99-latest-promotions__back-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-mm99-latest-promotions__back-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-mm99-latest-promotions__title {
    font-size: 2.2em;
  }

  .page-resources-mm99-latest-promotions__subtitle {
    font-size: 1em;
  }

  .page-resources-mm99-latest-promotions__heading {
    font-size: 1.8em;
  }

  .page-resources-mm99-latest-promotions__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-mm99-latest-promotions__article-content {
    padding: 20px;
  }

  .page-resources-mm99-latest-promotions__button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-mm99-latest-promotions__title {
    font-size: 1.8em;
  }

  .page-resources-mm99-latest-promotions__hero {
    padding: 50px 0;
  }

  .page-resources-mm99-latest-promotions__heading {
    font-size: 1.5em;
  }

  .page-resources-mm99-latest-promotions p, .page-resources-mm99-latest-promotions ul li {
    font-size: 0.95em;
  }
}