:root {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #000080; /* Dark Blue */
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f9f9f9;
  --background-medium: #e0e0e0;
  --border-color: #e0e0e0;
}

.page-resources-w888-online-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: #ffffff;
}

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

.page-resources-w888-online-betting-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-w888-online-betting-guide__section:nth-of-type(odd) {
  background-color: var(--background-light);
}

.page-resources-w888-online-betting-guide h1,
.page-resources-w888-online-betting-guide h2 {
  color: var(--secondary-color);
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-w888-online-betting-guide h1 {
  font-size: 2.8em;
  line-height: 1.2;
}

.page-resources-w888-online-betting-guide h2 {
  font-size: 2.2em;
  margin-top: 40px;
}

.page-resources-w888-online-betting-guide h3 {
  color: var(--secondary-color);
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-resources-w888-online-betting-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-w888-online-betting-guide__button {
  display: inline-block;
  padding: 12px 30px;
  background: var(--primary-color);
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}

.page-resources-w888-online-betting-guide__button:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-color: var(--secondary-color);
}

/* Hero Section */
.page-resources-w888-online-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: var(--secondary-color);
  color: var(--text-light);
}

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

.page-resources-w888-online-betting-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-w888-online-betting-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-resources-w888-online-betting-guide__hero-content h1 {
  color: var(--primary-color);
  font-size: 3.5em;
  margin-bottom: 20px;
}

.page-resources-w888-online-betting-guide__hero-content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: var(--text-light);
}

.page-resources-w888-online-betting-guide__cta-button {
  padding: 15px 40px;
  font-size: 1.3em;
  background: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.page-resources-w888-online-betting-guide__cta-button:hover {
  background: var(--text-light);
  color: var(--secondary-color);
  border-color: var(--text-light);
}

/* Intro Section */
.page-resources-w888-online-betting-guide__intro-section .page-resources-w888-online-betting-guide__content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-resources-w888-online-betting-guide__intro-section .page-resources-w888-online-betting-guide__content-block .page-resources-w888-online-betting-guide__text-content {
  flex: 1;
}

.page-resources-w888-online-betting-guide__intro-section .page-resources-w888-online-betting-guide__content-block .page-resources-w888-online-betting-guide__image-content {
  flex: 1;
}

.page-resources-w888-online-betting-guide__intro-section .page-resources-w888-online-betting-guide__content-block img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Quick Links Section */
.page-resources-w888-online-betting-guide__links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w888-online-betting-guide__link-card {
  display: block;
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: var(--text-dark);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

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

.page-resources-w888-online-betting-guide__link-card h3 {
  color: var(--secondary-color);
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-w888-online-betting-guide__link-card p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 0;
}

/* Games Section */
.page-resources-w888-online-betting-guide__game-category {
  margin-bottom: 60px;
  text-align: left;
}

.page-resources-w888-online-betting-guide__game-category h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  color: var(--primary-color);
}

.page-resources-w888-online-betting-guide__game-category .page-resources-w888-online-betting-guide__content-block {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-resources-w888-online-betting-guide__game-category .page-resources-w888-online-betting-guide__content-block--reverse {
  flex-direction: row-reverse;
}

.page-resources-w888-online-betting-guide__game-image {
  flex: 1;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-w888-online-betting-guide__game-category .page-resources-w888-online-betting-guide__text-content {
  flex: 1;
}

/* Promotions Section */
.page-resources-w888-online-betting-guide__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w888-online-betting-guide__promo-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-resources-w888-online-betting-guide__promo-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

.page-resources-w888-online-betting-guide__promo-card h3 {
  color: var(--secondary-color);
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-w888-online-betting-guide__promo-card p {
  font-size: 0.95em;
  color: #555555;
  flex-grow: 1;
}

.page-resources-w888-online-betting-guide__promo-card .page-resources-w888-online-betting-guide__button {
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 1em;
}

/* Safety & Support Section */
.page-resources-w888-online-betting-guide__safety-support-section {
  background-color: var(--secondary-color);
  color: var(--text-light);
}

.page-resources-w888-online-betting-guide__safety-support-section h2 {
  color: var(--primary-color);
}

.page-resources-w888-online-betting-guide__safety-support-section h3 {
  color: var(--primary-color);
}

.page-resources-w888-online-betting-guide__safety-support-section p {
  color: var(--background-light);
}

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

.page-resources-w888-online-betting-guide__feature-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 8px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-w888-online-betting-guide__feature-item h3 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-w888-online-betting-guide__feature-item p {
  font-size: 1em;
  color: var(--background-light);
}

.page-resources-w888-online-betting-guide__contact-cta {
  margin-top: 50px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.page-resources-w888-online-betting-guide__contact-cta p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-resources-w888-online-betting-guide__contact-cta .page-resources-w888-online-betting-guide__button {
  background: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.page-resources-w888-online-betting-guide__contact-cta .page-resources-w888-online-betting-guide__button:hover {
  background: var(--text-light);
  color: var(--secondary-color);
  border-color: var(--text-light);
}

/* FAQ Section */
.page-resources-w888-online-betting-guide__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-w888-online-betting-guide__faq-list .faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-w888-online-betting-guide__faq-list .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-w888-online-betting-guide__faq-list .faq-question:hover {
  background: var(--background-medium);
}

.page-resources-w888-online-betting-guide__faq-list .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--text-dark);
  text-align: left;
  flex-grow: 1;
}

.page-resources-w888-online-betting-guide__faq-list .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-resources-w888-online-betting-guide__faq-list .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--primary-color);
}

.page-resources-w888-online-betting-guide__faq-list .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: var(--background-light);
  text-align: left;
}

.page-resources-w888-online-betting-guide__faq-list .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  border-top: 1px solid var(--border-color);
}

