/* style/resources-shbet-pw-latest-promotions-guide.css */
.page-resources-shbet-pw-latest-promotions-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: var(--primary-color); /* Matches shared.css body background */
}

.page-resources-shbet-pw-latest-promotions-guide__hero-section {
  position: relative;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgba(26, 32, 44, 0.9), rgba(26, 32, 44, 0.9)), url('[GALLERY:hero_main:1920x1080:shbet_pw,promotions,gambling,casino,sports_betting,vietnam,gold,dark_blue,winning]') no-repeat center center/cover;
  color: #ffffff;
}

.page-resources-shbet-pw-latest-promotions-guide__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-shbet-pw-latest-promotions-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-shbet-pw-latest-promotions-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-shbet-pw-latest-promotions-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-shbet-pw-latest-promotions-guide__btn-primary,
.page-resources-shbet-pw-latest-promotions-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-shbet-pw-latest-promotions-guide__btn-primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-resources-shbet-pw-latest-promotions-guide__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-shbet-pw-latest-promotions-guide__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-shbet-pw-latest-promotions-guide__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-resources-shbet-pw-latest-promotions-guide__hero-image-wrapper {
  margin-top: 30px;
  width: 100%;
  max-width: 1000px; /* Constrain hero image width */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-shbet-pw-latest-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-shbet-pw-latest-promotions-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Light background for content */
  color: #333333; /* Dark text for light background */
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px; /* Overlap with hero section for visual flow */
  position: relative;
  z-index: 1;
}

.page-resources-shbet-pw-latest-promotions-guide__section-title {
  font-size: 2.5em;
  color: #1A202C;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 15px;
}

.page-resources-shbet-pw-latest-promotions-guide__sub-title {
  font-size: 1.8em;
  color: #1A202C;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-shbet-pw-latest-promotions-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-shbet-pw-latest-promotions-guide__list,
.page-resources-shbet-pw-latest-promotions-guide__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-shbet-pw-latest-promotions-guide__ordered-list {
  list-style-type: decimal;
}

.page-resources-shbet-pw-latest-promotions-guide__list li,
.page-resources-shbet-pw-latest-promotions-guide__ordered-list li {
  margin-bottom: 10px;
}

.page-resources-shbet-pw-latest-promotions-guide__image-container {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-resources-shbet-pw-latest-promotions-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-shbet-pw-latest-promotions-guide__faq-container {
  margin-top: 40px;
}

.page-resources-shbet-pw-latest-promotions-guide__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.page-resources-shbet-pw-latest-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
  color: #1A202C;
  transition: background-color 0.3s ease;
}

.page-resources-shbet-pw-latest-promotions-guide__faq-question:hover {
  background-color: #e5e5e5;
}

.page-resources-shbet-pw-latest-promotions-guide__faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #1A202C;
}

.page-resources-shbet-pw-latest-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-shbet-pw-latest-promotions-guide__faq-item.active .page-resources-shbet-pw-latest-promotions-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-shbet-pw-latest-promotions-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-resources-shbet-pw-latest-promotions-guide__faq-item.active .page-resources-shbet-pw-latest-promotions-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 20px;
}

.page-resources-shbet-pw-latest-promotions-guide__cta-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-shbet-pw-latest-promotions-guide__conclusion-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #1A202C; /* Dark background */
  color: #ffffff; /* Light text */
}

.page-resources-shbet-pw-latest-promotions-guide__conclusion-section .page-resources-shbet-pw-latest-promotions-guide__section-title {
  color: #FFD700;
  border-bottom-color: #FFD700;
}

.page-resources-shbet-pw-latest-promotions-guide__conclusion-section p {
  max-width: 800px;
  margin: 20px auto 40px auto;
  font-size: 1.15em;
  color: #f0f0f0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-shbet-pw-latest-promotions-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-shbet-pw-latest-promotions-guide__section-title {
    font-size: 2em;
  }
  .page-resources-shbet-pw-latest-promotions-guide__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-shbet-pw-latest-promotions-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-shbet-pw-latest-promotions-guide__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-shbet-pw-latest-promotions-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-shbet-pw-latest-promotions-guide__hero-description {
    font-size: 1.1em;
  }
  .page-resources-shbet-pw-latest-promotions-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-shbet-pw-latest-promotions-guide__btn-primary,
  .page-resources-shbet-pw-latest-promotions-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }
  .page-resources-shbet-pw-latest-promotions-guide__content-area {
    padding: 20px 15px;
    margin-top: -30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-shbet-pw-latest-promotions-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-shbet-pw-latest-promotions-guide__sub-title {
    font-size: 1.4em;
  }
  .page-resources-shbet-pw-latest-promotions-guide p,
  .page-resources-shbet-pw-latest-promotions-guide__list li,
  .page-resources-shbet-pw-latest-promotions-guide__ordered-list li {
    font-size: 1em;
  }
  .page-resources-shbet-pw-latest-promotions-guide__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-shbet-pw-latest-promotions-guide__content-image,
  .page-resources-shbet-pw-latest-promotions-guide__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-shbet-pw-latest-promotions-guide__faq-question {
    padding: 12px 15px;
  }
  .page-resources-shbet-pw-latest-promotions-guide__faq-question h3 {
    font-size: 1em;
  }
  .page-resources-shbet-pw-latest-promotions-guide__faq-answer {
    padding: 0 15px;
  }
  .page-resources-shbet-pw-latest-promotions-guide__faq-item.active .page-resources-shbet-pw-latest-promotions-guide__faq-answer {
    padding: 10px 15px;
  }
  .page-resources-shbet-pw-latest-promotions-guide__cta-center {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-shbet-pw-latest-promotions-guide__conclusion-section {
    padding: 40px 15px;
  }
  .page-resources-shbet-pw-latest-promotions-guide__conclusion-section p {
    font-size: 1em;
  }
}