.page-resources-texas-poker-advanced-strategies {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Ensure body background is dark */
}

.page-resources-texas-poker-advanced-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-texas-poker-advanced-strategies__section {
  padding: 60px 0;
}

.page-resources-texas-poker-advanced-strategies__dark-bg {
  background-color: #017439; /* Brand primary color for dark sections */
  color: #ffffff;
}

.page-resources-texas-poker-advanced-strategies__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Hero Section */
.page-resources-texas-poker-advanced-strategies__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  overflow: hidden;
}

.page-resources-texas-poker-advanced-strategies__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 20px;
}

.page-resources-texas-poker-advanced-strategies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-texas-poker-advanced-strategies__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-texas-poker-advanced-strategies__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

/* Headings */
.page-resources-texas-poker-advanced-strategies__heading {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-texas-poker-advanced-strategies__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: inherit;
}

/* Paragraphs */
.page-resources-texas-poker-advanced-strategies__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: inherit;
}

/* Buttons */
.page-resources-texas-poker-advanced-strategies__hero-cta-buttons,
.page-resources-texas-poker-advanced-strategies__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-texas-poker-advanced-strategies__btn-primary,
.page-resources-texas-poker-advanced-strategies__btn-secondary {
  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-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-texas-poker-advanced-strategies__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom color for register/login font */
  border: 2px solid #C30808;
}