/* style/resources-f88bet-odds-sports-prediction.css */
.page-resources-f88bet-odds-sports-prediction {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: var(--background-color, #ffffff);
}

.page-resources-f88bet-odds-sports-prediction__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-f88bet-odds-sports-prediction__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-f88bet-odds-sports-prediction__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-f88bet-odds-sports-prediction__section-subtitle {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-f88bet-odds-sports-prediction__text-block p,
.page-resources-f88bet-odds-sports-prediction p {
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-f88bet-odds-sports-prediction__highlight {
  color: #26A9E0;
  font-weight: bold;
}

/* Hero Section */
.page-resources-f88bet-odds-sports-prediction__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-resources-f88bet-odds-sports-prediction__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page-resources-f88bet-odds-sports-prediction__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.page-resources-f88bet-odds-sports-prediction__hero-content {
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-resources-f88bet-odds-sports-prediction__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-f88bet-odds-sports-prediction__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-f88bet-odds-sports-prediction__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-f88bet-odds-sports-prediction__btn-primary,
.page-resources-f88bet-odds-sports-prediction__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;
  box-sizing: border-box;
}

.page-resources-f88bet-odds-sports-prediction__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-f88bet-odds-sports-prediction__btn-primary:hover {
  background-color: #1a7fb2;
  border-color: #1a7fb2;
}

.page-resources-f88bet-odds-sports-prediction__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-f88bet-odds-sports-prediction__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

/* Content Wrappers */
.page-resources-f88bet-odds-sports-prediction__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-top: 40px;
}

.page-resources-f88bet-odds-sports-prediction__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-resources-f88bet-odds-sports-prediction__text-block {
  flex: 1;
}

.page-resources-f88bet-odds-sports-prediction__image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

/* Odds Types Section */
.page-resources-f88bet-odds-sports-prediction__odds-types-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-f88bet-odds-sports-prediction__odds-types-section .page-resources-f88bet-odds-sports-prediction__section-title,
.page-resources-f88bet-odds-sports-prediction__odds-types-section .page-resources-f88bet-odds-sports-prediction__section-subtitle {
  color: #ffffff;
}

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

.page-resources-f88bet-odds-sports-prediction__card {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.page-resources-f88bet-odds-sports-prediction__card:hover {
  transform: translateY(-5px);
}

.page-resources-f88bet-odds-sports-prediction__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-f88bet-odds-sports-prediction__card-text {
  font-size: 1em;
  color: #555555;
}

/* Strategy Section */
.page-resources-f88bet-odds-sports-prediction__strategy-section .page-resources-f88bet-odds-sports-prediction__sub-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Sports Section */
.page-resources-f88bet-odds-sports-prediction__sports-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-f88bet-odds-sports-prediction__sports-section .page-resources-f88bet-odds-sports-prediction__section-title,
.page-resources-f88bet-odds-sports-prediction__sports-section .page-resources-f88bet-odds-sports-prediction__section-subtitle {
  color: #ffffff;
}

.page-resources-f88bet-odds-sports-prediction__sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-f88bet-odds-sports-prediction__sport-item {
  background-color: #ffffff;
  color: #333333;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-resources-f88bet-odds-sports-prediction__sport-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-f88bet-odds-sports-prediction__sport-description {
  font-size: 0.95em;
  color: #555555;
}

.page-resources-f88bet-odds-sports-prediction__center-cta {
  margin-top: 50px;
}

/* Features Section */
.page-resources-f88bet-odds-sports-prediction__features-section .page-resources-f88bet-odds-sports-prediction__sub-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Registration Section */
.page-resources-f88bet-odds-sports-prediction__registration-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-f88bet-odds-sports-prediction__registration-section .page-resources-f88bet-odds-sports-prediction__section-title,
.page-resources-f88bet-odds-sports-prediction__registration-section .page-resources-f88bet-odds-sports-prediction__section-subtitle {
  color: #ffffff;
}

.page-resources-f88bet-odds-sports-prediction__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-f88bet-odds-sports-prediction__steps-list li {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #ffffff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: left;
  color: #ffffff;
  font-size: 1.1em;
}

.page-resources-f88bet-odds-sports-prediction__steps-list li strong {
  color: #FFFFFF;
  font-size: 1.1em;
}

.page-resources-f88bet-odds-sports-prediction__cta-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

/* FAQ Section */
.page-resources-f88bet-odds-sports-prediction__faq-section {
  background-color: #f9f9f9;
}

.page-resources-f88bet-odds-sports-prediction__faq-list {
  margin-top: 40px;
}

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

.page-resources-f88bet-odds-sports-prediction__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

.page-resources-f88bet-odds-sports-prediction__faq-question:hover {
  background-color: #e5e5e5;
}

.page-resources-f88bet-odds-sports-prediction__faq-title {
  font-size: 1.2em;
  color: #333333;
  margin: 0;
  text-align: left;
}

.page-resources-f88bet-odds-sports-prediction__faq-toggle {
  font-size: 1.5em;
  color: #26A9E0;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-resources-f88bet-odds-sports-prediction__faq-item.active .page-resources-f88bet-odds-sports-prediction__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-f88bet-odds-sports-prediction__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  text-align: left;
}

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

/* Final CTA Section */
.page-resources-f88bet-odds-sports-prediction__cta-final {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 80px 0;
}

.page-resources-f88bet-odds-sports-prediction__cta-final .page-resources-f88bet-odds-sports-prediction__section-title,
.page-resources-f88bet-odds-sports-prediction__cta-final .page-resources-f88bet-odds-sports-prediction__section-subtitle {
  color: #ffffff;
}

.page-resources-f88bet-odds-sports-prediction__cta-content {
  max-width: 900px;
}

.page-resources-f88bet-odds-sports-prediction__cta-final .page-resources-f88bet-odds-sports-prediction__cta-buttons {
  justify-content: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-f88bet-odds-sports-prediction__hero-title {
    font-size: 3em;
  }

  .page-resources-f88bet-odds-sports-prediction__section-title {
    font-size: 2em;
  }

  .page-resources-f88bet-odds-sports-prediction__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-f88bet-odds-sports-prediction__content-wrapper--reverse {
    flex-direction: column-reverse;
  }

  .page-resources-f88bet-odds-sports-prediction__image {
    max-width: 80%;
    margin-bottom: 30px;
  }

  .page-resources-f88bet-odds-sports-prediction__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-resources-f88bet-odds-sports-prediction {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-f88bet-odds-sports-prediction__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-f88bet-odds-sports-prediction__hero-title {
    font-size: 2.2em;
  }

  .page-resources-f88bet-odds-sports-prediction__hero-description {
    font-size: 1em;
  }

  .page-resources-f88bet-odds-sports-prediction__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-f88bet-odds-sports-prediction__btn-primary,
  .page-resources-f88bet-odds-sports-prediction__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-resources-f88bet-odds-sports-prediction__cta-buttons,
  .page-resources-f88bet-odds-sports-prediction__button-group,
  .page-resources-f88bet-odds-sports-prediction__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }

  .page-resources-f88bet-odds-sports-prediction__section {
    padding: 40px 0;
  }

  .page-resources-f88bet-odds-sports-prediction__section-title {
    font-size: 1.8em;
  }

  .page-resources-f88bet-odds-sports-prediction__section-subtitle {
    font-size: 1em;
  }

  .page-resources-f88bet-odds-sports-prediction__image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 20px;
  }

  .page-resources-f88bet-odds-sports-prediction__section,
  .page-resources-f88bet-odds-sports-prediction__card,
  .page-resources-f88bet-odds-sports-prediction__container,
  .page-resources-f88bet-odds-sports-prediction__content-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  .page-resources-f88bet-odds-sports-prediction__faq-item.active .page-resources-f88bet-odds-sports-prediction__faq-answer {
    padding: 15px !important;
  }
}

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

  .page-resources-f88bet-odds-sports-prediction__hero-description {
    font-size: 0.9em;
  }

  .page-resources-f88bet-odds-sports-prediction__section-title {
    font-size: 1.5em;
  }

  .page-resources-f88bet-odds-sports-prediction__grid-layout,
  .page-resources-f88bet-odds-sports-prediction__sports-grid {
    grid-template-columns: 1fr;
  }
}

/* Color contrast fixes for specific elements */
.page-resources-f88bet-odds-sports-prediction a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-f88bet-odds-sports-prediction a:hover {
  text-decoration: underline;
}

.page-resources-f88bet-odds-sports-prediction__dark-bg a {
  color: #ffffff;
}

.page-resources-f88bet-odds-sports-prediction__dark-bg a:hover {
  text-decoration: underline;
}