/* style/blog-ph365-casino-games-review-tips.css */
.page-blog-ph365-casino-games-review-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-blog-ph365-casino-games-review-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-ph365-casino-games-review-tips__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #F2C14E, #FFD36B);
  padding-bottom: 40px; /* Space below content */
}

.page-blog-ph365-casino-games-review-tips__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; /* Space between image and text content */
}

.page-blog-ph365-casino-games-review-tips__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* filter: brightness(0.6); -- Removed as per}