.page-blog-phdream-ultimate-guide-to-live-dealer-games {
  color: #404040; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__hero-section {
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__hero-image {
  max-width: 1200px;
  margin: 0 auto 20px auto;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__main-title {
  font-size: clamp(1.75rem, 5vw, 2.2rem); /* Adjusted H1 font size with clamp */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #025BE8;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__intro-text {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #404040;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-group--bottom {
  margin-top: 50px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-button--primary {
  background-color: #1266EC; /* Register color */
  color: #FFFFFF;
  border: 2px solid #1266EC;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-button--primary:hover {
  background-color: #0d4bbd;
  transform: translateY(-2px);
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-button--secondary {
  background-color: #E5EEFD; /* Login color */
  color: #025BE8;
  border: 2px solid #025BE8;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-button--secondary:hover {
  background-color: #d1e0fc;
  transform: translateY(-2px);
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__article {
  padding: 20px 0;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__article-meta {
  font-size: 0.9em;
  color: #777777;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #025BE8;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__sub-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #404040;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__article p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__list li {
  margin-bottom: 10px;
  color: #404040;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__list li strong {
  color: #025BE8;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__related-articles-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__related-articles-list li {
  margin-bottom: 10px;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__related-articles-list a {
  color: #025BE8;
  text-decoration: none;
  font-weight: 500;
}

.page-blog-phdream-ultimate-guide-to-live-dealer-games__related-articles-list a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__main-title {
    font-size: clamp(1.5rem, 6vw, 1.8rem);
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__section-title {
    font-size: 1.5rem;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__sub-title {
    font-size: 1.2rem;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-group {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-button {
    width: 90%;
    max-width: 300px;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__content-area {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__article p,
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__list {
    font-size: 15px;
  }
  /* Ensure images do not overflow on mobile */
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__content-area img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__main-title {
    font-size: clamp(1.2rem, 7vw, 1.6rem);
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__section-title {
    font-size: 1.3rem;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__sub-title {
    font-size: 1.1rem;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__cta-button {
    width: 100%;
  }
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__article p,
  .page-blog-phdream-ultimate-guide-to-live-dealer-games__list {
    font-size: 14px;
  }
}