.page-resources-m88-alternative-links-solutions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Explicitly setting body background */
}

.page-resources-m88-alternative-links-solutions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-m88-alternative-links-solutions__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  padding-bottom: 60px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #017439;
}

.page-resources-m88-alternative-links-solutions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.7);
}

.page-resources-m88-alternative-links-solutions__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFF00; /* Registered and Login font color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-m88-alternative-links-solutions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-m88-alternative-links-solutions__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-m88-alternative-links-solutions__btn-primary,
.page-resources-m88-alternative-links-solutions__btn-secondary,
.page-resources-m88-alternative-links-solutions__btn-tertiary,
.page-resources-m88-alternative-links-solutions__btn-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-m88-alternative-links-solutions__btn-primary {
  background-color: #C30808; /* Register color */
  color: #FFFF00; /* Register and Login font color */
  border: 2px solid #C30808;
}

.page-resources-m88-alternative-links-solutions__btn-primary:hover {
  background-color: #e02f2f;
  border-color: #e02f2f;
}

.page-resources-m88-alternative-links-solutions__btn-secondary {
  background-color: #C30808; /* Login color */
  color: #FFFF00; /* Register and Login font color */
  border: 2px solid #C30808;
}

.page-resources-m88-alternative-links-solutions__btn-secondary:hover {
  background-color: #e02f2f;
  border-color: #e02f2f;
}

.page-resources-m88-alternative-links-solutions__btn-tertiary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-m88-alternative-links-solutions__btn-tertiary:hover {
  background-color: #f0f0f0;
}

.page-resources-m88-alternative-links-solutions__btn-link {
  background: transparent;
  color: #017439;
  border: 2px solid #017439;
  padding: 10px 20px;
}

.page-resources-m88-alternative-links-solutions__btn-link:hover {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-m88-alternative-links-solutions__text-link {
  color: #017439;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-m88-alternative-links-solutions__text-link:hover {
  color: #005f2e;
}

.page-resources-m88-alternative-links-solutions__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-m88-alternative-links-solutions__section-title {
  font-size: 2.2em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-m88-alternative-links-solutions__subsection-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-m88-alternative-links-solutions__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-m88-alternative-links-solutions__grid-three-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.page-resources-m88-alternative-links-solutions__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-m88-alternative-links-solutions__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-m88-alternative-links-solutions__solution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-m88-alternative-links-solutions__solution-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-m88-alternative-links-solutions__solution-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-m88-alternative-links-solutions__solution-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-m88-alternative-links-solutions__flex-container {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-resources-m88-alternative-links-solutions__process-card {
  flex: 1 1 45%;
  min-width: 350px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.page-resources-m88-alternative-links-solutions__ordered-list {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-resources-m88-alternative-links-solutions__ordered-list li {
  margin-bottom: 10px;
}

.page-resources-m88-alternative-links-solutions__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.page-resources-m88-alternative-links-solutions__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.page-resources-m88-alternative-links-solutions__game-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}

.page-resources-m88-alternative-links-solutions__faq-list {
  margin-top: 30px;
}

.page-resources-m88-alternative-links-solutions__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-m88-alternative-links-solutions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #f9f9f9;
  color: #017439;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-m88-alternative-links-solutions__faq-question:hover {
  background-color: #e0f2f1;
}

.page-resources-m88-alternative-links-solutions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-m88-alternative-links-solutions__faq-item.active .page-resources-m88-alternative-links-solutions__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-m88-alternative-links-solutions__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-m88-alternative-links-solutions__faq-item.active .page-resources-m88-alternative-links-solutions__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 25px;
}

.page-resources-m88-alternative-links-solutions__cta-section {
  background-color: #017439;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  margin-top: 60px;
}

.page-resources-m88-alternative-links-solutions__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFF00; /* Registered and Login font color for emphasis */
}

.page-resources-m88-alternative-links-solutions__cta-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-m88-alternative-links-solutions__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-m88-alternative-links-solutions__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-m88-alternative-links-solutions__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-m88-alternative-links-solutions__hero-title {
    font-size: 2.5em;
  }

  .page-resources-m88-alternative-links-solutions__section-title {
    font-size: 2em;
  }

  .page-resources-m88-alternative-links-solutions__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-m88-alternative-links-solutions__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }

  .page-resources-m88-alternative-links-solutions__hero-title {
    font-size: 2em;
  }

  .page-resources-m88-alternative-links-solutions__hero-description {
    font-size: 1em;
  }

  .page-resources-m88-alternative-links-solutions__hero-cta-buttons,
  .page-resources-m88-alternative-links-solutions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-resources-m88-alternative-links-solutions__btn-primary,
  .page-resources-m88-alternative-links-solutions__btn-secondary,
  .page-resources-m88-alternative-links-solutions__btn-tertiary,
  .page-resources-m88-alternative-links-solutions__btn-link,
  .page-resources-m88-alternative-links-solutions a[class*="button"],
  .page-resources-m88-alternative-links-solutions a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-m88-alternative-links-solutions__content-section,
  .page-resources-m88-alternative-links-solutions__cta-section {
    padding: 40px 0;
  }

  .page-resources-m88-alternative-links-solutions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-m88-alternative-links-solutions__subsection-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-resources-m88-alternative-links-solutions__text-block {
    font-size: 1em;
  }

  .page-resources-m88-alternative-links-solutions__grid-three-columns,
  .page-resources-m88-alternative-links-solutions__solution-grid,
  .page-resources-m88-alternative-links-solutions__game-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-resources-m88-alternative-links-solutions__flex-container {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }

  .page-resources-m88-alternative-links-solutions__process-card {
    min-width: unset;
    width: 100%;
  }

  .page-resources-m88-alternative-links-solutions__card,
  .page-resources-m88-alternative-links-solutions__solution-item,
  .page-resources-m88-alternative-links-solutions__game-card,
  .page-resources-m88-alternative-links-solutions__process-card {
    padding: 20px;
  }

  .page-resources-m88-alternative-links-solutions__card-title,
  .page-resources-m88-alternative-links-solutions__solution-title {
    font-size: 1.2em;
  }

  .page-resources-m88-alternative-links-solutions__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-m88-alternative-links-solutions__faq-answer {
    padding: 0 20px;
  }

  .page-resources-m88-alternative-links-solutions__faq-item.active .page-resources-m88-alternative-links-solutions__faq-answer {
    padding: 15px 20px;
  }

  .page-resources-m88-alternative-links-solutions__cta-title {
    font-size: 2em;
  }

  .page-resources-m88-alternative-links-solutions__cta-text {
    font-size: 1em;
  }

  .page-resources-m88-alternative-links-solutions img,
  .page-resources-m88-alternative-links-solutions__hero-image,
  .page-resources-m88-alternative-links-solutions__solution-image,
  .page-resources-m88-alternative-links-solutions__game-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-m88-alternative-links-solutions__section,
  .page-resources-m88-alternative-links-solutions__card,
  .page-resources-m88-alternative-links-solutions__container,
  .page-resources-m88-alternative-links-solutions__grid-three-columns,
  .page-resources-m88-alternative-links-solutions__solution-grid,
  .page-resources-m88-alternative-links-solutions__game-showcase,
  .page-resources-m88-alternative-links-solutions__flex-container,
  .page-resources-m88-alternative-links-solutions__cta-buttons,
  .page-resources-m88-alternative-links-solutions__hero-cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}