.page-resources-viva88-game-strategies {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for body text on dark background */
  background-color: #1A2B4C; /* Primary dark blue background */
}

.page-resources-viva88-game-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-viva88-game-strategies__hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #3A4B6C 100%); /* Dark blue gradient */
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-viva88-game-strategies__back-link {
  display: inline-block;
  color: #FFD700; /* Gold for accent */
  text-decoration: none;
  margin-bottom: 30px;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-viva88-game-strategies__back-link:hover {
  color: #FFF;
}

.page-resources-viva88-game-strategies__title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-viva88-game-strategies__subtitle {
  font-size: 1.3em;
  color: #C0C0C0;
  margin-bottom: 40px;
}

.page-resources-viva88-game-strategies__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA button */
  color: #1A2B4C; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-viva88-game-strategies__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-viva88-game-strategies__content-section {
  padding: 60px 0;
  background-color: #1A2B4C;
}

.page-resources-viva88-game-strategies__article-content {
  max-width: 800px;
  margin: 0 auto;
  background-color: #2A3B5C; /* Slightly lighter dark blue for content background */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-viva88-game-strategies__article-content p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-viva88-game-strategies__heading {
  font-size: 2em;
  color: #FFD700; /* Gold for main section headings */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-viva88-game-strategies__sub-heading {
  font-size: 1.6em;
  color: #FFD700; /* Gold for sub-headings */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-viva88-game-strategies__mini-heading {
  font-size: 1.3em;
  color: #FFD700; /* Gold for smaller headings */
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-viva88-game-strategies__article-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #C0C0C0;
}

.page-resources-viva88-game-strategies__article-content ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-viva88-game-strategies__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-viva88-game-strategies__inline-cta {
  display: inline-block;
  background-color: #FFD700; /* Gold for inline CTA */
  color: #1A2B4C;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 15px;
  margin-bottom: 25px;
  transition: background-color 0.3s ease;
}

.page-resources-viva88-game-strategies__inline-cta:hover {
  background-color: #e6c200;
}

.page-resources-viva88-game-strategies__action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-resources-viva88-game-strategies__cta-button--primary {
  background-color: #FFD700;
  color: #1A2B4C;
}

.page-resources-viva88-game-strategies__cta-button--secondary {
  background-color: #4A5B7C; /* A darker blue for secondary action */
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-viva88-game-strategies__cta-button--secondary:hover {
  background-color: #5A6B8C;
  color: #FFF;
}

@media (max-width: 768px) {
  .page-resources-viva88-game-strategies__title {
    font-size: 2.2em;
  }

  .page-resources-viva88-game-strategies__subtitle {
    font-size: 1.1em;
  }

  .page-resources-viva88-game-strategies__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-resources-viva88-game-strategies__article-content {
    padding: 25px;
  }

  .page-resources-viva88-game-strategies__heading {
    font-size: 1.8em;
  }

  .page-resources-viva88-game-strategies__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-viva88-game-strategies__mini-heading {
    font-size: 1.2em;
  }

  .page-resources-viva88-game-strategies__action-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-viva88-game-strategies__hero {
    padding: 60px 0 40px;
  }

  .page-resources-viva88-game-strategies__title {
    font-size: 1.8em;
  }

  .page-resources-viva88-game-strategies__subtitle {
    font-size: 0.9em;
  }

  .page-resources-viva88-game-strategies__cta-button {
    padding: 10px 20px;
  }

  .page-resources-viva88-game-strategies__article-content {
    padding: 15px;
  }

  .page-resources-viva88-game-strategies__heading {
    font-size: 1.5em;
  }

  .page-resources-viva88-game-strategies__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-viva88-game-strategies__mini-heading {
    font-size: 1.1em;
  }
  
  .page-resources-viva88-game-strategies__back-link {
    margin-bottom: 20px;
    font-size: 1em;
  }
}