.page-resources-may88-mobile-app-download {
  --primary-color: #4A0E6B;
  --secondary-color: #FFD700;
  --text-dark: #333;
  --text-light: #f8f8f8;
  --background-light: #ffffff;
  --background-dark: #222;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

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

.page-resources-may88-mobile-app-download .hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #805697 100%); /* Adjusted for contrast */
  color: var(--text-light);
  padding: 80px 0;
  text-align: center;
}

.page-resources-may88-mobile-app-download .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-resources-may88-mobile-app-download .hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-resources-may88-mobile-app-download .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-may88-mobile-app-download .btn-primary {
  background-color: var(--secondary-color);
  color: var(--primary-color); /* Ensure contrast */
  border: 2px solid var(--secondary-color);
}

.page-resources-may88-mobile-app-download .btn-primary:hover {
  background-color: #b39700; /* Darker gold for hover */
  color: var(--primary-color);
}

.page-resources-may88-mobile-app-download .btn-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-may88-mobile-app-download .btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-may88-mobile-app-download .article-content {
  padding: 40px 0;
  background-color: var(--background-light);
}

.page-resources-may88-mobile-app-download .article-body h2 {
  font-size: 2em;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-may88-mobile-app-download .article-body h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-may88-mobile-app-download .article-body h4 {
  font-size: 1.2em;
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-may88-mobile-app-download .article-body p {
  margin-bottom: 1em;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-may88-mobile-app-download .article-body ol,
.page-resources-may88-mobile-app-download .article-body ul {
  margin-bottom: 1em;
  padding-left: 25px;
}

.page-resources-may88-mobile-app-download .article-body li {
  margin-bottom: 0.5em;
}

.page-resources-may88-mobile-app-download .article-body a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-resources-may88-mobile-app-download .article-body a:hover {
  text-decoration: underline;
}

.page-resources-may88-mobile-app-download .article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-may88-mobile-app-download .cta-paragraph {
  text-align: center;
  margin: 30px 0;
}

.page-resources-may88-mobile-app-download .cta-block {
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-may88-mobile-app-download .cta-block .cta-text {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--text-light);
}

.page-resources-may88-mobile-app-download .cta-block .cta-btn {
  margin: 10px;
}

.page-resources-may88-mobile-app-download .related-resources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-may88-mobile-app-download .related-resources h3 {
  color: var(--primary-color);
  font-size: 1.8em;
  margin-bottom: 20px;
}

.page-resources-may88-mobile-app-download .related-resources ul {
  list-style: none;
  padding: 0;
}

.page-resources-may88-mobile-app-download .related-resources li {
  margin-bottom: 10px;
}

.page-resources-may88-mobile-app-download .related-resources li a {
  color: var(--primary-color);
  font-weight: normal;
  font-size: 1.1em;
}

.page-resources-may88-mobile-app-download .back-link {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-may88-mobile-app-download .back-link a {
  font-size: 1.1em;
  color: var(--primary-color);
  font-weight: bold;
}

.page-resources-may88-mobile-app-download .highlight-keyword {
  color: var(--primary-color);
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-may88-mobile-app-download .hero-title {
    font-size: 2em;
  }

  .page-resources-may88-mobile-app-download .hero-subtitle {
    font-size: 1em;
  }

  .page-resources-may88-mobile-app-download .article-body h2 {
    font-size: 1.7em;
  }

  .page-resources-may88-mobile-app-download .article-body h3 {
    font-size: 1.3em;
  }

  .page-resources-may88-mobile-app-download .cta-block {
    padding: 30px 20px;
  }

  .page-resources-may88-mobile-app-download .cta-block .cta-text {
    font-size: 1.2em;
  }

  .page-resources-may88-mobile-app-download .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-resources-may88-mobile-app-download .hero-title {
    font-size: 1.6em;
  }

  .page-resources-may88-mobile-app-download .hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-may88-mobile-app-download .article-body h2 {
    font-size: 1.5em;
  }

  .page-resources-may88-mobile-app-download .article-body h3 {
    font-size: 1.1em;
  }

  .page-resources-may88-mobile-app-download .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .page-resources-may88-mobile-app-download .cta-block .cta-btn {
    margin: 5px 0;
  }
}