/* style/resources-top-777king-game-strategies.css */
.page-resources-top-777king-game-strategies {
  font-family: 'Arial', sans-serif;
  color: #E5E5D1; /* Light text for dark background */
  background-color: #1A1A2E; /* Primary dark background */
  line-height: 1.6;
  font-size: 16px;
}

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

.page-resources-top-777king-game-strategies__hero-section {
  background: linear-gradient(135deg, #1A1A2E 0%, #3D2D5B 100%);
  padding: 80px 0;
  text-align: center;
  color: #E5E5D1;
}

.page-resources-top-777king-game-strategies__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E6B34B;
  line-height: 1.2;
}

.page-resources-top-777king-game-strategies__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-top-777king-game-strategies__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.page-resources-top-777king-game-strategies__btn--primary {
  background-color: #E6B34B;
  color: #1A1A2E;
}

.page-resources-top-777king-game-strategies__btn--primary:hover {
  background-color: #F0C46B;
  transform: translateY(-2px);
}

.page-resources-top-777king-game-strategies__btn--secondary {
  background-color: transparent;
  color: #E6B34B;
  border: 2px solid #E6B34B;
  margin-right: 20px;
}

.page-resources-top-777king-game-strategies__btn--secondary:hover {
  background-color: #E6B34B;
  color: #1A1A2E;
  transform: translateY(-2px);
}

.page-resources-top-777king-game-strategies__content-wrapper {
  padding: 60px 0;
}

.page-resources-top-777king-game-strategies__article-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #2A2A3E;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-top-777king-game-strategies__back-link {
  margin-bottom: 30px;
  font-size: 1.1em;
}

.page-resources-top-777king-game-strategies__back-link a {
  color: #E6B34B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-top-777king-game-strategies__back-link a:hover {
  color: #F0C46B;
  text-decoration: underline;
}

.page-resources-top-777king-game-strategies__article h2 {
  font-size: 2.2em;
  color: #E6B34B;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(230, 179, 75, 0.3);
  padding-bottom: 10px;
}

.page-resources-top-777king-game-strategies__article h3 {
  font-size: 1.6em;
  color: #E5E5D1;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-top-777king-game-strategies__article p {
  margin-bottom: 1em;
  line-height: 1.7;
  color: #C0C0C0;
}

.page-resources-top-777king-game-strategies__article ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #C0C0C0;
}

.page-resources-top-777king-game-strategies__article ul li {
  margin-bottom: 0.5em;
}

.page-resources-top-777king-game-strategies__article-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-resources-top-777king-game-strategies__inline-btn {
  color: #E6B34B;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-top-777king-game-strategies__inline-btn:hover {
  color: #F0C46B;
}

.page-resources-top-777king-game-strategies__cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-top-777king-game-strategies__cta-group .page-resources-top-777king-game-strategies__btn {
  margin: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-top-777king-game-strategies__hero-title {
    font-size: 2.5em;
  }

  .page-resources-top-777king-game-strategies__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-top-777king-game-strategies__article-container {
    padding: 20px;
  }

  .page-resources-top-777king-game-strategies__article h2 {
    font-size: 1.8em;
  }

  .page-resources-top-777king-game-strategies__article h3 {
    font-size: 1.4em;
  }

  .page-resources-top-777king-game-strategies__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-top-777king-game-strategies__btn--secondary {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-resources-top-777king-game-strategies__cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-top-777king-game-strategies__hero-title {
    font-size: 2em;
  }

  .page-resources-top-777king-game-strategies__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-top-777king-game-strategies__article h2 {
    font-size: 1.5em;
  }

  .page-resources-top-777king-game-strategies__article h3 {
    font-size: 1.2em;
  }

  .page-resources-top-777king-game-strategies__btn {
    width: 100%;
    max-width: 280px;
  }
}