.page-resources-taya777-slot-game-guide {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

@media (max-width: 768px) {
  .page-resources-taya777-slot-game-guide {
    overflow-x: hidden; /* Prevent horizontal scroll on mobile */
  }
}

.page-resources-taya777-slot-game-guide__hero-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
}

.page-resources-taya777-slot-game-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-resources-taya777-slot-game-guide__hero-overlay {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
  border-radius: 8px;
  max-width: 900px;
  margin: 20px;
}

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

.page-resources-taya777-slot-game-guide__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-taya777-slot-game-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-resources-taya777-slot-game-guide__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-taya777-slot-game-guide__button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-resources-taya777-slot-game-guide__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-taya777-slot-game-guide__button--login:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-taya777-slot-game-guide__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-taya777-slot-game-guide__table-of-contents {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 40px;
}

.page-resources-taya777-slot-game-guide__toc-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}

.page-resources-taya777-slot-game-guide__toc-list {
  list-style: none;
  padding: 0;
}

.page-resources-taya777-slot-game-guide__toc-list li {
  margin-bottom: 10px;
}

.page-resources-taya777-slot-game-guide__toc-link {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-taya777-slot-game-guide__toc-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-taya777-slot-game-guide__article-content {
  font-size: 1.1em;
}

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

.page-resources-taya777-slot-game-guide__paragraph {
  margin-bottom: 20px;
}

.page-resources-taya777-slot-game-guide__ordered-list,
.page-resources-taya777-slot-game-guide__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-taya777-slot-game-guide__ordered-list li,
.page-resources-taya777-slot-game-guide__unordered-list li {
  margin-bottom: 10px;
}

.page-resources-taya777-slot-game-guide__inline-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-taya777-slot-game-guide__inline-link:hover {
  text-decoration: underline;
}

.page-resources-taya777-slot-game-guide__image-figure {
  margin: 30px 0;
  text-align: center;
}

.page-resources-taya777-slot-game-guide__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px; /* Enforce minimum image size */
}

.page-resources-taya777-slot-game-guide__image-caption {
  font-style: italic;
  color: #666666;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-resources-taya777-slot-game-guide__quote {
  background-color: #f0f8ff; /* Light blue for quotes */
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #333333;
  border-radius: 0 8px 8px 0;
}

.page-resources-taya777-slot-game-guide__center-cta {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-taya777-slot-game-guide__button--download {
    background-color: #000000;
    color: #FFFFFF;
}

.page-resources-taya777-slot-game-guide__button--download:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

.page-resources-taya777-slot-game-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-taya777-slot-game-guide__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-taya777-slot-game-guide__faq-answer {
  color: #555555;
}

.page-resources-taya777-slot-game-guide__final-cta {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-taya777-slot-game-guide__button--play-now {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-taya777-slot-game-guide__button--play-now:hover {
  background-color: #e6a73c;
  transform: translateY(-3px);
}

.page-resources-taya777-slot-game-guide__return-link-container {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.page-resources-taya777-slot-game-guide__return-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-taya777-slot-game-guide__return-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-taya777-slot-game-guide__main-title {
    font-size: 2.2em;
  }
  .page-resources-taya777-slot-game-guide__description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-taya777-slot-game-guide__hero-section {
    min-height: 400px;
  }
  .page-resources-taya777-slot-game-guide__hero-overlay {
    padding: 30px 15px;
  }
  .page-resources-taya777-slot-game-guide__main-title {
    font-size: 1.8em;
  }
  .page-resources-taya777-slot-game-guide__description {
    font-size: 1em;
  }
  .page-resources-taya777-slot-game-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-taya777-slot-game-guide__button {
    width: 100%;
    padding: 12px 20px;
  }
  .page-resources-taya777-slot-game-guide__content-area {
    margin: 20px auto;
    padding: 0 15px;
  }
  .page-resources-taya777-slot-game-guide__table-of-contents {
    padding: 20px;
  }
  .page-resources-taya777-slot-game-guide__toc-title {
    font-size: 1.6em;
  }
  .page-resources-taya777-slot-game-guide__article-heading {
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-resources-taya777-slot-game-guide__article-content,
  .page-resources-taya777-slot-game-guide__paragraph {
    font-size: 1em;
  }
  /* Ensure all images in content area are responsive and not smaller than 200px */
  .page-resources-taya777-slot-game-guide img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-resources-taya777-slot-game-guide__main-title {
    font-size: 1.5em;
  }
  .page-resources-taya777-slot-game-guide__hero-overlay {
    padding: 20px 10px;
  }
  .page-resources-taya777-slot-game-guide__button {
    font-size: 1em;
    padding: 10px 15px;
  }
  .page-resources-taya777-slot-game-guide__toc-title {
    font-size: 1.4em;
  }
  .page-resources-taya777-slot-game-guide__article-heading {
    font-size: 1.4em;
  }
  .page-resources-taya777-slot-game-guide__button--play-now {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}