/* style/resources-hi88-latest-promotions-2024.css */

/* General Page Styling */
.page-resources-hi88-latest-promotions-2024 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000; /* Ensure consistency with body background */
}

.page-resources-hi88-latest-promotions-2024__content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-hi88-latest-promotions-2024__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-hi88-latest-promotions-2024__dark-bg {
  background-color: #0d0d0d; /* Slightly lighter than pure black for sections */
  color: #ffffff;
}

.page-resources-hi88-latest-promotions-2024__light-bg {
  background-color: #1a1a1a; /* Dark gray for contrast with sections */
  color: #f0f0f0;
}

.page-resources-hi88-latest-promotions-2024__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for titles */
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}