.page-blog-ph945-promotions-guide__hero-section {
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #ffffff;
  background: #000000;
}

.page-blog-ph945-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-ph945-promotions-guide__hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-ph945-promotions-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-ph945-promotions-guide__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-ph945-promotions-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-ph945-promotions-guide__btn-primary,
.page-blog-ph945-promotions-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-ph945-promotions-guide__btn-primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-ph945-promotions-guide__btn-primary:hover {
  background-color: #E6A73D;
  border-color: #E6A73D;
}

.page-blog-ph945-promotions-guide__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-ph945-promotions-guide__btn-secondary:hover {
  background-color: #ffffff;
  color: #000000;
}

.page-blog-ph945-promotions-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-ph945-promotions-guide__introduction-section,
.page-blog-ph945-promotions-guide__claiming-section,
.page-blog-ph945-promotions-guide__tips-section,
.page-blog-ph945-promotions-guide__conclusion-section {
  background: #ffffff;
  color: #333333;
}

.page-blog-ph945-promotions-guide__types-section,
.page-blog-ph945-promotions-guide__wagering-section,
.page-blog-ph945-promotions-guide__faq-section {
  background: #000000;
  color: #ffffff;
}

.page-blog-ph945-promotions-guide__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: inherit;
}

.page-blog-ph945-promotions-guide__text-block {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-ph945-promotions-guide__promo-grid,
.page-blog-ph945-promotions-guide__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-ph945-promotions-guide__promo-card,
.page-blog-ph945-promotions-guide__tip-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-ph945-promotions-guide__introduction-section .page-blog-ph945-promotions-guide__promo-card,
.page-blog-ph945-promotions-guide__claiming-section .page-blog-ph945-promotions-guide__promo-card,
.page-blog-ph945-promotions-guide__tips-section .page-blog-ph945-promotions-guide__tip-card {
  background: #f8f8f8;
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-ph945-promotions-guide__article-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-ph945-promotions-guide__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-ph945-promotions-guide__card-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  color: inherit;
}

.page-blog-ph945-promotions-guide__card-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FCBC45;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-ph945-promotions-guide__card-button:hover {
  background-color: #E6A73D;
}

.page-blog-ph945-promotions-guide__claiming-section ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
}

.page-blog-ph945-promotions-guide__claiming-section li {
  counter-increment: my-awesome-counter;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
}

.page-blog-ph945-promotions-guide__claiming-section li::before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FCBC45;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
}

.page-blog-ph945-promotions-guide__wagering-section ul {
  list-style: none;
  padding: 0;
}

.page-blog-ph945-promotions-guide__wagering-section li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-blog-ph945-promotions-guide__wagering-section li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #FCBC45;
  font-weight: 700;
  font-size: 1.2rem;
}

.page-blog-ph945-promotions-guide__faq-list {
  margin-top: 30px;
}

.page-blog-ph945-promotions-guide__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-ph945-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.page-blog-ph945-promotions-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-ph945-promotions-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-ph945-promotions-guide__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #FCBC45;
}

.page-blog-ph945-promotions-guide__faq-answer {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #f0f0f0;
}

/* General image and button responsive styles */
.page-blog-ph945-promotions-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-ph945-promotions-guide__btn-primary,
.page-blog-ph945-promotions-guide__btn-secondary,
.page-blog-ph945-promotions-guide__card-button,
.page-blog-ph945-promotions-guide a[class*="button"],
.page-blog-ph945-promotions-guide a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-ph945-promotions-guide__cta-buttons,
.page-blog-ph945-promotions-guide__button-group,
.page-blog-ph945-promotions-guide__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-ph945-promotions-guide__hero-content {
    padding: 30px 15px;
  }

  .page-blog-ph945-promotions-guide__main-title {
    font-size: 2rem;
  }

  .page-blog-ph945-promotions-guide__hero-description {
    font-size: 0.95rem;
  }

  .page-blog-ph945-promotions-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-ph945-promotions-guide__btn-primary,
  .page-blog-ph945-promotions-guide__btn-secondary,
  .page-blog-ph945-promotions-guide__card-button,
  .page-blog-ph945-promotions-guide a[class*="button"],
  .page-blog-ph945-promotions-guide a[class*="btn"] {
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
  }

  .page-blog-ph945-promotions-guide__container {
    padding: 30px 15px;
  }

  .page-blog-ph945-promotions-guide__section-title {
    font-size: 1.8rem;
  }

  .page-blog-ph945-promotions-guide__text-block {
    font-size: 1rem;
  }

  .page-blog-ph945-promotions-guide__promo-grid,
  .page-blog-ph945-promotions-guide__tips-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-blog-ph945-promotions-guide__article-image {
    height: 200px;
  }

  .page-blog-ph945-promotions-guide__card-title {
    font-size: 1.3rem;
  }

  .page-blog-ph945-promotions-guide__card-description {
    font-size: 0.95rem;
  }

  .page-blog-ph945-promotions-guide__claiming-section li,
  .page-blog-ph945-promotions-guide__wagering-section li {
    font-size: 1rem;
  }

  .page-blog-ph945-promotions-guide__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }

  .page-blog-ph945-promotions-guide__faq-answer {
    font-size: 0.95rem;
    padding: 15px;
  }

  .page-blog-ph945-promotions-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-ph945-promotions-guide__section,
  .page-blog-ph945-promotions-guide__card,
  .page-blog-ph945-promotions-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-ph945-promotions-guide__cta-buttons,
  .page-blog-ph945-promotions-guide__button-group,
  .page-blog-ph945-promotions-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-ph945-promotions-guide__cta-buttons {
    flex-direction: column;
  }
}