.page-resources-taya777-slot-latest-promos-analysis {
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF; /* Ensures a consistent background for the page content */
  padding-top: var(--header-offset, 120px); /* Space for fixed header */
}

.page-resources-taya777-slot-latest-promos-analysis__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-align: center;
  color: #FFFFFF;
  padding: 40px 20px;
  box-sizing: border-box;
}

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

.page-resources-taya777-slot-latest-promos-analysis__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-taya777-slot-latest-promos-analysis__hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay for text readability */
  border-radius: 10px;
}

.page-resources-taya777-slot-latest-promos-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
}

.page-resources-taya777-slot-latest-promos-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-taya777-slot-latest-promos-analysis__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-taya777-slot-latest-promos-analysis__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, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-taya777-slot-latest-promos-analysis__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-taya777-slot-latest-promos-analysis__button--register:hover {
  background-color: #f0f0f0;
}

.page-resources-taya777-slot-latest-promos-analysis__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-taya777-slot-latest-promos-analysis__button--login:hover {
  background-color: #e0a53b;
}

.page-resources-taya777-slot-latest-promos-analysis__button--play-now {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-resources-taya777-slot-latest-promos-analysis__button--play-now:hover {
  background-color: #e0a53b;
}

.page-resources-taya777-slot-latest-promos-analysis__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-taya777-slot-latest-promos-analysis__back-link {
  display: inline-block;
  margin-bottom: 40px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: color 0.3s ease;
}

.page-resources-taya777-slot-latest-promos-analysis__back-link:hover {
  color: #FCBC45;
}

.page-resources-taya777-slot-latest-promos-analysis__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-resources-taya777-slot-latest-promos-analysis__article-paragraph {
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-taya777-slot-latest-promos-analysis__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-resources-taya777-slot-latest-promos-analysis__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 30px;
  text-align: center;
  border-radius: 10px;
  margin: 60px 0;
}

.page-resources-taya777-slot-latest-promos-analysis__cta-heading {
  font-size: 2.5em;
  color: #FCBC45;
  margin-bottom: 20px;
}

.page-resources-taya777-slot-latest-promos-analysis__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-taya777-slot-latest-promos-analysis__related-resources {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.page-resources-taya777-slot-latest-promos-analysis__related-heading {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-taya777-slot-latest-promos-analysis__resource-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-taya777-slot-latest-promos-analysis__card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-taya777-slot-latest-promos-analysis__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-taya777-slot-latest-promos-analysis__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistent card appearance */
  object-fit: cover;
  display: block;
  min-width: 200px; /* Card images must also meet minimum size */
  min-height: 200px;
}

.page-resources-taya777-slot-latest-promos-analysis__card-title {
  font-size: 1.5em;
  color: #000000;
  padding: 20px 20px 10px;
  margin: 0;
}

.page-resources-taya777-slot-latest-promos-analysis__card-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.page-resources-taya777-slot-latest-promos-analysis__card-title a:hover {
  color: #FCBC45;
}

.page-resources-taya777-slot-latest-promos-analysis__card-description {
  font-size: 1em;
  color: #555555;
  padding: 0 20px 20px;
  flex-grow: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-taya777-slot-latest-promos-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__hero-description {
    font-size: 1.1em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__article-heading {
    font-size: 2em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__cta-heading {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-taya777-slot-latest-promos-analysis__hero-section {
    min-height: 400px;
    padding: 30px 15px;
  }
  .page-resources-taya777-slot-latest-promos-analysis__hero-container {
    padding: 30px;
  }
  .page-resources-taya777-slot-latest-promos-analysis__hero-title {
    font-size: 2.2em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-taya777-slot-latest-promos-analysis__button {
    width: 100%;
    max-width: 280px;
  }
  .page-resources-taya777-slot-latest-promos-analysis__content-area {
    margin: 30px auto;
    padding: 0 15px;
    font-size: 1em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__article-heading {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .page-resources-taya777-slot-latest-promos-analysis__cta-section {
    padding: 40px 20px;
    margin: 40px 0;
  }
  .page-resources-taya777-slot-latest-promos-analysis__cta-heading {
    font-size: 2em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__resource-cards {
    grid-template-columns: 1fr;
  }
  .page-resources-taya777-slot-latest-promos-analysis__article-image,
  .page-resources-taya777-slot-latest-promos-analysis__card-image {
    max-width: 100%;
    height: auto; /* Ensures images are responsive and do not overflow */
  }
}

@media (max-width: 480px) {
  .page-resources-taya777-slot-latest-promos-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__hero-description {
    font-size: 0.9em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__article-heading {
    font-size: 1.6em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__cta-heading {
    font-size: 1.8em;
  }
  .page-resources-taya777-slot-latest-promos-analysis__button--play-now {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}