/* style/blog-phdream-casino-guide.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-blog-phdream-casino-guide {
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding for the first section */
}

/* Hero Section */
.page-blog-phdream-casino-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 500px;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-phdream-casino-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-blog-phdream-casino-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  margin-top: 60px; /* Adjust for header if needed, but body padding should handle it */
}

.page-blog-phdream-casino-guide__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #FFD36B; /* Glow */
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 1px;
}

.page-blog-phdream-casino-guide__subtitle {
  font-size: clamp(1em, 1.8vw, 1.3em);
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}