.page-resources-one88-mobile-app-download-install {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-one88-mobile-app-download-install__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-one88-mobile-app-download-install__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #E3B505 100%);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-one88-mobile-app-download-install__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric_pattern,dark_blue_gold,tech_lines]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-one88-mobile-app-download-install__hero-section > * {
  position: relative;
  z-index: 1;
}

.page-resources-one88-mobile-app-download-install__back-link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-one88-mobile-app-download-install__back-link:hover {
  color: #E3B505;
}

.page-resources-one88-mobile-app-download-install__title {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.page-resources-one88-mobile-app-download-install__subtitle {
  font-size: 1.1em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-one88-mobile-app-download-install__cta-button {
  display: inline-block;
  background-color: #E3B505;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-one88-mobile-app-download-install__cta-button:hover {
  background-color: #f5db9c;
  transform: translateY(-2px);
}

.page-resources-one88-mobile-app-download-install__content-section {
  padding: 40px 0;
}

.page-resources-one88-mobile-app-download-install__article-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-one88-mobile-app-download-install__heading {
  color: #0A2463;
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #E3B505;
  padding-bottom: 10px;
}

.page-resources-one88-mobile-app-download-install__sub-heading {
  color: #0A2463;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-one88-mobile-app-download-install__mini-heading {
  color: #0A2463;
  font-size: 1.2em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-one88-mobile-app-download-install__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-one88-mobile-app-download-install__list li {
  margin-bottom: 8px;
  color: #555;
}

.page-resources-one88-mobile-app-download-install__action-button {
  display: inline-block;
  background-color: #0A2463;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: background-color 0.3s ease;
}

.page-resources-one88-mobile-app-download-install__action-button:hover {
  background-color: #546692;
}

.page-resources-one88-mobile-app-download-install__action-button--android {
  background-color: #3DDC84; /* Android green */
  color: #0A2463;
}

.page-resources-one88-mobile-app-download-install__action-button--android:hover {
  background-color: #2ECC71;
}

.page-resources-one88-mobile-app-download-install__action-button--ios {
  background-color: #007AFF; /* iOS blue */
  color: #ffffff;
}

.page-resources-one88-mobile-app-download-install__action-button--ios:hover {
  background-color: #0056b3;
}

.page-resources-one88-mobile-app-download-install__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-one88-mobile-app-download-install__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-one88-mobile-app-download-install__image-wrapper figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

.page-resources-one88-mobile-app-download-install__faq {
  margin-top: 30px;
}

.page-resources-one88-mobile-app-download-install__faq-item {
  background-color: #f0f2f5;
  border-left: 4px solid #E3B505;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-resources-one88-mobile-app-download-install__faq-question {
  color: #0A2463;
  font-size: 1.1em;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-resources-one88-mobile-app-download-install__faq-question::after {
    content: '+';
    font-size: 1.2em;
    color: #E3B505;
    transition: transform 0.3s ease;
}

.page-resources-one88-mobile-app-download-install__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-one88-mobile-app-download-install__faq-answer {
  color: #555;
  font-size: 0.95em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-top: 0;
}

.page-resources-one88-mobile-app-download-install__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 10px;
}

.page-resources-one88-mobile-app-download-install__faq-answer .page-resources-one88-mobile-app-download-install__list {
  list-style: disc inside;
  padding-left: 15px;
  margin-top: 10px;
}

.page-resources-one88-mobile-app-download-install__cta-button--large {
  font-size: 1.3em;
  padding: 18px 35px;
  margin-top: 40px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-one88-mobile-app-download-install__tabs {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.page-resources-one88-mobile-app-download-install__tab-button {
  background-color: #f0f2f5;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  color: #555;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid transparent;
  margin-right: 5px;
}

.page-resources-one88-mobile-app-download-install__tab-button:hover {
  background-color: #e0e2e5;
}

.page-resources-one88-mobile-app-download-install__tab-button--active {
  background-color: #0A2463;
  color: #ffffff;
  border-bottom: 2px solid #E3B505;
}

.page-resources-one88-mobile-app-download-install__tab-button--active:hover {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-one88-mobile-app-download-install__tab-content {
  display: none;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.page-resources-one88-mobile-app-download-install__tab-content--active {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-one88-mobile-app-download-install__title {
    font-size: 2em;
  }
  .page-resources-one88-mobile-app-download-install__heading {
    font-size: 1.5em;
  }
  .page-resources-one88-mobile-app-download-install__sub-heading {
    font-size: 1.2em;
  }
  .page-resources-one88-mobile-app-download-install__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-one88-mobile-app-download-install__tab-button {
    padding: 10px 15px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-resources-one88-mobile-app-download-install__title {
    font-size: 1.8em;
  }
  .page-resources-one88-mobile-app-download-install__hero-section {
    padding: 40px 0;
  }
  .page-resources-one88-mobile-app-download-install__article-content {
    padding: 20px;
  }
  .page-resources-one88-mobile-app-download-install__tabs {
    flex-wrap: wrap;
  }
  .page-resources-one88-mobile-app-download-install__tab-button {
    flex: 1 1 auto;
    margin-bottom: 5px;
  }
}