/* style/blog-i9bet151-access-link-faq.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-i9bet151-access-link-faq {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-i9bet151-access-link-faq__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding as body handles header offset */
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-i9bet151-access-link-faq__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.page-blog-i9bet151-access-link-faq__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-blog-i9bet151-access-link-faq__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text */
  border-radius: 8px;
  color: #ffffff;
}

.page-blog-i9bet151-access-link-faq__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #ffffff;
  /* No fixed font-size, rely on natural flow or clamp if needed */
  font-size: clamp(1.8em, 3vw + 1rem, 3.2em); /* Example clamp for responsive H1 */
}

.page-blog-i9bet151-access-link-faq__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-i9bet151-access-link-faq__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-i9bet151-access-link-faq__btn-primary,
.page-blog-i9bet151-access-link-faq__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons don't overflow */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word;
}

.page-blog-i9bet151-access-link-faq__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-i9bet151-access-link-faq__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-i9bet151-access-link-faq__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-i9bet151-access-link-faq__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-blog-i9bet151-access-link-faq__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly visible background for content area */
  border-radius: 8px;
  box-sizing: border-box;
}

.page-blog-i9bet151-access-link-faq__section-title {
  color: #26A9E0;
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-i9bet151-access-link-faq__faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-i9bet151-access-link-faq__faq-item {
  background-color: rgba(255, 255, 255, 0.1); /* Darker background for FAQ items */
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-i9bet151-access-link-faq__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  background-color: rgba(38, 169, 224, 0.2); /* Brand color tint */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  user-select: none;
}

.page-blog-i9bet151-access-link-faq__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.3);
}

.page-blog-i9bet151-access-link-faq__faq-qtext {
  flex-grow: 1;
}

.page-blog-i9bet151-access-link-faq__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-i9bet151-access-link-faq__faq-item[open] .page-blog-i9bet151-access-link-faq__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-blog-i9bet151-access-link-faq__faq-answer {
  padding: 15px 25px 25px;
  color: #f0f0f0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.page-blog-i9bet151-access-link-faq__faq-answer p {
  margin-bottom: 15px;
}

.page-blog-i9bet151-access-link-faq__faq-answer ul,
.page-blog-i9bet151-access-link-faq__faq-answer ol {
  list-style-position: inside;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-blog-i9bet151-access-link-faq__faq-answer ul li,
.page-blog-i9bet151-access-link-faq__faq-answer ol li {
  margin-bottom: 8px;
}

.page-blog-i9bet151-access-link-faq__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  object-fit: cover; /* Ensure images fill their space */
}

.page-blog-i9bet151-access-link-faq__image--inline {
  width: 100%; /* Ensure inline images take full width of content area */
}

.page-blog-i9bet151-access-link-faq__cta-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #26A9E0; /* Brand color as background */
  color: #ffffff;
  border-radius: 8px;
  margin: 40px auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.page-blog-i9bet151-access-link-faq__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-i9bet151-access-link-faq__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-i9bet151-access-link-faq__main-title {
    font-size: clamp(1.6em, 2.5vw + 1rem, 2.8em);
  }
  .page-blog-i9bet151-access-link-faq__section-title,
  .page-blog-i9bet151-access-link-faq__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-i9bet151-access-link-faq {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-i9bet151-access-link-faq__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-i9bet151-access-link-faq__hero-content {
    padding: 15px;
  }
  .page-blog-i9bet151-access-link-faq__main-title {
    font-size: 2em; /* Adjusted for mobile */
  }
  .page-blog-i9bet151-access-link-faq__description {
    font-size: 1em;
  }
  .page-blog-i9bet151-access-link-faq__cta-buttons {
    flex-direction: column; /* Stack buttons vertically on mobile */
    gap: 15px;
  }
  .page-blog-i9bet151-access-link-faq__btn-primary,
  .page-blog-i9bet151-access-link-faq__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-i9bet151-access-link-faq__content-area,
  .page-blog-i9bet151-access-link-faq__cta-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-i9bet151-access-link-faq__section-title,
  .page-blog-i9bet151-access-link-faq__cta-title {
    font-size: 1.8em;
  }
  .page-blog-i9bet151-access-link-faq__faq-question {
    padding: 15px 20px;
  }
  .page-blog-i9bet151-access-link-faq__faq-answer {
    padding: 10px 20px 20px;
  }
  .page-blog-i9bet151-access-link-faq__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-blog-i9bet151-access-link-faq__main-title {
    font-size: 1.8em;
  }
  .page-blog-i9bet151-access-link-faq__section-title,
  .page-blog-i9bet151-access-link-faq__cta-title {
    font-size: 1.5em;
  }
  .page-blog-i9bet151-access-link-faq__faq-question {
    font-size: 0.95em;
  }
}