:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient-start: #2AD16F;
  --button-gradient-end: #13994A;
  --card-bg: #11271B;
  --section-bg: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

.page-blog-online-poker-strategy-tips {
  font-family: 'Arial', sans-serif;
  color: var(--text-main);
  background: var(--section-bg);
  line-height: 1.6;
  padding-bottom: 60px;
}

.page-blog-online-poker-strategy-tips__content-area,
.page-blog-online-poker-strategy-tips__text-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: var(--section-bg);
  color: var(--text-main);
}

.page-blog-online-poker-strategy-tips h1,
.page-blog-online-poker-strategy-tips h2,
.page-blog-online-poker-strategy-tips h3,
.page-blog-online-poker-strategy-tips h4 {
  color: var(--gold-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-online-poker-strategy-tips h1 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  color: var(--gold-color);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-online-poker-strategy-tips h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: var(--secondary-color);
  margin-top: 40px;
}

.page-blog-online-poker-strategy-tips h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 30px;
}

.page-blog-online-poker-strategy-tips p {
  margin-bottom: 15px;
  font-size: 17px;
  color: var(--text-main);
}

.page-blog-online-poker-strategy-tips a {
  color: var(--glow-color);
  text-decoration: none;
}

.page-blog-online-poker-strategy-tips a:hover {
  text-decoration: underline;
  color: var(--gold-color);
}

.page-blog-online-poker-strategy-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px;
  background: var(--deep-green-color);
}

.page-blog-online-poker-strategy-tips__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-online-poker-strategy-tips__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-online-poker-strategy-tips__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-online-poker-strategy-tips__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: var(--text-main);
}

.page-blog-online-poker-strategy-tips__hero-content p {
  font-size: 18px;
  max-width: 800px;
  margin: 15px auto 30px;
  color: var(--text-secondary);
}

.page-blog-online-poker-strategy-tips__cta-button,
.page-blog-online-poker-strategy-tips__btn-primary,
.page-blog-online-poker-strategy-tips__btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-online-poker-strategy-tips__cta-button,
.page-blog-online-poker-strategy-tips__btn-primary {
  background: linear-gradient(180deg, var(--button-gradient-start) 0%, var(--button-gradient-end) 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-online-poker-strategy-tips__cta-button:hover,
.page-blog-online-poker-strategy-tips__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  filter: brightness(1.1);
}

.page-blog-online-poker-strategy-tips__btn-secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  margin-left: 20px;
}

.page-blog-online-poker-strategy-tips__btn-secondary:hover {
  background: rgba(var(--primary-color), 0.1);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-online-poker-strategy-tips__image-content {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-online-poker-strategy-tips__faq-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 20px;
  background: var(--card-bg);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-online-poker-strategy-tips__faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: var(--gold-color);
}

details.page-blog-online-poker-strategy-tips__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--deep-green-color);
}
details.page-blog-online-poker-strategy-tips__faq-item summary.page-blog-online-poker-strategy-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--text-main);
}
details.page-blog-online-poker-strategy-tips__faq-item summary.page-blog-online-poker-strategy-tips__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-online-poker-strategy-tips__faq-item summary.page-blog-online-poker-strategy-tips__faq-question:hover {
  background: rgba(var(--primary-color), 0.2);
}
.page-blog-online-poker-strategy-tips__faq-qtext {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main);
}
.page-blog-online-poker-strategy-tips__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--glow-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-online-poker-strategy-tips__faq-item .page-blog-online-poker-strategy-tips__faq-answer {
  padding: 0 20px 20px;
  background: rgba(var(--primary-color), 0.1);
  border-radius: 0 0 5px 5px;
  color: var(--text-secondary);
}

.page-blog-online-poker-strategy-tips__faq-answer p {
  font-size: 16px;
  color: var(--text-secondary);
}

.page-blog-online-poker-strategy-tips__cta-footer {
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .page-blog-online-poker-strategy-tips__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-online-poker-strategy-tips__hero-image img {
    border-radius: 4px;
    min-width: 200px !important;
    min-
  }

  .page-blog-online-poker-strategy-tips h1 {
    font-size: 28px;
  }

  .page-blog-online-poker-strategy-tips__hero-content p {
    font-size: 16px;
  }

  .page-blog-online-poker-strategy-tips__cta-button,
  .page-blog-online-poker-strategy-tips__btn-primary,
  .page-blog-online-poker-strategy-tips__btn-secondary {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }

  .page-blog-online-poker-strategy-tips__cta-footer {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-online-poker-strategy-tips__content-area,
  .page-blog-online-poker-strategy-tips__faq-section {
    padding: 20px 15px;
  }

  .page-blog-online-poker-strategy-tips p {
    font-size: 16px;
  }

  .page-blog-online-poker-strategy-tips__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 150px !important;
  }

  details.page-blog-online-poker-strategy-tips__faq-item summary.page-blog-online-poker-strategy-tips__faq-question { padding: 15px; }
  .page-blog-online-poker-strategy-tips__faq-qtext { font-size: 15px; }
  .page-blog-online-poker-strategy-tips__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-online-poker-strategy-tips__faq-answer p {
    font-size: 15px;
  }
}

.page-blog-online-poker-strategy-tips img {
  max-width: 100%;
  height: auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-online-poker-strategy-tips__text-block,
.page-blog-online-poker-strategy-tips__faq-section {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-blog-online-poker-strategy-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-
  }
  
  .page-blog-online-poker-strategy-tips__section,
  .page-blog-online-poker-strategy-tips__card,
  .page-blog-online-poker-strategy-tips__container,
  .page-blog-online-poker-strategy-tips__text-block,
  .page-blog-online-poker-strategy-tips__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-blog-online-poker-strategy-tips img {
  filter: none !important;
}

.page-blog-online-poker-strategy-tips__content-area img {
  min-width: 200px;
  min-height: 200px;
}