.page-resources-sports-betting-tips__hero {
  background: linear-gradient(135deg, #0A2463, #FFD700);
  padding: 80px 0;
  color: #FFFFFF;
  text-align: center;
}

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

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

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

.page-resources-sports-betting-tips__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  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;
}

.page-resources-sports-betting-tips__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-sports-betting-tips__content-wrapper {
  padding: 40px 0;
  background-color: #f8f8f8;
}

.page-resources-sports-betting-tips__article-content {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  line-height: 1.7;
  font-size: 1.05em;
  color: #333333;
}

.page-resources-sports-betting-tips__section-title {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-sports-betting-tips__subsection-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-sports-betting-tips__article-content p {
  margin-bottom: 1em;
}

.page-resources-sports-betting-tips__article-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-sports-betting-tips__article-content ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-sports-betting-tips__article-content li {
  margin-bottom: 0.5em;
}

.page-resources-sports-betting-tips__blockquote {
  background-color: #f0f8ff;
  border-left: 5px solid #0A2463;
  padding: 15px 20px;
  margin: 20px 0;
  font-style: italic;
  color: #555555;
}

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

.page-resources-sports-betting-tips__link {
  color: #0A2463;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-sports-betting-tips__link:hover {
  color: #FFD700;
}

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

.page-resources-sports-betting-tips__button {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  min-width: 180px;
  text-align: center;
}

.page-resources-sports-betting-tips__button--primary {
  background-color: #0A2463;
  color: #FFFFFF;
  border: 2px solid #0A2463;
}

.page-resources-sports-betting-tips__button--primary:hover {
  background-color: #FFD700;
  color: #0A2463;
  border-color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-sports-betting-tips__button--secondary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-resources-sports-betting-tips__button--secondary:hover {
  background-color: #0A2463;
  color: #FFFFFF;
  border-color: #0A2463;
  transform: translateY(-2px);
}

.page-resources-sports-betting-tips__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-sports-betting-tips__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-sports-betting-tips__faq-answer {
  color: #444444;
}

.page-resources-sports-betting-tips__return-link-container {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-sports-betting-tips__return-link {
  font-size: 1.1em;
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-sports-betting-tips__return-link:hover {
  color: #FFD700;
}

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

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

  .page-resources-sports-betting-tips__article-content {
    padding: 20px;
  }

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

  .page-resources-sports-betting-tips__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-sports-betting-tips__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-sports-betting-tips__button {
    width: 90%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-resources-sports-betting-tips__hero {
    padding: 60px 0;
  }

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

  .page-resources-sports-betting-tips__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-sports-betting-tips__article-content {
    padding: 15px;
  }

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