.page-resources-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-sports-betting-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-sports-betting-guide__dark-bg {
  background-color: #000080;
  color: #ffffff;
}

.page-resources-sports-betting-guide__dark-bg .page-resources-sports-betting-guide__section-title,
.page-resources-sports-betting-guide__dark-bg .page-resources-sports-betting-guide__subsection-title {
  color: #FFD700;
}

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

.page-resources-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-resources-sports-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-sports-betting-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 128, 0.7); /* #000080 with opacity */
  z-index: 2;
}

.page-resources-sports-betting-guide__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
}

.page-resources-sports-betting-guide__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sports-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

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

.page-resources-sports-betting-guide__section-title {
  font-size: 2.5em;
  color: #000080;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sports-betting-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-sports-betting-guide__subsection-title {
  font-size: 1.8em;
  color: #000080;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-sports-betting-guide__dark-bg .page-resources-sports-betting-guide__subsection-title {
  color: #FFD700;
}

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

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

.page-resources-sports-betting-guide__list li,
.page-resources-sports-betting-guide__ordered-list li {
  margin-bottom: 10px;
}

.page-resources-sports-betting-guide__btn-primary,
.page-resources-sports-betting-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}

.page-resources-sports-betting-guide__btn-primary {
  background-color: #FFD700;
  color: #000080;
  border: 2px solid #FFD700;
}

.page-resources-sports-betting-guide__btn-primary:hover {
  background-color: #e6c200;
  color: #000050;
  border-color: #e6c200;
}

.page-resources-sports-betting-guide__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-sports-betting-guide__btn-secondary:hover {
  background-color: #FFD700;
  color: #000080;
}

.page-resources-sports-betting-guide__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  display: block;
}

.page-resources-sports-betting-guide__image-center {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-resources-sports-betting-guide__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 30px 0;
  border-radius: 8px;
  background-color: #000080;
  box-sizing: border-box;
}

.page-resources-sports-betting-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-resources-sports-betting-guide__sport-card {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-resources-sports-betting-guide__sport-card:hover {
  transform: translateY(-5px);
}

.page-resources-sports-betting-guide__sport-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-resources-sports-betting-guide__sport-title {
  font-size: 1.5em;
  color: #000080;
  margin-bottom: 10px;
}

.page-resources-sports-betting-guide__sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-sports-betting-guide__faq-list {
  margin-top: 30px;
}

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

.page-resources-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f0f0f0;
  font-weight: bold;
  color: #000080;
  transition: background-color 0.3s ease;
}

.page-resources-sports-betting-guide__faq-question:hover {
  background-color: #e0e0e0;
}

.page-resources-sports-betting-guide__faq-question h3 {
  margin: 0;
  font-size: 1.1em;
  color: #000080;
}

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

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

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

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

.page-resources-sports-betting-guide__faq-answer p {
  margin-bottom: 0;
}

.page-resources-sports-betting-guide__cta-section {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;
  box-sizing: border-box;
  color: #ffffff;
}

.page-resources-sports-betting-guide__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-sports-betting-guide__cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(0, 0, 128, 0.8); /* #000080 with opacity */
  padding: 40px;
  border-radius: 12px;
}

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

@media (max-width: 768px) {
  .page-resources-sports-betting-guide__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-sports-betting-guide__main-title {
    font-size: 2.2em;
  }
  .page-resources-sports-betting-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-sports-betting-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-sports-betting-guide__btn-primary,
  .page-resources-sports-betting-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-resources-sports-betting-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-sports-betting-guide__subsection-title {
    font-size: 1.3em;
  }
  .page-resources-sports-betting-guide__content-area {
    padding: 20px 15px;
  }
  .page-resources-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-sports-betting-guide__video-wrapper,
  .page-resources-sports-betting-guide__cta-section,
  .page-resources-sports-betting-guide__sports-grid,
  .page-resources-sports-betting-guide__sport-card,
  .page-resources-sports-betting-guide__faq-list,
  .page-resources-sports-betting-guide__faq-item,
  .page-resources-sports-betting-guide__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-sports-betting-guide__video-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .page-resources-sports-betting-guide__cta-content {
    padding: 25px;
  }
  .page-resources-sports-betting-guide__sports-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-sports-betting-guide__sport-image {
    height: auto;
  }
  .page-resources-sports-betting-guide__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}