/* style/promotions-weekly-rewards.css */
.page-promotions-weekly-rewards {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default background */
}

.page-promotions-weekly-rewards__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-promotions-weekly-rewards__section {
  padding: 60px 0;
}

.page-promotions-weekly-rewards__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-promotions-weekly-rewards__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-promotions-weekly-rewards__section-title {
  font-size: 2.5em;
  color: inherit;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions-weekly-rewards__text-block {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

/* Hero Section */
.page-promotions-weekly-rewards__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  text-align: left;
  padding: 80px 0;
}

.page-promotions-weekly-rewards__hero-content {
  flex: 1;
  max-width: 600px;
  padding-right: 40px;
}

.page-promotions-weekly-rewards__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}
}
}