/* style/promotions-new-user-bonus.css */
:root {
  --f88-primary-color: #11A84E;
  --f88-secondary-color: #22C768;
  --f88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --f88-card-bg: #11271B;
  --f88-bg-color: #08160F;
  --f88-text-main: #F2FFF6;
  --f88-text-secondary: #A7D9B8;
  --f88-border-color: #2E7A4E;
  --f88-glow-color: #57E38D;
  --f88-gold-color: #F2C14E;
  --f88-divider-color: #1E3A2A;
  --f88-deep-green: #0A4B2C;
}

/* Base styles for the page content */
.page-promotions-new-user-bonus {
  background-color: var(--f88-bg-color);
  color: var(--f88-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px;
}

/* General container for content sections */
.page-promotions-new-user-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Section Titles */
.page-promotions-new-user-bonus__section-title {
  color: var(--f88-text-main);
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}}