.page-resources-2024-top-tx-games-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--dark-bg-1); /* Assumed dark background from shared.css */
}

.page-resources-2024-top-tx-games-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-2024-top-tx-games-review__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-2024-top-tx-games-review__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-2024-top-tx-games-review__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-2024-top-tx-games-review__hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-2024-top-tx-games-review__hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover;
}

.page-resources-2024-top-tx-games-review__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
  z-index: 1;
}

.page-resources-2024-top-tx-games-review__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.page-resources-2024-top-tx-games-review__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-2024-top-tx-games-review__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-2024-top-tx-games-review__btn-primary,
.page-resources-2024-top-tx-games-review__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box; /* Include padding in width calculation */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words */
}

.page-resources-2024-top-tx-games-review__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-resources-2024-top-tx-games-review__btn-primary:hover {
  background-color: #1a7fb3;
  border-color: #1a7fb3;
}

.page-resources-2024-top-tx-games-review__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-2024-top-tx-games-review__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-2024-top-tx-games-review__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-resources-2024-top-tx-games-review__light-bg {
  background-color: #FFFFFF;
  color: #333333; /* Dark text for light background */
}

.page-resources-2024-top-tx-games-review__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF; /* Light text for brand color background */
}

.page-resources-2024-top-tx-games-review__introduction .page-resources-2024-top-tx-games-review__section-title,
.page-resources-2024-top-tx-games-review__top-platforms .page-resources-2024-top-tx-games-review__section-title,
.page-resources-2024-top-tx-games-review__strategies .page-resources-2024-top-tx-games-review__section-title,
.page-resources-2024-top-tx-games-review__conclusion .page-resources-2024-top-tx-games-review__section-title {
  color: #26A9E0;
}

.page-resources-2024-top-tx-games-review__introduction .page-resources-2024-top-tx-games-review__section-description,
.page-resources-2024-top-tx-games-review__top-platforms .page-resources-2024-top-tx-games-review__section-description,
.page-resources-2024-top-tx-games-review__strategies .page-resources-2024-top-tx-games-review__section-description,
.page-resources-2024-top-tx-games-review__conclusion .page-resources-2024-top-tx-games-review__section-description {
  color: #333333;
}

.page-resources-2024-top-tx-games-review__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-top: 40px;
}

.page-resources-2024-top-tx-games-review__content-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.page-resources-2024-top-tx-games-review__text-block {
  flex: 1;
}

