/* style/resources-soso66-popular-games-betting-tips.css */

/* Variables */
:root {
  --page-primary-color: #26A9E0;
  --page-secondary-color: #FFFFFF;
  --page-text-color-dark: #333333;
  --page-text-color-light: #ffffff;
  --page-background-dark: #121212; /* From shared.css body background */
  --page-background-light: #f8f8f8;
  --page-button-login-color: #EA7C07;
}

/* Base styles for the page content */
.page-resources-soso66-popular-games-betting-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-text-color-light); /* Light text on dark body background */
  background-color: var(--page-background-dark); /* Ensure consistency if main has its own background */
}

.page-resources-soso66-popular-games-betting-tips__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-soso66-popular-games-betting-tips__dark-bg {
  background-color: var(--page-background-dark);
  color: var(--page-text-color-light);
}

.page-resources-soso66-popular-games-betting-tips__light-bg {
  background-color: var(--page-background-light);
  color: var(--page-text-color-dark);
}

.page-resources-soso66-popular-games-betting-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-soso66-popular-games-betting-tips__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  position: relative;
  overflow: hidden;
  background-color: var(--page-primary-color);
  color: var(--page-secondary-color);
}

.page-resources-soso66-popular-games-betting-tips__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-soso66-popular-games-betting-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--page-secondary-color);
}

.page-resources-soso66-popular-games-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--page-secondary-color);
}

.page-resources-soso66-popular-games-betting-tips__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-soso66-popular-games-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-soso66-popular-games-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* General Typography */
.page-resources-soso66-popular-games-betting-tips__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: inherit; /* Inherit from section background */
}

.page-resources-soso66-popular-games-betting-tips__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit; /* Inherit from section background */
}