/* General page styling */
.page-resources-poker-zingplay-gameplay-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: var(--secondary-color); /* Matches body background #FFFFFF */
}

.page-resources-poker-zingplay-gameplay-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-poker-zingplay-gameplay-guide__section-title {
  font-size: 2.5em;
  color: #017439; /* Primary color for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}}