/* style/blog-top-5-online-poker-tips-for-beginners-ph.css */
.page-blog-top-5-online-poker-tips-for-beginners-ph {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-blog-top-5-online-poker-tips-for-beginners-ph__hero-section {
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, main padding-top handled by body */
  text-align: center;
  background-color: #000000; /* Dark background for hero section */
  color: #FFFFFF;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__hero-image {
  max-width: 1200px;
  margin: 0 auto 20px auto;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__main-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FCBC45; /* Highlight with accent color */
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__intro-text {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__button--register {
  background-color: #FCBC45;
  color: #000000;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__button--register:hover {
  background-color: #e0a53b;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__button--play, .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__button--bonus {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__button--play:hover, .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__button--bonus:hover {
  background-color: #FCBC45;
  color: #FFFFFF;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-top: -50px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 1;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__article-meta {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__section-title {
  font-size: 1.8rem;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__article p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__article strong {
  color: #000000;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__related-articles {
  list-style-type: disc;
  padding-left: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__related-articles li {
  margin-bottom: 10px;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__related-articles li a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: 600;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__related-articles li a:hover {
  text-decoration: underline;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__back-link-container {
  text-align: center;
  margin-top: 50px;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__back-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__back-link:hover {
  background-color: #333333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__intro-text {
    font-size: 1rem;
  }

  .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__button {
    width: 90%;
    max-width: 300px;
  }

  .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__section-title {
    font-size: 1.5rem;
  }

  /* Ensure images do not overflow on mobile */
  .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__hero-section,
  .page-blog-top-5-online-poker-tips-for-begi`nn`ers-ph__content-area {
    padding: 20px 15px;
  }
}