.page-resources-k8ccc-sports-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-k8ccc-sports-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  min-height: 500px;
  text-align: center;
  background-color: #26A9E0;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-k8ccc-sports-betting-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-k8ccc-sports-betting-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-k8ccc-sports-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-k8ccc-sports-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-k8ccc-sports-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-resources-k8ccc-sports-betting-tips__content-section {
  padding: 60px 0;
  background-color: #f0f0f0; /* Light background for main content */
  color: #333333;
}

.page-resources-k8ccc-sports-betting-tips__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-k8ccc-sports-betting-tips__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-k8ccc-sports-betting-tips__sub-section-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-k8ccc-sports-betting-tips__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-k8ccc-sports-betting-tips__highlight {
  color: #EA7C07; /* Highlight color for keywords */
  font-weight: bold;
}

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

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

.page-resources-k8ccc-sports-betting-tips__image-container {
  text-align: center;
  margin: 40px 0;
}

.page-resources-k8ccc-sports-betting-tips__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-k8ccc-sports-betting-tips__btn-primary,
.page-resources-k8ccc-sports-betting-tips__btn-secondary {
  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, color 0.3s ease, border-color 0.3s ease;
  margin: 10px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-k8ccc-sports-betting-tips__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-k8ccc-sports-betting-tips__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-resources-k8ccc-sports-betting-tips__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-k8ccc-sports-betting-tips__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-k8ccc-sports-betting-tips__faq-list {
  margin-top: 40px;
}

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

.page-resources-k8ccc-sports-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15em;
  color: #333333;
  transition: background-color 0.3s ease;
}

.page-resources-k8ccc-sports-betting-tips__faq-question:hover {
  background-color: #e6e6e6;
}

.page-resources-k8ccc-sports-betting-tips__faq-title {
  margin: 0;
  font-size: 1em; /* Adjust to fit parent font size */
  color: #333333;
}

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

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

.page-resources-k8ccc-sports-betting-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-k8ccc-sports-betting-tips__faq-item.active .page-resources-k8ccc-sports-betting-tips__faq-answer {
  max-height: 1000px !important; /* Sufficient height for content */
  padding: 15px 25px;
}

.page-resources-k8ccc-sports-betting-tips__faq-answer p {
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-k8ccc-sports-betting-tips__cta-section {
  background-color: #26A9E0; /* Brand color for CTA section */
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-k8ccc-sports-betting-tips__cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

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

.page-resources-k8ccc-sports-betting-tips__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

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

.page-resources-k8ccc-sports-betting-tips__cta-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-k8ccc-sports-betting-tips__cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-resources-k8ccc-sports-betting-tips__hero-section {
    padding: 60px 15px;
    min-height: 400px;
  }

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

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

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

  .page-resources-k8ccc-sports-betting-tips__container {
    padding: 0 15px;
  }

  .page-resources-k8ccc-sports-betting-tips__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-resources-k8ccc-sports-betting-tips__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-k8ccc-sports-betting-tips__paragraph,
  .page-resources-k8ccc-sports-betting-tips__list-item {
    font-size: 1em;
  }

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

  .page-resources-k8ccc-sports-betting-tips__image-container,
  .page-resources-k8ccc-sports-betting-tips__cta-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-k8ccc-sports-betting-tips__btn-primary,
  .page-resources-k8ccc-sports-betting-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
  }

  .page-resources-k8ccc-sports-betting-tips__cta-section {
    padding: 60px 15px;
  }

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

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

  .page-resources-k8ccc-sports-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-k8ccc-sports-betting-tips__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-resources-k8ccc-sports-betting-tips__faq-answer {
    padding: 0 20px;
  }

  .page-resources-k8ccc-sports-betting-tips__faq-item.active .page-resources-k8ccc-sports-betting-tips__faq-answer {
    padding: 15px 20px;
  }
}