.page-resources-2024-top-tx-games-review__text-block h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-2024-top-tx-games-review__text-block p {
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-2024-top-tx-games-review__image {
  flex-shrink: 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-2024-top-tx-games-review__image--right {
  margin-left: 20px;
}

.page-resources-2024-top-tx-games-review__image--left {
  margin-right: 20px;
}

.page-resources-2024-top-tx-games-review__image--center {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
}

.page-resources-2024-top-tx-games-review__grid {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-2024-top-tx-games-review__grid--2-cols {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-resources-2024-top-tx-games-review__grid--3-cols {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-resources-2024-top-tx-games-review__card {
  background-color: #FFFFFF;
  color: #333333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.page-resources-2024-top-tx-games-review__card-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-2024-top-tx-games-review__card p {
  color: #555555;
}

.page-resources-2024-top-tx-games-review__platform-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-2024-top-tx-games-review__platform-item {
  text-align: center;
}

.page-resources-2024-top-tx-games-review__platform-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-2024-top-tx-games-review__platform-name {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-resources-2024-top-tx-games-review__platform-description {
  font-size: 1em;
  margin-bottom: 15px;
  color: #555555;
}

.page-resources-2024-top-tx-games-review__platform-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: #555555;
}

.page-resources-2024-top-tx-games-review__platform-features li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-2024-top-tx-games-review__platform-features li::before {
  content: '✓';
  color: #26A9E0;
  margin-right: 8px;
  font-weight: bold;
}

.page-resources-2024-top-tx-games-review__more-platforms-text {
  font-size: 1.1em;
  margin-top: 40px;
  color: #333333;
}

.page-resources-2024-top-tx-games-review__strategy-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 20px;
}

.page-resources-2024-top-tx-games-review__strategy-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #333333;
}

.page-resources-2024-top-tx-games-review__strategy-list li::before {
  content: '•';
  color: #26A9E0;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -5px;
}

.page-resources-2024-top-tx-games-review__faq-list {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.page-resources-2024-top-tx-games-review__faq-item {
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-2024-top-tx-games-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #26A9E0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  list-style: none; /* For details/summary native behavior */
}

.page-resources-2024-top-tx-games-review__faq-item[open] .page-resources-2024-top-tx-games-review__faq-question {
  border-bottom: 1px solid #ddd;
}

.page-resources-2024-top-tx-games-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-2024-top-tx-games-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-2024-top-tx-games-review__faq-item[open] .page-resources-2024-top-tx-games-review__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-resources-2024-top-tx-games-review__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
}

.page-resources-2024-top-tx-games-review__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-2024-top-tx-games-review__conclusion .page-resources-2024-top-tx-games-review__final-advice {
  font-size: 1.2em;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #333333;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-2024-top-tx-games-review__hero-title {
    font-size: 2.8em;
  }
  .page-resources-2024-top-tx-games-review__hero-description {
    font-size: 1.1em;
  }
  .page-resources-2024-top-tx-games-review__section-title {
    font-size: 2em;
  }
  .page-resources-2024-top-tx-games-review__content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-2024-top-tx-games-review__content-wrapper:nth-child(even) {
    flex-direction: column;
  }
  .page-resources-2024-top-tx-games-review__image--right,
  .page-resources-2024-top-tx-games-review__image--left {
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .page-resources-2024-top-tx-games-review {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-2024-top-tx-games-review__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile hero is not hidden */
    height: auto; /* Adjust height for mobile content */
    min-height: 60vh; /* Minimum height for hero */
  }
  .page-resources-2024-top-tx-games-review__hero-video {
    width: 100% !important;
    height: auto !important;
    min-width: unset;
    min-height: unset;
  }
  .page-resources-2024-top-tx-games-review__hero-title {
    font-size: 2.2em;
  }
  .page-resources-2024-top-tx-games-review__hero-description {
    font-size: 1em;
  }
  .page-resources-2024-top-tx-games-review__section {
    padding: 40px 0;
  }
  .page-resources-2024-top-tx-games-review__section-title {
    font-size: 1.8em;
  }
  .page-resources-2024-top-tx-games-review__container {
    padding: 0 15px;
  }
  .page-resources-2024-top-tx-games-review__btn-primary,
  .page-resources-2024-top-tx-games-review__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-2024-top-tx-games-review__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-2024-top-tx-games-review__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-2024-top-tx-games-review__platform-list {
    grid-template-columns: 1fr;
  }
  .page-resources-2024-top-tx-games-review__card {
    padding: 20px;
  }
  .page-resources-2024-top-tx-games-review__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto;
  }
  .page-resources-2024-top-tx-games-review__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-2024-top-tx-games-review__video-section,
  .page-resources-2024-top-tx-games-review__video-container,
  .page-resources-2024-top-tx-games-review__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-2024-top-tx-games-review__content-area,
  .page-resources-2024-top-tx-games-review__section,
  .page-resources-2024-top-tx-games-review__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-2024-top-tx-games-review p,
  .page-resources-2024-top-tx-games-review li {
    font-size: 16px;
  }
  .page-resources-2024-top-tx-games-review__text-block h3 {
    font-size: 1.3em;
  }
  .page-resources-2024-top-tx-games-review__card-title {
    font-size: 1.2em;
  }
  .page-resources-2024-top-tx-games-review__platform-name {
    font-size: 1.4em;
  }
  .page-resources-2024-top-tx-games-review__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-resources-2024-top-tx-games-review__faq-answer {
    padding: 15px 20px;
  }
}

/* Ensure content area images are at least 200px */
.page-resources-2024-top-tx-games-review__introduction .page-resources-2024-top-tx-games-review__image,
.page-resources-2024-top-tx-games-review__criteria .page-resources-2024-top-tx-games-review__image,
.page-resources-2024-top-tx-games-review__platform-item .page-resources-2024-top-tx-games-review__platform-image,
.page-resources-2024-top-tx-games-review__strategies .page-resources-2024-top-tx-games-review__image,
.page-resources-2024-top-tx-games-review__faq .page-resources-2024-top-tx-games-review__image {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-resources-2024-top-tx-games-review__introduction .page-resources-2024-top-tx-games-review__image,
  .page-resources-2024-top-tx-games-review__criteria .page-resources-2024-top-tx-games-review__image,
  .page-resources-2024-top-tx-games-review__platform-item .page-resources-2024-top-tx-games-review__platform-image,
  .page-resources-2024-top-tx-games-review__strategies .page-resources-2024-top-tx-games-review__image,
  .page-resources-2024-top-tx-games-review__faq .page-resources-2024-top-tx-games-review__image {
    min-width: unset !important;
    min-height: unset !important;
    width: 100% !important;
    height: auto !important;
  }
}