.page-blog-phbet-bonuses {
  color: #ffffff; /* Dark body background #1a1a1a requires light text */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #1a1a1a;
}

.page-blog-phbet-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-phbet-bonuses__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0; /* Ensures no extra space if body has padding-top from shared */
  margin-top: 0;
}

.page-blog-phbet-bonuses__hero-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.page-blog-phbet-bonuses__hero-content {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for readability */
  margin-top: -10px; /* Overlap slightly for design */
}

.page-blog-phbet-bonuses__main-title {
  font-size: 3.2em;
  font-weight: bold;
  color: #FFD700; /* Gold color for main title */
  margin-bottom: 15px;
  line-height: 1.2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-phbet-bonuses__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-phbet-bonuses__btn-primary {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-phbet-bonuses__btn-primary:hover {
  background-color: #e6c200;
}

.page-blog-phbet-bonuses__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}

.page-blog-phbet-bonuses__text-block {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-phbet-bonuses__intro-section,
.page-blog-phbet-bonuses__claiming-guide-section,
.page-blog-phbet-bonuses__vip-section,
.page-blog-phbet-bonuses__tips-section,
.page-blog-phbet-bonuses__faq-section {
  padding: 60px 0;
  background-color: #2a2a2a; /* Slightly lighter dark background for sections */
  margin-bottom: 20px;
}

.page-blog-phbet-bonuses__bonus-types-section {
  padding: 60px 0;
  background-color: #1a1a1a;
  margin-bottom: 20px;
}

.page-blog-phbet-bonuses__bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-phbet-bonuses__bonus-card {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-phbet-bonuses__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-phbet-bonuses__card-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-blog-phbet-bonuses__card-text {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-phbet-bonuses__btn-secondary {
  display: inline-block;
  background-color: #8B0000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-phbet-bonuses__btn-secondary:hover {
  background-color: #6a0000;
}

.page-blog-phbet-bonuses__numbered-list,
.page-blog-phbet-bonuses__bullet-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-phbet-bonuses__numbered-list li {
  counter-increment: list-counter;
  margin-bottom: 15px;
  color: #f0f0f0;
  font-size: 1.1em;
  padding-left: 30px;
  position: relative;
}

.page-blog-phbet-bonuses__numbered-list li::before {
  content: counter(list-counter) ". ";
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-blog-phbet-bonuses__bullet-list li {
  margin-bottom: 10px;
  color: #f0f0f0;
  font-size: 1.1em;
  padding-left: 25px;
  position: relative;
}

.page-blog-phbet-bonuses__bullet-list li::before {
  content: '•';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-blog-phbet-bonuses__image-full-width {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-blog-phbet-bonuses__faq-list {
  margin-top: 30px;
}

.page-blog-phbet-bonuses__faq-item {
  background-color: #2a2a2a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-phbet-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFD700;
  background-color: #3a3a3a;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease;
}

.page-blog-phbet-bonuses__faq-question:hover {
  background-color: #4a4a4a;
}

.page-blog-phbet-bonuses__faq-item[open] .page-blog-phbet-bonuses__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-phbet-bonuses__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-phbet-bonuses__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #f0f0f0;
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-phbet-bonuses__main-title {
    font-size: 2.8em;
  }
  .page-blog-phbet-bonuses__section-title {
    font-size: 2.2em;
  }
  .page-blog-phbet-bonuses__hero-image {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .page-blog-phbet-bonuses {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-phbet-bonuses__hero-section {
    padding-top: 0; /* Ensure no extra space on mobile */
  }
  .page-blog-phbet-bonuses__hero-image {
    height: 400px;
  }
  .page-blog-phbet-bonuses__hero-content {
    padding: 30px 15px;
    margin-top: -5px;
  }
  .page-blog-phbet-bonuses__main-title {
    font-size: 2em;
    max-width: 100%;
  }
  .page-blog-phbet-bonuses__hero-description {
    font-size: 1em;
    max-width: 100%;
  }
  .page-blog-phbet-bonuses__btn-primary,
  .page-blog-phbet-bonuses__btn-secondary {
    padding: 12px 20px;
    font-size: 1em;
    width: 100%; /* Full width buttons on mobile */
    margin-bottom: 10px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
  }
  .page-blog-phbet-bonuses__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page-blog-phbet-bonuses__container {
    padding: 15px;
  }
  .page-blog-phbet-bonuses__bonus-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-phbet-bonuses__bonus-card {
    padding: 20px;
  }
  .page-blog-phbet-bonuses__card-image {
    height: 180px;
  }
  .page-blog-phbet-bonuses__card-title {
    font-size: 1.3em;
  }
  .page-blog-phbet-bonuses__text-block,
  .page-blog-phbet-bonuses__numbered-list li,
  .page-blog-phbet-bonuses__bullet-list li,
  .page-blog-phbet-bonuses__faq-answer {
    font-size: 0.95em;
  }
  .page-blog-phbet-bonuses__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-phbet-bonuses img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-blog-phbet-bonuses__card {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .page-blog-phbet-bonuses__intro-section,
  .page-blog-phbet-bonuses__claiming-guide-section,
  .page-blog-phbet-bonuses__vip-section,
  .page-blog-phbet-bonuses__tips-section,
  .page-blog-phbet-bonuses__faq-section,
  .page-blog-phbet-bonuses__bonus-types-section {
    padding: 40px 0;
  }
}