.page-resources-88bet-hiphop-sports-betting-advanced-strategies {
  --primary-color: #26A9E0;
  --secondary-color: #EA7C07;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --bg-light: #ffffff;
  --bg-dark: #26A9E0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--bg-light); /* Default body background is light */
}

/* HERO Section */
.page-resources-88bet-hiphop-sports-betting-advanced-strategies__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: var(--bg-dark);
  color: var(--text-color-light);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-color-light);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--text-color-light);
}

/* General Section Styles */
.page-resources-88bet-hiphop-sports-betting-advanced-strategies__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__light-bg {
  background-color: var(--bg-light);
  color: var(--text-color-dark);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__dark-bg {
  background-color: var(--bg-dark);
  color: var(--text-color-light);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--primary-color);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__heading--white {
  color: var(--text-color-light);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__sub-heading {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__sub-heading--white {
  color: var(--text-color-light);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__paragraph {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__paragraph--white {
  color: var(--text-color-light);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__highlight {
  font-weight: bold;
  color: var(--secondary-color);
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__dark-bg .page-resources-88bet-hiphop-sports-betting-advanced-strategies__highlight {
  color: #FFD700; /* Gold for highlight on dark background */
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__inline-link {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-88bet-hiphop-sports-betting-advanced-strategies__inline-link--white {
  color: var(--text-color-light);
}