.page-resources-sports-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: var(--background-color, #FFFFFF);
}

.page-resources-sports-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px);
  background-color: #f8f8f8;
  overflow: hidden;
}

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

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

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

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

.page-resources-sports-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

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

.page-resources-sports-betting-tips__btn-primary,
.page-resources-sports-betting-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

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

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

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

.page-resources-sports-betting-tips__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87c2;
  border-color: #1e87c2;
}

.page-resources-sports-betting-tips__section {
  padding: 60px 20px;
  background-color: #FFFFFF;
}

.page-resources-sports-betting-tips__section:nth-of-type(odd) {
  background-color: #f2faff;
}

.page-resources-sports-betting-tips__dark-section {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-sports-betting-tips__dark-section .page-resources-sports-betting-tips__section-title,
.page-resources-sports-betting-tips__dark-section .page-resources-sports-betting-tips__text-block,
.page-resources-sports-betting-tips__dark-section .page-resources-sports-betting-tips__list-item {
  color: #FFFFFF;
}

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

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

.page-resources-sports-betting-tips__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-sports-betting-tips__dark-section .page-resources-sports-betting-tips__section-title::after {
  background-color: #FFFFFF;
}

.page-resources-sports-betting-tips__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

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

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

.page-resources-sports-betting-tips__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-sports-betting-tips__list-item {
  background-color: rgba(38, 169, 224, 0.1);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #26A9E0;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-sports-betting-tips__dark-section .page-resources-sports-betting-tips__list-item {
  background-color: rgba(255, 255, 255, 0.15);
  border-left-color: #FFFFFF;
  color: #FFFFFF;
}

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

.page-resources-sports-betting-tips__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

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

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

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

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

.page-resources-sports-betting-tips__faq-item.active .page-resources-sports-betting-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 25px 25px;
}

.page-resources-sports-betting-tips__faq-answer p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
}

.page-resources-sports-betting-tips__cta-final {
  text-align: center;
  padding: 80px 20px;
}

.page-resources-sports-betting-tips__cta-content {
  max-width: 900px;
}

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

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

@media (max-width: 768px) {
  .page-resources-sports-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-resources-sports-betting-tips__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important;
  }

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

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

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

  .page-resources-sports-betting-tips__btn-primary,
  .page-resources-sports-betting-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-sports-betting-tips__section {
    padding: 40px 15px;
  }

  .page-resources-sports-betting-tips__container {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

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

  .page-resources-sports-betting-tips__text-block {
    font-size: 1em;
  }

  .page-resources-sports-betting-tips__list-item {
    padding: 12px 15px;
    font-size: 0.95em;
  }

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

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

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

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

  .page-resources-sports-betting-tips__video-section,
  .page-resources-sports-betting-tips__video-container,
  .page-resources-sports-betting-tips__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

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

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