.page-resources-on88-betting-guide {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #2F4F4F; /* Dark Slate Gray */
  --accent-color: #DC143C; /* Crimson for highlights */
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f5f5f5;
  --bg-dark: #222222;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

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

.page-resources-on88-betting-guide__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

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

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

.page-resources-on88-betting-guide h1,
.page-resources-on88-betting-guide h2,
.page-resources-on88-betting-guide h3 {
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-on88-betting-guide h1 {
  font-size: 3em;
  color: var(--primary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-on88-betting-guide h2 {
  font-size: 2.5em;
  border-bottom: 3px solid var(--primary-color);
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 20px;
}

.page-resources-on88-betting-guide h3 {
  font-size: 1.8em;
  color: var(--secondary-color);
  text-align: left;
}

.page-resources-on88-betting-guide p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-on88-betting-guide ul,
.page-resources-on88-betting-guide ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.page-resources-on88-betting-guide li {
  margin-bottom: 8px;
}

/* Hero Section */
.page-resources-on88-betting-guide__hero {
  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);
}

.page-resources-on88-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-on88-betting-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

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

.page-resources-on88-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: var(--text-light);
}

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

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

.page-resources-on88-betting-guide__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: var(--primary-color);
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-on88-betting-guide__cta-button:hover {
  background: #FFC107; /* Slightly darker gold */
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* General Buttons */
.page-resources-on88-betting-guide__button {
  display: inline-block;
  padding: 12px 25px;
  background: var(--secondary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-on88-betting-guide__button:hover {
  background: #4F6F6F; /* Lighter secondary */
  transform: translateY(-2px);
}

.page-resources-on88-betting-guide__button-small {
  display: inline-block;
  padding: 10px 20px;
  background: var(--accent-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-on88-betting-guide__button-small:hover {
  background: #B20000; /* Darker accent */
  transform: translateY(-1px);
}

/* Introduction Section */
.page-resources-on88-betting-guide__introduction p {
  font-size: 1.1em;
  line-height: 1.8;
}

.page-resources-on88-betting-guide__image-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-on88-betting-guide__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Guide Steps Section */
.page-resources-on88-betting-guide__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-left: 5px solid var(--primary-color);
}

.page-resources-on88-betting-guide__step-item h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--secondary-color);
  text-align: left;
}

.page-resources-on88-betting-guide__step-item ol,
.page-resources-on88-betting-guide__step-item ul {
  list-style-type: decimal;
  padding-left: 20px;
}

.page-resources-on88-betting-guide__step-item li {
  margin-bottom: 10px;
}

/* Games Section */
.page-resources-on88-betting-guide__games .page-resources-on88-betting-guide__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-on88-betting-guide__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

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

.page-resources-on88-betting-guide__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-on88-betting-guide__game-card h3 {
  font-size: 1.5em;
  margin: 20px 15px 10px 15px;
  color: var(--secondary-color);
}

.page-resources-on88-betting-guide__game-card p {
  padding: 0 15px 20px 15px;
  font-size: 0.95em;
  color: #555555;
  text-align: center;
}

/* Promotions Section */
.page-resources-on88-betting-guide__promotions ul {
  list-style-type: disc;
  padding-left: 30px;
}

.page-resources-on88-betting-guide__promotions li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-on88-betting-guide__promotions li strong {
  color: var(--primary-color);
}

/* Security and Support Section */
.page-resources-on88-betting-guide__info-block {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-on88-betting-guide__info-block h3 {
  color: var(--secondary-color);
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

.page-resources-on88-betting-guide__info-block img {
  max-width: 250px;
  height: auto;
  margin: 20px 0;
  border-radius: 8px;
}

.page-resources-on88-betting-guide__info-block ul {
  list-style-type: none;
  padding: 0;
}

.page-resources-on88-betting-guide__info-block li {
  margin-bottom: 5px;
  font-size: 1.05em;
}

.page-resources-on88-betting-guide__info-block li strong {
  color: var(--primary-color);
}

/* App Download Section */
.page-resources-on88-betting-guide__app-download .page-resources-on88-betting-guide__container {
  text-align: center;
}

.page-resources-on88-betting-guide__app-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-on88-betting-guide__app-links .page-resources-on88-betting-guide__button {
  margin-top: 0;
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-resources-on88-betting-guide__app-links .page-resources-on88-betting-guide__button:hover {
  background-color: #FFC107;
}

/* FAQ Section */
.page-resources-on88-betting-guide__faq .faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--secondary-color);
  text-align: left;
  flex-grow: 1;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--accent-color);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  color: #555555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px;
  border-top: 1px solid #e0e0e0;
}

.faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.7;
}

/* Conclusion Section */
.page-resources-on88-betting-guide__conclusion {
  text-align: center;
  background-color: var(--secondary-color);
  color: var(--bg-light);
  padding: 80px 20px;
}

.page-resources-on88-betting-guide__conclusion h2 {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  margin-bottom: 30px;
}

.page-resources-on88-betting-guide__conclusion p {
  font-size: 1.15em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: var(--bg-light);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-on88-betting-guide h1 {
    font-size: 2.8em;
  }
  .page-resources-on88-betting-guide h2 {
    font-size: 2.2em;
  }
  .page-resources-on88-betting-guide h3 {
    font-size: 1.6em;
  }
  .page-resources-on88-betting-guide__hero-content h1 {
    font-size: 3em;
  }
  .page-resources-on88-betting-guide__cta-button {
    padding: 15px 35px;
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-on88-betting-guide__section {
    padding: 40px 0;
  }
  .page-resources-on88-betting-guide__container {
    padding: 15px;
  }
  .page-resources-on88-betting-guide h1 {
    font-size: 2.2em;
  }
  .page-resources-on88-betting-guide h2 {
    font-size: 1.8em;
    padding-bottom: 8px;
  }
  .page-resources-on88-betting-guide h3 {
    font-size: 1.4em;
  }
  .page-resources-on88-betting-guide__hero-content h1 {
    font-size: 2.5em;
  }
  .page-resources-on88-betting-guide__hero-content p {
    font-size: 1em;
  }
  .page-resources-on88-betting-guide__cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-resources-on88-betting-guide__button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-resources-on88-betting-guide__game-card img {
    height: 180px;
  }
  .page-resources-on88-betting-guide__app-links {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-on88-betting-guide__info-block {
    padding: 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 15px;
  }
  .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-on88-betting-guide h1 {
    font-size: 1.8em;
  }
  .page-resources-on88-betting-guide h2 {
    font-size: 1.5em;
  }
  .page-resources-on88-betting-guide__hero-content h1 {
    font-size: 2em;
  }
  .page-resources-on88-betting-guide__cta-button {
    padding: 10px 25px;
    font-size: 1em;
  }
  .page-resources-on88-betting-guide__app-links .page-resources-on88-betting-guide__button {
    width: 90%;
  }
}