/* style/resources-go99-game-strategies.css */
.page-resources-go99-game-strategies {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-resources-go99-game-strategies__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 60%, #E3B505 100%);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-resources-go99-game-strategies__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-go99-game-strategies__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-go99-game-strategies__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, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-go99-game-strategies__btn--primary {
  background-color: #E3B505;
  color: #0A2463;
}

.page-resources-go99-game-strategies__btn--primary:hover {
  background-color: #d1a604;
  transform: translateY(-2px);
}

.page-resources-go99-game-strategies__btn--secondary {
  background-color: transparent;
  color: #E3B505;
  border: 2px solid #E3B505;
  margin-left: 15px;
}

.page-resources-go99-game-strategies__btn--secondary:hover {
  background-color: #E3B505;
  color: #0A2463;
  transform: translateY(-2px);
}

.page-resources-go99-game-strategies__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-go99-game-strategies__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-go99-game-strategies__heading {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #E3B505;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-go99-game-strategies__subheading {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-go99-game-strategies__article-content p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #333333;
}

.page-resources-go99-game-strategies__article-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.page-resources-go99-game-strategies__article-content li {
  margin-bottom: 0.5em;
  color: #333333;
}

.page-resources-go99-game-strategies__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-go99-game-strategies__cta-section {
  background-color: #f0f2f5;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-go99-game-strategies__cta-title {
  font-size: 2em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-resources-go99-game-strategies__cta-section p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #555555;
}

.page-resources-go99-game-strategies__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
}

.page-resources-go99-game-strategies__related-resources ul {
  list-style-type: none;
  padding: 0;
}

.page-resources-go99-game-strategies__related-resources li {
  margin-bottom: 10px;
}

.page-resources-go99-game-strategies__related-resources a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-go99-game-strategies__related-resources a:hover {
  color: #E3B505;
  text-decoration: underline;
}

.page-resources-go99-game-strategies__back-link {
  display: inline-block;
  margin-top: 30px;
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #0A2463;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-go99-game-strategies__back-link:hover {
  background-color: #0A2463;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-go99-game-strategies__hero-title {
    font-size: 2em;
  }

  .page-resources-go99-game-strategies__hero-subtitle {
    font-size: 1em;
  }

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

  .page-resources-go99-game-strategies__subheading {
    font-size: 1.3em;
  }

  .page-resources-go99-game-strategies__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-go99-game-strategies__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-go99-game-strategies__hero-title {
    font-size: 1.5em;
  }

  .page-resources-go99-game-strategies__hero-subtitle {
    font-size: 0.9em;
  }

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

  .page-resources-go99-game-strategies__subheading {
    font-size: 1.1em;
  }

  .page-resources-go99-game-strategies__btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .page-resources-go99-game-strategies__btn--secondary {
    margin-left: 0;
  }

  .page-resources-go99-game-strategies__cta-section {
    padding: 30px 20px;
  }

  .page-resources-go99-game-strategies__cta-title {
    font-size: 1.5em;
  }
}