/* style/resources-taya777-apk-game-strategy.css */
.page-resources-taya777-apk-game-strategy {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #FFFFFF; /* Explicitly set for clarity, though body is white */
}

.page-resources-taya777-apk-game-strategy__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  gap: 40px;
}

.page-resources-taya777-apk-game-strategy__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-taya777-apk-game-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login color for emphasis */
  line-height: 1.2;
}

.page-resources-taya777-apk-game-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-taya777-apk-game-strategy__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-taya777-apk-game-strategy__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 180px;
  text-align: center;
  font-size: 1.1em;
}

.page-resources-taya777-apk-game-strategy__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-taya777-apk-game-strategy__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-resources-taya777-apk-game-strategy__button--download {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-taya777-apk-game-strategy__button--download:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-taya777-apk-game-strategy__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-taya777-apk-game-strategy__content-area {
  max-width: 800px; /* Content width controlled for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-taya777-apk-game-strategy__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-taya777-apk-game-strategy__back-link:hover {
  text-decoration: underline;
}

.page-resources-taya777-apk-game-strategy__article-container {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-taya777-apk-game-strategy__article-heading {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 25px;
  line-height: 1.2;
}

.page-resources-taya777-apk-game-strategy__sub-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-taya777-apk-game-strategy__game-section {
  margin-bottom: 40px;
}

.page-resources-taya777-apk-game-strategy__game-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-taya777-apk-game-strategy__game-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-taya777-apk-game-strategy__mini-heading {
  font-size: 1.3em;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-taya777-apk-game-strategy__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-taya777-apk-game-strategy__list li {
  margin-bottom: 8px;
}

.page-resources-taya777-apk-game-strategy__tip-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-taya777-apk-game-strategy__tip-card {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-taya777-apk-game-strategy__tip-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-taya777-apk-game-strategy__tip-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
  border-radius: 8px;
  min-width: 200px; /* Enforce minimum size for content images */
  min-height: 200px; /* Enforce minimum size for content images */
}

.page-resources-taya777-apk-game-strategy__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-top: 15px;
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-taya777-apk-game-strategy__button--small:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-taya777-apk-game-strategy__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
}

.page-resources-taya777-apk-game-strategy__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
}

.page-resources-taya777-apk-game-strategy__button--large {
  padding: 18px 35px;
  font-size: 1.3em;
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-taya777-apk-game-strategy__button--large:hover {
  background-color: transparent;
  color: #FCBC45;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-taya777-apk-game-strategy__hero-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-resources-taya777-apk-game-strategy__hero-section {
    padding: 40px 15px;
  }

  .page-resources-taya777-apk-game-strategy__hero-title {
    font-size: 2.5em;
  }

  .page-resources-taya777-apk-game-strategy__hero-description {
    font-size: 1em;
  }

  .page-resources-taya777-apk-game-strategy__hero-actions {
    flex-direction: column;
  }

  .page-resources-taya777-apk-game-strategy__button {
    width: 100%;
    max-width: 280px;
  }

  .page-resources-taya777-apk-game-strategy__content-area {
    padding: 0 15px;
  }

  .page-resources-taya777-apk-game-strategy__article-heading {
    font-size: 2em;
  }

  .page-resources-taya777-apk-game-strategy__sub-heading {
    font-size: 1.6em;
  }

  .page-resources-taya777-apk-game-strategy__game-title {
    font-size: 1.5em;
  }

  .page-resources-taya777-apk-game-strategy__tip-card-grid {
    grid-template-columns: 1fr;
  }

  /* Ensure content area images do not overflow */
  .page-resources-taya777-apk-game-strategy__hero-image img,
  .page-resources-taya777-apk-game-strategy__game-image,
  .page-resources-taya777-apk-game-strategy__tip-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-taya777-apk-game-strategy__cta-text {
    font-size: 1.2em;
  }
}