/* style/blog-onbet2-latest-link-guide.css */

/* Base styles for the page content, assuming body has a dark background */
.page-blog-onbet2-latest-link-guide {
  color: #ffffff; /* Default text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 1rem;
}

/* Sections with light background for better contrast for main content */
.page-blog-onbet2-latest-link-guide__light-bg {
  background: #ffffff;
  color: #333333; /* Dark text for light background */
  padding: 40px 20px;
}

/* Sections with brand primary color background */
.page-blog-onbet2-latest-link-guide__dark-bg {
  background: #26A9E0; /* Brand primary color */
  color: #ffffff; /* White text for brand color background */
  padding: 40px 20px;
}

.page-blog-onbet2-latest-link-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small decorative top padding */
  padding-bottom: 60px;
}

.page-blog-onbet2-latest-link-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
  max-height: 600px; /* Limit height for hero image */
}

.page-blog-onbet2-latest-link-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-onbet2-latest-link-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-onbet2-latest-link-guide__description {
  font-size: 1.15rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-onbet2-latest-link-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.page-blog-onbet2-latest-link-guide__btn-primary,
.page-blog-onbet2-latest-link-guide__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-onbet2-latest-link-guide__btn-primary {
  background: #EA7C07; /* Login color for primary CTA */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-onbet2-latest-link-guide__btn-primary:hover {
  background: #d46b00;
  border-color: #d46b00;
}

.page-blog-onbet2-latest-link-guide__btn-secondary {
  background: #ffffff;
  color: #26A9E0; /* Primary brand color for secondary CTA */
  border: 2px solid #26A9E0;
}

.page-blog-onbet2-latest-link-guide__btn-secondary:hover {
  background: #f0f0f0;
  color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-onbet2-latest-link-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333333;
}

.page-blog-onbet2-latest-link-guide__text-block {
  margin-bottom: 30px;
}

.page-blog-onbet2-latest-link-guide__section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-onbet2-latest-link-guide__sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-onbet2-latest-link-guide p {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-onbet2-latest-link-guide a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-onbet2-latest-link-guide a:hover {
  text-decoration: underline;
}

.page-blog-onbet2-latest-link-guide__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-onbet2-latest-link-guide__ordered-list,
.page-blog-onbet2-latest-link-guide__unordered-list {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #333333;
}

.page-blog-onbet2-latest-link-guide__ordered-list li,
.page-blog-onbet2-latest-link-guide__unordered-list li {
  margin-bottom: 8px;
  color: #333333;
}

/* FAQ Section */
.page-blog-onbet2-latest-link-guide__faq-list {
  margin-top: 30px;
}

.page-blog-onbet2-latest-link-guide__faq-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #333333;
}

.page-blog-onbet2-latest-link-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #26A9E0;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-onbet2-latest-link-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-onbet2-latest-link-guide__faq-question:hover {
  background-color: #1e87b7;
}

.page-blog-onbet2-latest-link-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-onbet2-latest-link-guide__faq-answer {
  padding: 15px 20px;
  background: #ffffff;
  color: #333333;
  border-top: 1px solid #e0e0e0;
}

.page-blog-onbet2-latest-link-guide__faq-item[open] .page-blog-onbet2-latest-link-guide__faq-question {
  background-color: #1e87b7;
}

/* CTA section at the end */
.page-blog-onbet2-latest-link-guide__cta-section {
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  margin-top: 40px;
}

.page-blog-onbet2-latest-link-guide__cta-section .page-blog-onbet2-latest-link-guide__section-title {
  color: #ffffff;
}

.page-blog-onbet2-latest-link-guide__cta-section p {
  color: #f0f0f0;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-onbet2-latest-link-guide__main-title {
    font-size: 2.5rem;
  }
  .page-blog-onbet2-latest-link-guide__section-title {
    font-size: 2rem;
  }
  .page-blog-onbet2-latest-link-guide__sub-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-blog-onbet2-latest-link-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-onbet2-latest-link-guide__hero-image {
    max-height: 400px;
  }

  .page-blog-onbet2-latest-link-guide__hero-content {
    margin-top: 15px;
  }

  .page-blog-onbet2-latest-link-guide__main-title {
    font-size: 2rem;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-onbet2-latest-link-guide__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-onbet2-latest-link-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-onbet2-latest-link-guide__btn-primary,
  .page-blog-onbet2-latest-link-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-onbet2-latest-link-guide__content-area {
    padding: 20px 15px;
  }

  .page-blog-onbet2-latest-link-guide__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-onbet2-latest-link-guide__sub-title {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-onbet2-latest-link-guide__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-onbet2-latest-link-guide__cta-section {
    padding: 40px 15px;
  }

  .page-blog-onbet2-latest-link-guide__faq-question {
    padding: 12px 15px;
  }

  /* Ensure all containers are responsive */
  .page-blog-onbet2-latest-link-guide__section,
  .page-blog-onbet2-latest-link-guide__card,
  .page-blog-onbet2-latest-link-guide__container,
  .page-blog-onbet2-latest-link-guide__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-onbet2-latest-link-guide__hero-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-onbet2-latest-link-guide__main-title {
    font-size: 1.8rem;
  }
  .page-blog-onbet2-latest-link-guide__section-title {
    font-size: 1.6rem;
  }
  .page-blog-onbet2-latest-link-guide__description {
    font-size: 0.95rem;
  }
}