.page-resources-online-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light background */
  background-color: #f8f8f8;
}

.page-resources-online-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #FF4500, #1E90FF);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-online-betting-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-resources-online-betting-guide__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-guide__hero-image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-online-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.page-resources-online-betting-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-resources-online-betting-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-betting-guide__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FF4500; /* Primary color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-resources-online-betting-guide__cta-button:hover {
  background: #E63900; /* Darker primary for hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-guide__cta-button--large {
  padding: 20px 60px;
  font-size: 1.4em;
}

.page-resources-online-betting-guide__section {
  padding: 80px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-online-betting-guide__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-resources-online-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-online-betting-guide__section-title {
  font-size: 2.5em;
  color: #1E90FF; /* Secondary color for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-resources-online-betting-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #444444;
}

.page-resources-online-betting-guide__paragraph--center {
  text-align: center;
}

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

.page-resources-online-betting-guide__guide-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-resources-online-betting-guide__guide-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-online-betting-guide__guide-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-resources-online-betting-guide__guide-title {
  font-size: 1.5em;
  color: #FF4500;
  margin-bottom: 15px;
}

.page-resources-online-betting-guide__guide-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 25px;
}

.page-resources-online-betting-guide__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background: #1E90FF; /* Secondary color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
}

.page-resources-online-betting-guide__btn-secondary:hover {
  background: #146EB4; /* Darker secondary for hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-online-betting-guide__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-online-betting-guide__game-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-resources-online-betting-guide__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-online-betting-guide__game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-resources-online-betting-guide__game-title {
  font-size: 1.4em;
  color: #FF4500;
  margin: 20px 15px 10px;
}

.page-resources-online-betting-guide__game-title a {
  color: #FF4500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-online-betting-guide__game-title a:hover {
  color: #1E90FF;
}

.page-resources-online-betting-guide__game-description {
  font-size: 0.95em;
  color: #555555;
  padding: 0 15px 20px;
}

.page-resources-online-betting-guide__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-online-betting-guide__promo-list li {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-size: 1.1em;
  color: #444444;
  border-left: 5px solid #1E90FF;
}

.page-resources-online-betting-guide__promo-list li strong {
  color: #FF4500;
}

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

.page-resources-online-betting-guide__feature-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #e0e0e0;
}

.page-resources-online-betting-guide__feature-title {
  font-size: 1.5em;
  color: #1E90FF;
  margin-bottom: 15px;
}

.page-resources-online-betting-guide__feature-item p {
  font-size: 1em;
  color: #555555;
}

/* FAQ styles */
.page-resources-online-betting-guide__faq-list {
  margin-top: 50px;
}

.page-resources-online-betting-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

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

.page-resources-online-betting-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-online-betting-guide__faq-question:active {
  background: #eeeeee;
}

.page-resources-online-betting-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  pointer-events: none;
}

.page-resources-online-betting-guide__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #FF4500; /* Primary color for toggle */
  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: 32px;
  height: 32px;
}

.page-resources-online-betting-guide__faq-item.active .page-resources-online-betting-guide__faq-toggle {
  color: #1E90FF; /* Secondary color when active */
  transform: rotate(180deg);
}

.page-resources-online-betting-guide__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;
  border-radius: 0 0 8px 8px;
  color: #555555;
}

.page-resources-online-betting-guide__faq-item.active .page-resources-online-betting-guide__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-online-betting-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-online-betting-guide__hero-description {
    font-size: 1.2em;
  }
  .page-resources-online-betting-guide__section-title {
    font-size: 2em;
  }
  .page-resources-online-betting-guide__guide-item, .page-resources-online-betting-guide__game-card, .page-resources-online-betting-guide__feature-item {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-online-betting-guide__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-resources-online-betting-guide__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-resources-online-betting-guide__cta-button {
    padding: 15px 35px;
    font-size: 1em;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-online-betting-guide__cta-button--large {
    padding: 18px 45px;
    font-size: 1.2em;
  }
  .page-resources-online-betting-guide__section {
    padding: 50px 0;
  }
  .page-resources-online-betting-guide__container {
    padding: 0 15px;
  }
  .page-resources-online-betting-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-online-betting-guide__paragraph {
    font-size: 1em;
  }
  .page-resources-online-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-online-betting-guide__section,
  .page-resources-online-betting-guide__guide-item,
  .page-resources-online-betting-guide__game-card,
  .page-resources-online-betting-guide__feature-item,
  .page-resources-online-betting-guide__faq-item,
  .page-resources-online-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-online-betting-guide__btn-secondary {
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-online-betting-guide__guide-steps, .page-resources-online-betting-guide__game-categories, .page-resources-online-betting-guide__features {
    gap: 20px;
  }
  .page-resources-online-betting-guide__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-resources-online-betting-guide__faq-question h3 {
    font-size: 1em;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-resources-online-betting-guide__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-resources-online-betting-guide__faq-answer {
    padding: 0 15px;
  }
  .page-resources-online-betting-guide__faq-item.active .page-resources-online-betting-guide__faq-answer {
    padding: 15px !important;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-guide__hero-title {
    font-size: 1.6em;
  }
  .page-resources-online-betting-guide__section-title {
    font-size: 1.5em;
  }
  .page-resources-online-betting-guide__cta-button {
    font-size: 0.9em;
    padding: 12px 25px;
  }
  .page-resources-online-betting-guide__cta-button--large {
    font-size: 1em;
    padding: 15px 30px;
  }
  .page-resources-online-betting-guide__game-card img {
    
  }
}