.page-resources-fabet-sports-betting-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #f9f9f9;
}

.page-resources-fabet-sports-betting-tips__hero-section {
  background: linear-gradient(135deg, var(--primary-color, #0A2342), #1a3a5e);
  color: #ffffff;
  padding: 120px 20px 80px; /* Adjusted padding-top for fixed header */
  text-align: center;
}

.page-resources-fabet-sports-betting-tips__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #F2A900;
}

.page-resources-fabet-sports-betting-tips__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
}

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

.page-resources-fabet-sports-betting-tips__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-fabet-sports-betting-tips__cta-button--primary {
  background: var(--secondary-color, #F2A900);
  color: var(--primary-color, #0A2342);
  border: 2px solid var(--secondary-color, #F2A900);
}

.page-resources-fabet-sports-betting-tips__cta-button--primary:hover {
  background: #e09800;
  border-color: #e09800;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-fabet-sports-betting-tips__cta-button--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-fabet-sports-betting-tips__cta-button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-fabet-sports-betting-tips__cta-button--small {
  padding: 10px 25px;
  font-size: 1em;
  border-radius: 5px;
  margin-top: 20px;
}

.page-resources-fabet-sports-betting-tips__content-section {
  padding: 60px 20px;
}

.page-resources-fabet-sports-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-fabet-sports-betting-tips__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: var(--primary-color, #0A2342);
  font-weight: bold;
}

.page-resources-fabet-sports-betting-tips__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: -10px auto 40px;
  color: #555555;
}

.page-resources-fabet-sports-betting-tips__dark-bg .page-resources-fabet-sports-betting-tips__section-title,
.page-resources-fabet-sports-betting-tips__dark-bg .page-resources-fabet-sports-betting-tips__section-description,
.page-resources-fabet-sports-betting-tips__dark-bg h3,
.page-resources-fabet-sports-betting-tips__dark-bg p,
.page-resources-fabet-sports-betting-tips__dark-bg li {
  color: #ffffff;
}

.page-resources-fabet-sports-betting-tips__dark-bg {
  background: var(--primary-color, #0A2342);
}

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

.page-resources-fabet-sports-betting-tips__grid-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-resources-fabet-sports-betting-tips__grid-two-cols--reversed {
  grid-template-columns: 1fr 1fr;
}

.page-resources-fabet-sports-betting-tips__text-block h3 {
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--secondary-color, #F2A900);
}

.page-resources-fabet-sports-betting-tips__text-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-resources-fabet-sports-betting-tips__image-wrapper {
  text-align: center;
}

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

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

.page-resources-fabet-sports-betting-tips__card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.page-resources-fabet-sports-betting-tips__dark-bg .page-resources-fabet-sports-betting-tips__card {
  background: #1a3a5e;
  color: #ffffff;
}

.page-resources-fabet-sports-betting-tips__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-fabet-sports-betting-tips__card-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--secondary-color, #F2A900);
}

.page-resources-fabet-sports-betting-tips__card p {
  font-size: 1em;
  flex-grow: 1;
}

.page-resources-fabet-sports-betting-tips__bullet-list,
.page-resources-fabet-sports-betting-tips__numbered-list {
  list-style-type: disc;
  margin: 20px auto;
  padding-left: 30px;
  max-width: 900px;
  font-size: 1.1em;
}

.page-resources-fabet-sports-betting-tips__numbered-list {
  list-style-type: decimal;
}

.page-resources-fabet-sports-betting-tips__bullet-list li,
.page-resources-fabet-sports-betting-tips__numbered-list li {
  margin-bottom: 10px;
}

.page-resources-fabet-sports-betting-tips__faq-section {
  padding-bottom: 80px;
}

.page-resources-fabet-sports-betting-tips__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-resources-fabet-sports-betting-tips__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
}

.page-resources-fabet-sports-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-fabet-sports-betting-tips__faq-question:hover {
  background: #f5f5f5;
}

.page-resources-fabet-sports-betting-tips__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-color, #0A2342);
  pointer-events: none;
}

.page-resources-fabet-sports-betting-tips__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-fabet-sports-betting-tips__faq-item.active .page-resources-fabet-sports-betting-tips__faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color, #F2A900);
}

.page-resources-fabet-sports-betting-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  background: #f0f0f0;
  color: #555555;
}

.page-resources-fabet-sports-betting-tips__faq-item.active .page-resources-fabet-sports-betting-tips__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  border-top: 1px solid #e0e0e0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-fabet-sports-betting-tips__main-title {
    font-size: 2.8em;
  }
  .page-resources-fabet-sports-betting-tips__section-title {
    font-size: 2em;
  }
  .page-resources-fabet-sports-betting-tips__grid-two-cols {
    grid-template-columns: 1fr;
  }
  .page-resources-fabet-sports-betting-tips__grid-two-cols--reversed {
    grid-template-columns: 1fr;
  }
  .page-resources-fabet-sports-betting-tips__text-block,
  .page-resources-fabet-sports-betting-tips__image-wrapper {
    order: unset;
  }
  .page-resources-fabet-sports-betting-tips__grid-two-cols--reversed .page-resources-fabet-sports-betting-tips__text-block {
    order: 2;
  }
  .page-resources-fabet-sports-betting-tips__grid-two-cols--reversed .page-resources-fabet-sports-betting-tips__image-wrapper {
    order: 1;
  }
  .page-resources-fabet-sports-betting-tips__hero-section {
    padding-top: 100px; /* Adjust for tablet fixed header */
  }
}

@media (max-width: 768px) {
  .page-resources-fabet-sports-betting-tips__hero-section {
    padding: 80px 15px 50px; /* Adjust for mobile fixed header */
    padding-top: 100px !important; /* Mobile padding-top for fixed header */
  }
  .page-resources-fabet-sports-betting-tips__main-title {
    font-size: 2.2em;
  }
  .page-resources-fabet-sports-betting-tips__hero-description {
    font-size: 1em;
  }
  .page-resources-fabet-sports-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-fabet-sports-betting-tips__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
  }
  .page-resources-fabet-sports-betting-tips__content-section {
    padding: 40px 15px;
  }
  .page-resources-fabet-sports-betting-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-resources-fabet-sports-betting-tips__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-resources-fabet-sports-betting-tips__text-block h3 {
    font-size: 1.5em;
  }
  .page-resources-fabet-sports-betting-tips__text-block p {
    font-size: 0.95em;
  }
  .page-resources-fabet-sports-betting-tips__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-fabet-sports-betting-tips__container,
  .page-resources-fabet-sports-betting-tips__features-grid,
  .page-resources-fabet-sports-betting-tips__card,
  .page-resources-fabet-sports-betting-tips__image-wrapper,
  .page-resources-fabet-sports-betting-tips__faq-list,
  .page-resources-fabet-sports-betting-tips__faq-item,
  .page-resources-fabet-sports-betting-tips__faq-question,
  .page-resources-fabet-sports-betting-tips__faq-answer {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }
  .page-resources-fabet-sports-betting-tips__faq-question h3 {
    font-size: 1em;
  }
  .page-resources-fabet-sports-betting-tips__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  .page-resources-fabet-sports-betting-tips__faq-item.active .page-resources-fabet-sports-betting-tips__faq-answer {
    padding: 15px !important;
  }
  .page-resources-fabet-sports-betting-tips__bullet-list,
  .page-resources-fabet-sports-betting-tips__numbered-list {
    padding-left: 20px;
    font-size: 1em;
  }
}