.page-resources-tg777-slot-best-strategies {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Explicitly set for clarity, though shared.css might handle body */
}

.page-resources-tg777-slot-best-strategies__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.page-resources-tg777-slot-best-strategies__hero-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px 20px;
  margin: 0 auto;
}

.page-resources-tg777-slot-best-strategies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-resources-tg777-slot-best-strategies__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-tg777-slot-best-strategies__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-tg777-slot-best-strategies__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  font-size: 1.1em;
}

.page-resources-tg777-slot-best-strategies__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-tg777-slot-best-strategies__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-resources-tg777-slot-best-strategies__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-tg777-slot-best-strategies__button--login:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-tg777-slot-best-strategies__button--play-now {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-tg777-slot-best-strategies__button--play-now:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-tg777-slot-best-strategies__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Subtle background */
}

.page-resources-tg777-slot-best-strategies__content-area {
  max-width: 800px; /* Optimal reading width */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-tg777-slot-best-strategies__table-of-contents {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.page-resources-tg777-slot-best-strategies__toc-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-tg777-slot-best-strategies__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-tg777-slot-best-strategies__toc-list li {
  margin-bottom: 10px;
}

.page-resources-tg777-slot-best-strategies__toc-link {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  transition: color 0.2s ease;
}

.page-resources-tg777-slot-best-strategies__toc-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-tg777-slot-best-strategies__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-tg777-slot-best-strategies__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-tg777-slot-best-strategies__article-subsubheading {
  font-size: 1.3em;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-tg777-slot-best-strategies__article-paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #444444;
}

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

.page-resources-tg777-slot-best-strategies__article-cta {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #f0f0f0;
  border-radius: 8px;
}

.page-resources-tg777-slot-best-strategies__article-cta-text {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #000000;
}

.page-resources-tg777-slot-best-strategies__back-link {
  display: inline-block;
  margin-top: 40px;
  text-decoration: none;
  color: #FCBC45;
  font-weight: bold;
  transition: color 0.2s ease;
}

.page-resources-tg777-slot-best-strategies__back-link:hover {
  color: #000000;
}

.page-resources-tg777-slot-best-strategies__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.page-resources-tg777-slot-best-strategies__related-title {
  font-size: 2em;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-tg777-slot-best-strategies__related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.page-resources-tg777-slot-best-strategies__related-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
}

.page-resources-tg777-slot-best-strategies__related-card:hover {
  transform: translateY(-5px);
}

.page-resources-tg777-slot-best-strategies__related-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-tg777-slot-best-strategies__related-card-title {
  font-size: 1.3em;
  color: #000000;
  margin: 15px 10px 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-tg777-slot-best-strategies__related-card-title a {
  text-decoration: none;
  color: #000000;
  transition: color 0.2s ease;
}

.page-resources-tg777-slot-best-strategies__related-card-title a:hover {
  color: #FCBC45;
}

.page-resources-tg777-slot-best-strategies__related-card-description {
  font-size: 0.95em;
  color: #666666;
  padding: 0 15px;
  margin-bottom: 15px;
}

.page-resources-tg777-slot-best-strategies__related-card-link {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 15px;
  transition: background-color 0.2s ease;
}

.page-resources-tg777-slot-best-strategies__related-card-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .page-resources-tg777-slot-best-strategies__hero-title {
    font-size: 2.5em;
  }

  .page-resources-tg777-slot-best-strategies__hero-description {
    font-size: 1em;
  }

  .page-resources-tg777-slot-best-strategies__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-tg777-slot-best-strategies__button {
    width: 80%;
  }

  .page-resources-tg777-slot-best-strategies__content-area {
    margin: 20px auto;
    padding: 0 15px;
  }

  .page-resources-tg777-slot-best-strategies__article-heading {
    font-size: 1.8em;
  }

  .page-resources-tg777-slot-best-strategies__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-tg777-slot-best-strategies__article-subsubheading {
    font-size: 1.1em;
  }

  .page-resources-tg777-slot-best-strategies__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-tg777-slot-best-strategies__related-grid {
    grid-template-columns: 1fr;
  }

  /* Ensure content area images do not overflow */
  .page-resources-tg777-slot-best-strategies img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-tg777-slot-best-strategies__hero-title {
    font-size: 2em;
  }

  .page-resources-tg777-slot-best-strategies__button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-tg777-slot-best-strategies__table-of-contents {
    padding: 15px;
  }
}