/* style/resources-how-to-use-bong88-odds.css */
.page-resources-how-to-use-bong88-odds {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text is light */
  background-color: transparent; /* Inherit from shared.css body */
}

.page-resources-how-to-use-bong88-odds__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below header */
  text-align: center;
  overflow: hidden;
  background-color: #017439; /* Brand primary color for hero */
}

.page-resources-how-to-use-bong88-odds__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-how-to-use-bong88-odds__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-use-bong88-odds__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-how-to-use-bong88-odds__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-resources-how-to-use-bong88-odds__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-how-to-use-bong88-odds__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFF00; /* Register/Login font color for main title for prominence */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-use-bong88-odds__intro-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-how-to-use-bong88-odds__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-use-bong88-odds__btn-primary,
.page-resources-how-to-use-bong88-odds__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-use-bong88-odds__btn-primary {
  background-color: #C30808; /* Register color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-how-to-use-bong88-odds__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-3px);
}

.page-resources-how-to-use-bong88-odds__btn-secondary {
  background-color: transparent;
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #FFFF00;
}

.page-resources-how-to-use-bong88-odds__btn-secondary:hover {
  background-color: #FFFF00;
  color: #017439;
  transform: translateY(-3px);
}

.page-resources-how-to-use-bong88-odds__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.page-resources-how-to-use-bong88-odds__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #017439;
  padding-bottom: 15px;
}

.page-resources-how-to-use-bong88-odds__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-use-bong88-odds__paragraph {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-how-to-use-bong88-odds__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-how-to-use-bong88-odds__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-use-bong88-odds__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-use-bong88-odds__text-center {
  text-align: center;
}

.page-resources-how-to-use-bong88-odds__cta-wrapper {
  margin-top: 40px;
}

/* Video Section */
.page-resources-how-to-use-bong88-odds__video-section {
  position: relative;
  padding: 60px 20px;
  background-color: #017439;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-resources-how-to-use-bong88-odds__video-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-use-bong88-odds__video-link-wrapper {
  display: block;
  cursor: pointer;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.page-resources-how-to-use-bong88-odds__video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.page-resources-how-to-use-bong88-odds__video-link-wrapper:hover .page-resources-how-to-use-bong88-odds__video {
  transform: scale(1.02);
}

/* FAQ Section */
.page-resources-how-to-use-bong88-odds__faq-section {
  background-color: #017439;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-how-to-use-bong88-odds__faq-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-use-bong88-odds__faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}

.page-resources-how-to-use-bong88-odds__faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-resources-how-to-use-bong88-odds__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.page-resources-how-to-use-bong88-odds__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-resources-how-to-use-bong88-odds__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFFF00;
}

.page-resources-how-to-use-bong88-odds__faq-item.active .page-resources-how-to-use-bong88-odds__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-use-bong88-odds__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  text-align: left;
  color: #f0f0f0;
}

.page-resources-how-to-use-bong88-odds__faq-item.active .page-resources-how-to-use-bong88-odds__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px;
}

.page-resources-how-to-use-bong88-odds__faq-answer p {
  margin: 0;
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-use-bong88-odds__main-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-use-bong88-odds__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-use-bong88-odds__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-use-bong88-odds {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-use-bong88-odds__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-use-bong88-odds__main-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-use-bong88-odds__intro-description {
    font-size: 1em;
  }

  .page-resources-how-to-use-bong88-odds__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-use-bong88-odds__btn-primary,
  .page-resources-how-to-use-bong88-odds__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-how-to-use-bong88-odds__content-area,
  .page-resources-how-to-use-bong88-odds__video-section,
  .page-resources-how-to-use-bong88-odds__faq-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-resources-how-to-use-bong88-odds__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-use-bong88-odds__sub-title {
    font-size: 1.3em;
  }

  .page-resources-how-to-use-bong88-odds img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-use-bong88-odds video,
  .page-resources-how-to-use-bong88-odds__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-use-bong88-odds__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-use-bong88-odds__video-container,
  .page-resources-how-to-use-bong88-odds__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }

  .page-resources-how-to-use-bong88-odds__faq-question h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-use-bong88-odds__main-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-use-bong88-odds__section-title {
    font-size: 1.5em;
  }
}