.page-card-games-texas-holdem-rules-advanced-strategy {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1A1A1A; /* Dark background */
  line-height: 1.6;
}

.page-card-games-texas-holdem-rules-advanced-strategy a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
}

.page-card-games-texas-holdem-rules-advanced-strategy a:hover {
  text-decoration: underline;
  color: #DC143C; /* Accent red on hover */
}

.page-card-games-texas-holdem-rules-advanced-strategy__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #000000 0%, #333333 50%, #000000 100%);
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-card-games-texas-holdem-rules-advanced-strategy__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-card-games-texas-holdem-rules-advanced-strategy__hero-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-card-games-texas-holdem-rules-advanced-strategy__hero-title a {
  color: inherit;
}

.page-card-games-texas-holdem-rules-advanced-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-card-games-texas-holdem-rules-advanced-strategy__hero-image-container {
  margin-top: 40px;
  width: 100%;
  max-width: 1000px;
}

.page-card-games-texas-holdem-rules-advanced-strategy__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-card-games-texas-holdem-rules-advanced-strategy__section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-card-games-texas-holdem-rules-advanced-strategy__section:last-of-type {
  border-bottom: none;
}

.page-card-games-texas-holdem-rules-advanced-strategy__section-title {
  font-size: 2.2em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-card-games-texas-holdem-rules-advanced-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #DC143C;
  border-radius: 2px;
}

.page-card-games-texas-holdem-rules-advanced-strategy__subsection-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #DC143C;
  padding-left: 15px;
}

.page-card-games-texas-holdem-rules-advanced-strategy p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-card-games-texas-holdem-rules-advanced-strategy ul,
.page-card-games-texas-holdem-rules-advanced-strategy ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-card-games-texas-holdem-rules-advanced-strategy li {
  margin-bottom: 10px;
  color: #E0E0E0;
}

.page-card-games-texas-holdem-rules-advanced-strategy li strong {
  color: #FFD700;
}

.page-card-games-texas-holdem-rules-advanced-strategy__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.page-card-games-texas-holdem-rules-advanced-strategy__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text */
  border: none;
}

.page-card-games-texas-holdem-rules-advanced-strategy__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-card-games-texas-holdem-rules-advanced-strategy__btn--accent {
  background-color: #DC143C; /* Accent red button */
  color: #FFFFFF; /* White text */
  border: none;
}

.page-card-games-texas-holdem-rules-advanced-strategy__btn--accent:hover {
  background-color: #C20A2F;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(220, 20, 60, 0.4);
}

.page-card-games-texas-holdem-rules-advanced-strategy__image-wrapper {
  margin: 30px auto;
  max-width: 800px;
  text-align: center;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-card-games-texas-holdem-rules-advanced-strategy__content-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-card-games-texas-holdem-rules-advanced-strategy figcaption {
  font-style: italic;
  font-size: 0.9em;
  color: #B0B0B0;
  padding: 10px 15px;
  background-color: #282828;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.page-card-games-texas-holdem-rules-advanced-strategy__cta-box {
  background-color: #282828;
  border: 2px solid #FFD700;
  border-radius: 10px;
  padding: 30px;
  margin: 50px auto;
  text-align: center;
  max-width: 700px;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
}

.page-card-games-texas-holdem-rules-advanced-strategy__cta-text {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 25px;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-card-games-texas-holdem-rules-advanced-strategy__hero {
    padding: 40px 15px;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__hero-title {
    font-size: 2em;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__hero-description {
    font-size: 1em;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__section {
    padding: 30px 15px;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__section-title {
    font-size: 1.8em;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__subsection-title {
    font-size: 1.4em;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__cta-text {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-card-games-texas-holdem-rules-advanced-strategy__hero-title {
    font-size: 1.6em;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__section-title {
    font-size: 1.5em;
  }

  .page-card-games-texas-holdem-rules-advanced-strategy__subsection-title {
    font-size: 1.2em;
  }
}