/* style/resources-sports-betting-strategy.css */
.page-resources-sports-betting-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text is light */
}

.page-resources-sports-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-sports-betting-strategy__hero-section {
  position: relative;
  background-color: #017439; /* Brand primary color */
  padding: 100px 0;
  text-align: center;
  padding-top: var(--header-offset, 120px);
}

.page-resources-sports-betting-strategy__hero-title {
  font-size: 3.2em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-sports-betting-strategy__hero-description {
  font-size: 1.2em;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-sports-betting-strategy__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-sports-betting-strategy__btn-register,
.page-resources-sports-betting-strategy__btn-login {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
}

.page-resources-sports-betting-strategy__btn-register {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-resources-sports-betting-strategy__btn-register:hover {
  background-color: #e00b0b;
  transform: translateY(-3px);
}

.page-resources-sports-betting-strategy__btn-login {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-resources-sports-betting-strategy__btn-login:hover {
  background-color: #e00b0b;
  transform: translateY(-3px);
}

/* Video Section */
.page-resources-sports-betting-strategy__video-section {
  background-color: #1a1a2e; /* Dark background from body */
  padding: 60px 0;
  text-align: center;
}

.page-resources-sports-betting-strategy__section-title {
  font-size: 2.5em;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-resources-sports-betting-strategy__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-sports-betting-strategy__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto;
  border-radius: 10px;
}

.page-resources-sports-betting-strategy__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

/* Content Area */
.page-resources-sports-betting-strategy__content-area {
  background-color: #ffffff; /* Light background for main content */
  color: #333333;
  padding: 60px 0;
}

.page-resources-sports-betting-strategy__heading-2 {
  font-size: 2em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #017439;
  padding-bottom: 10px;
}

.page-resources-sports-betting-strategy__heading-3 {
  font-size: 1.5em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-sports-betting-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-sports-betting-strategy__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-sports-betting-strategy__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-sports-betting-strategy__sub-list {
  list-style: circle inside;
  padding-left: 30px;
  margin-top: 10px;
}

.page-resources-sports-betting-strategy__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-resources-sports-betting-strategy__faq-container {
  margin-top: 40px;
}

.page-resources-sports-betting-strategy__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-sports-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #ffffff;
  color: #017439;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-sports-betting-strategy__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-sports-betting-strategy__faq-title {
  margin: 0;
  color: #017439;
}

.page-resources-sports-betting-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439;
}

.page-resources-sports-betting-strategy__faq-item.active .page-resources-sports-betting-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-sports-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f9f9f9;
  color: #333333;
}

.page-resources-sports-betting-strategy__faq-item.active .page-resources-sports-betting-strategy__faq-answer {
  max-height: 1000px !important;
  padding: 20px;
}

.page-resources-sports-betting-strategy__cta-buttons-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.page-resources-sports-betting-strategy__btn-download,
.page-resources-sports-betting-strategy__btn-contact {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
}

.page-resources-sports-betting-strategy__btn-download {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-sports-betting-strategy__btn-download:hover {
  background-color: #005a2e;
  transform: translateY(-3px);
}

.page-resources-sports-betting-strategy__btn-contact {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-sports-betting-strategy__btn-contact:hover {
  background-color: #e0e0e0;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-sports-betting-strategy__hero-title {
    font-size: 2.8em;
  }

  .page-resources-sports-betting-strategy__section-title {
    font-size: 2em;
  }

  .page-resources-sports-betting-strategy__heading-2 {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-sports-betting-strategy {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-resources-sports-betting-strategy__hero-section {
    padding: 80px 0;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-sports-betting-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-resources-sports-betting-strategy__hero-description {
    font-size: 1em;
  }

  .page-resources-sports-betting-strategy__hero-cta-buttons,
  .page-resources-sports-betting-strategy__cta-buttons-bottom {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-sports-betting-strategy__btn-register,
  .page-resources-sports-betting-strategy__btn-login,
  .page-resources-sports-betting-strategy__btn-download,
  .page-resources-sports-betting-strategy__btn-contact,
  .page-resources-sports-betting-strategy a[class*="button"],
  .page-resources-sports-betting-strategy a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-sports-betting-strategy__video-section {
    padding: 40px 0;
  }

  .page-resources-sports-betting-strategy__section-title {
    font-size: 1.8em;
  }

  .page-resources-sports-betting-strategy__section-description {
    font-size: 0.95em;
  }

  .page-resources-sports-betting-strategy__video-wrapper {
    padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-sports-betting-strategy__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-sports-betting-strategy__content-area {
    padding: 40px 0;
  }

  .page-resources-sports-betting-strategy__heading-2 {
    font-size: 1.5em;
  }

  .page-resources-sports-betting-strategy__heading-3 {
    font-size: 1.2em;
  }

  .page-resources-sports-betting-strategy__paragraph,
  .page-resources-sports-betting-strategy__list-item {
    font-size: 1em;
  }

  .page-resources-sports-betting-strategy__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-sports-betting-strategy__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-sports-betting-strategy__faq-answer {
    padding: 15px;
  }

  /* Ensure all image containers are constrained */
  .page-resources-sports-betting-strategy__section,
  .page-resources-sports-betting-strategy__card,
  .page-resources-sports-betting-strategy__container,
  .page-resources-sports-betting-strategy__video-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Ensure no horizontal scroll */
  }
}

@media (max-width: 480px) {
  .page-resources-sports-betting-strategy__hero-title {
    font-size: 1.8em;
  }

  .page-resources-sports-betting-strategy__section-title {
    font-size: 1.5em;
  }
}

/* Dark background for sections where needed, ensuring light text */
.page-resources-sports-betting-strategy__dark-bg {
  background-color: #1a1a2e; /* From body background */
  color: #ffffff;
}

.page-resources-sports-betting-strategy__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Ensure content text is readable on light background */
.page-resources-sports-betting-strategy__content-area p,
.page-resources-sports-betting-strategy__content-area li {
  color: #333333;
}

.page-resources-sports-betting-strategy__faq-answer p {
  color: #333333;
}

/* Image styles restriction: no filter */
.page-resources-sports-betting-strategy img {
  filter: none; /* Explicitly disable any filters */
}

/* Content area image minimum size constraint */
.page-resources-sports-betting-strategy__content-area img {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-resources-sports-betting-strategy__content-area img {
    width: 100% !important;
    height: auto !important;
    min-width: unset !important; /* Allow smaller display on mobile if auto */
    min-height: unset !important;
  }
  /* Specific rule to ensure content images are not too small if they are not 100% width */
  .page-resources-sports-betting-strategy__image-content {
    width: 100% !important; /* Force content images to 100% width on mobile */
    height: auto !important;
  }
}