/* style/blog-top-phdream-slots-in-the-philippines.css */

.page-blog-top-phdream-slots-in-the-philippines {
  color: #FFF6D6;
  background-color: #0A0A0A;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-top-phdream-slots-in-the-philippines__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, relies on body for header offset */
  background-color: #111111;
  position: relative;
  overflow: hidden;
}

.page-blog-top-phdream-slots-in-the-philippines__hero-image {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 20px;
}

.page-blog-top-phdream-slots-in-the-philippines__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-top-phdream-slots-in-the-philippines__hero-content {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.page-blog-top-phdream-slots-in-the-philippines__main-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  color: #FFD36B;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-top-phdream-slots-in-the-philippines__hero-description {
  font-size: 1.1rem;
  color: #FFF6D6;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-phdream-slots-in-the-philippines__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.page-blog-top-phdream-slots-in-the-philippines__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  color: #111111;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
  cursor: pointer;
  border: none;
}

.page-blog-top-phdream-slots-in-the-philippines__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-top-phdream-slots-in-the-philippines__cta-button--secondary {
  background: #3A2A12;
  color: #FFF6D6;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-top-phdream-slots-in-the-philippines__cta-button--secondary:hover {
  background: #5a4a2f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-top-phdream-slots-in-the-philippines__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-top-phdream-slots-in-the-philippines__back-to-blog-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFD36B;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-top-phdream-slots-in-the-philippines__back-to-blog-link:hover {
  color: #F2C14E;
}

.page-blog-top-phdream-slots-in-the-philippines__article {
  background-color: #111111;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-top-phdream-slots-in-the-philippines__article-heading {
  font-size: 2rem;
  color: #FFD36B;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3A2A12;
  padding-bottom: 10px;
}

.page-blog-top-phdream-slots-in-the-philippines__article-subheading {
  font-size: 1.5rem;
  color: #F2C14E;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-top-phdream-slots-in-the-philippines__article-paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-top-phdream-slots-in-the-philippines__article-paragraph--date {
  font-size: 0.9rem;
  color: #F2C14E;
  text-align: right;
  margin-top: 40px;
}

.page-blog-top-phdream-slots-in-the-philippines__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-top-phdream-slots-in-the-philippines__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-blog-top-phdream-slots-in-the-philippines__article-list,
.page-blog-top-phdream-slots-in-the-philippines__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-top-phdream-slots-in-the-philippines__ordered-list {
  list-style-type: decimal;
}

.page-blog-top-phdream-slots-in-the-philippines__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-top-phdream-slots-in-the-philippines__list-item strong {
  color: #FFD36B;
}

.page-blog-top-phdream-slots-in-the-philippines__cta-group--bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #3A2A12;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-top-phdream-slots-in-the-philippines__hero-section {
    padding: 40px 15px;
    padding-top: 10px;
  }

  .page-blog-top-phdream-slots-in-the-philippines__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-top-phdream-slots-in-the-philippines__hero-description {
    font-size: 1rem;
  }

  .page-blog-top-phdream-slots-in-the-philippines__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-top-phdream-slots-in-the-philippines__content-area {
    padding: 20px 15px;
  }

  .page-blog-top-phdream-slots-in-the-philippines__article-heading {
    font-size: 1.7rem;
  }

  .page-blog-top-phdream-slots-in-the-philippines__article-subheading {
    font-size: 1.3rem;
  }

  .page-blog-top-phdream-slots-in-the-philippines__article-paragraph {
    font-size: 0.95rem;
  }

  .page-blog-top-phdream-slots-in-the-philippines__image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  /* Mobile content area images must not overflow */
  .page-blog-top-phdream-slots-in-the-philippines img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-top-phdream-slots-in-the-philippines__cta-group {
    flex-direction: column;
  }
}