.page-resources-w888-online-betting-guide__faq-list .faq-answer p {
  margin-bottom: 0;
  color: #555555;
}

/* Blog Section */
.page-resources-w888-online-betting-guide__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w888-online-betting-guide__blog-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: var(--text-dark);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  overflow: hidden;
}

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

.page-resources-w888-online-betting-guide__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-resources-w888-online-betting-guide__blog-card h3 {
  color: var(--secondary-color);
  font-size: 1.3em;
  margin: 15px 15px 10px 15px;
}

.page-resources-w888-online-betting-guide__blog-card p {
  font-size: 0.95em;
  color: #555555;
  padding: 0 15px 15px 15px;
  flex-grow: 1;
}

.page-resources-w888-online-betting-guide__read-more {
  display: block;
  color: var(--primary-color);
  font-weight: bold;
  padding: 0 15px 15px 15px;
  font-size: 0.95em;
}

.page-resources-w888-online-betting-guide__read-more:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-w888-online-betting-guide__hero-content h1 {
    font-size: 3em;
  }
  .page-resources-w888-online-betting-guide h2 {
    font-size: 2em;
  }
  .page-resources-w888-online-betting-guide h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-w888-online-betting-guide__hero-section {
    padding: 40px 15px;
  }
  .page-resources-w888-online-betting-guide__hero-content h1 {
    font-size: 2.5em;
  }
  .page-resources-w888-online-betting-guide__hero-content p {
    font-size: 1.1em;
  }
  .page-resources-w888-online-betting-guide__cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }

  .page-resources-w888-online-betting-guide__section {
    padding: 40px 0;
  }
  .page-resources-w888-online-betting-guide h1 {
    font-size: 2.2em;
  }
  .page-resources-w888-online-betting-guide h2 {
    font-size: 1.8em;
  }
  .page-resources-w888-online-betting-guide h3 {
    font-size: 1.3em;
  }

  .page-resources-w888-online-betting-guide__intro-section .page-resources-w888-online-betting-guide__content-block,
  .page-resources-w888-online-betting-guide__game-category .page-resources-w888-online-betting-guide__content-block,
  .page-resources-w888-online-betting-guide__game-category .page-resources-w888-online-betting-guide__content-block--reverse {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-w888-online-betting-guide__game-category .page-resources-w888-online-betting-guide__text-content {
    order: 2; /* Text after image on mobile */
  }

  .page-resources-w888-online-betting-guide__game-image {
    order: 1;
    margin-bottom: 20px;
  }

  .page-resources-w888-online-betting-guide__links-grid,
  .page-resources-w888-online-betting-guide__promo-grid,
  .page-resources-w888-online-betting-guide__features-grid,
  .page-resources-w888-online-betting-guide__blog-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-w888-online-betting-guide__link-card,
  .page-resources-w888-online-betting-guide__promo-card,
  .page-resources-w888-online-betting-guide__feature-item,
  .page-resources-w888-online-betting-guide__blog-card {
    padding: 20px;
  }

  .page-resources-w888-online-betting-guide__faq-list .faq-question {
    padding: 15px 20px;
  }
  .page-resources-w888-online-betting-guide__faq-list .faq-question h3 {
    font-size: 1.1em;
  }
  .page-resources-w888-online-betting-guide__faq-list .faq-answer {
    padding: 0 20px;
  }
  .page-resources-w888-online-betting-guide__faq-list .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-w888-online-betting-guide__hero-content h1 {
    font-size: 2em;
  }
  .page-resources-w888-online-betting-guide__hero-content p {
    font-size: 1em;
  }
  .page-resources-w888-online-betting-guide__cta-button {
    padding: 10px 25px;
    font-size: 1em;
  }

  .page-resources-w888-online-betting-guide h2 {
    font-size: 1.6em;
  }
  .page-resources-w888-online-betting-guide h3 {
    font-size: 1.2em;
  }
  .page-resources-w888-online-betting-guide p {
    font-size: 0.95em;
  }
}