/* style/betting-strategies-odds-understanding.css */
.page-betting-strategies-odds-understanding {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.page-betting-strategies-odds-understanding__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-strategies-odds-understanding__hero-section {
  background: linear-gradient(135deg, #003366 0%, #004080 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold text for contrast */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-strategies-odds-understanding__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-betting-strategies-odds-understanding__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff; /* White for description */
}

.page-betting-strategies-odds-understanding__hero-image {
  width: 80%;
  max-width: 900px;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-strategies-odds-understanding__section-title {
  font-size: 2.5em;
  color: #003366; /* Deep blue for section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}

.page-betting-strategies-odds-understanding__section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.page-betting-strategies-odds-understanding__sub-section-title {
  font-size: 1.8em;
  color: #003366; /* Deep blue for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding-left: 15px;
}

.page-betting-strategies-odds-understanding__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-betting-strategies-odds-understanding__section--light-bg {
  background-color: #f9f9f9;
}

.page-betting-strategies-odds-understanding__section--dark-bg {
  background-color: #003366; /* Deep blue background */
  color: #ffffff; /* White text for contrast */
}

.page-betting-strategies-odds-understanding__section--dark-bg .page-betting-strategies-odds-understanding__section-title {
  color: #FFD700; /* Gold title on dark background */
}

.page-betting-strategies-odds-understanding__section--dark-bg .page-betting-strategies-odds-understanding__section-title::after {
  background-color: #ffffff;
}

.page-betting-strategies-odds-understanding__text--light {
  color: #e0e0e0; /* Lighter white for readability on dark background */
}

.page-betting-strategies-odds-understanding__content-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 30px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-betting-strategies-odds-understanding__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-betting-strategies-odds-understanding__list li {
  margin-bottom: 10px;
}

.page-betting-strategies-odds-understanding__list--light {
  color: #ffffff;
}

.page-betting-strategies-odds-understanding__list--light li {
  color: #e0e0e0;
}

.page-betting-strategies-odds-understanding__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  text-align: center;
}

.page-betting-strategies-odds-understanding__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #003366; /* Deep blue text for contrast */
  border: 2px solid #FFD700;
}

.page-betting-strategies-odds-understanding__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-betting-strategies-odds-understanding__btn--secondary {
  background-color: transparent;
  color: #003366; /* Deep blue text */
  border: 2px solid #003366;
}

.page-betting-strategies-odds-understanding__btn--secondary:hover {
  background-color: #003366;
  color: #ffffff;
  transform: translateY(-3px);
}

.page-betting-strategies-odds-understanding__btn--accent {
  background-color: #CC0000; /* Red for emphasis */
  color: #ffffff;
  border: 2px solid #CC0000;
}

.page-betting-strategies-odds-understanding__btn--accent:hover {
  background-color: #a30000;
  transform: translateY(-3px);
}

.page-betting-strategies-odds-understanding__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-betting-strategies-odds-understanding__cta-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-betting-strategies-odds-understanding__faq {
  margin-top: 30px;
}

.page-betting-strategies-odds-understanding__faq-item {
  background-color: #004080; /* Slightly lighter blue for FAQ items */
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-betting-strategies-odds-understanding__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 10px;
}

.page-betting-strategies-odds-understanding__faq-answer {
  color: #e0e0e0; /* Lighter white for FAQ answers */
}

.page-betting-strategies-odds-understanding__link--inline {
  color: #FFD700; /* Gold for inline links on dark background */
  text-decoration: underline;
}

.page-betting-strategies-odds-understanding__link--inline:hover {
  color: #ffffff;
}

.page-betting-strategies-odds-understanding__conclusion-section {
  padding: 80px 0;
  text-align: center;
  background-color: #f0f0f0;
  color: #333;
}

.page-betting-strategies-odds-understanding__conclusion-section .page-betting-strategies-odds-understanding__section-title {
  color: #003366;
}

.page-betting-strategies-odds-understanding__conclusion-section p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-strategies-odds-understanding__hero-title {
    font-size: 2.8em;
  }

  .page-betting-strategies-odds-understanding__section-title {
    font-size: 2em;
  }

  .page-betting-strategies-odds-understanding__sub-section-title {
    font-size: 1.5em;
  }

  .page-betting-strategies-odds-understanding__hero-image {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .page-betting-strategies-odds-understanding__hero-title {
    font-size: 2.2em;
  }

  .page-betting-strategies-odds-understanding__hero-description {
    font-size: 1.1em;
  }

  .page-betting-strategies-odds-understanding__section-title {
    font-size: 1.8em;
  }

  .page-betting-strategies-odds-understanding__sub-section-title {
    font-size: 1.3em;
  }

  .page-betting-strategies-odds-understanding__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-strategies-odds-understanding__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-betting-strategies-odds-understanding__hero-section,
  .page-betting-strategies-odds-understanding__content-section,
  .page-betting-strategies-odds-understanding__conclusion-section {
    padding: 50px 0;
  }

  .page-betting-strategies-odds-understanding__faq-question {
    font-size: 1.2em;
  }
}

@media (max-width: 576px) {
  .page-betting-strategies-odds-understanding__hero-title {
    font-size: 1.8em;
  }

  .page-betting-strategies-odds-understanding__hero-description {
    font-size: 1em;
  }

  .page-betting-strategies-odds-understanding__section-title {
    font-size: 1.5em;
  }

  .page-betting-strategies-odds-understanding__sub-section-title {
    font-size: 1.1em;
  }

  .page-betting-strategies-odds-understanding__btn {
    display: block;
    width: 90%;
    margin: 10px auto;
  }

  .page-betting-strategies-odds-understanding__hero-image {
    width: 100%;
  }

  .page-betting-strategies-odds-understanding__list {
    margin-left: 15px;
  }

  .page-betting-strategies-odds-understanding__faq-item {
    padding: 15px;
  }
}