.page-news-asian-cup-betting-guide {
  color: #ffffff; /* Body background is dark #0a0a0a, so text must be light */
  background-color: #0a0a0a;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-news-asian-cup-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0; /* Small top padding, not var(--header-offset) */
  background: linear-gradient(180deg, rgba(38, 169, 224, 0.2) 0%, rgba(10, 10, 10, 1) 100%);
  overflow: hidden;
}

.page-news-asian-cup-betting-guide__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-news-asian-cup-betting-guide__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-news-asian-cup-betting-guide__hero-content h1 {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  /* No fixed font-size, rely on clamp if needed, otherwise browser default for H1 on desktop is fine */
}

.page-news-asian-cup-betting-guide__hero-content p {
  color: #f0f0f0;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-news-asian-cup-betting-guide__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 40px 20px; /* Small top padding */
  background-color: #0a0a0a;
}

.page-news-asian-cup-betting-guide__video-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2em;
}

.page-news-asian-cup-betting-guide__video-container {
  width: 100%;
  max-width: 960px; /* Adjusted max-width for video */
  margin: 0 auto;
  box-sizing: border-box;
}

.page-news-asian-cup-betting-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background-color: #000000;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  width: 100%; /* Desktop: width: 100% must exist */
  max-width: 100%;
}

.page-news-asian-cup-betting-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.page-news-asian-cup-betting-guide__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 169, 224, 0.2); /* Semi-transparent overlay for click indication */
  display: block;
  cursor: pointer;
  z-index: 10;
}

.page-news-asian-cup-betting-guide__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0a0a0a;
}

.page-news-asian-cup-betting-guide__content-area h2,
.page-news-asian-cup-betting-guide__content-area h3,
.page-news-asian-cup-betting-guide__content-area h4 {
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-news-asian-cup-betting-guide__content-area h2 {
  font-size: 2.5em;
  text-align: center;
}

.page-news-asian-cup-betting-guide__content-area h3 {
  font-size: 1.8em;
}

.page-news-asian-cup-betting-guide__content-area h4 {
  font-size: 1.4em;
  color: #ffffff;
}

.page-news-asian-cup-betting-guide__content-area p,
.page-news-asian-cup-betting-guide__content-area li {
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-news-asian-cup-betting-guide__content-area ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-news-asian-cup-betting-guide__image-block {
  margin: 30px 0;
  text-align: center;
}

.page-news-asian-cup-betting-guide__image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block; /* Ensure block display for max-width to work */
  margin: 0 auto;
  min-width: 200px; /* Enforce min size */
  min-height: 200px;
}

.page-news-asian-cup-betting-guide__cta-button {
  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;
  margin: 10px;
  max-width: 100%; /* For responsive buttons */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-news-asian-cup-betting-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-news-asian-cup-betting-guide__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
}

.page-news-asian-cup-betting-guide__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-news-asian-cup-betting-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-news-asian-cup-betting-guide__button-inline {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-news-asian-cup-betting-guide__button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-news-asian-cup-betting-guide__text-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-news-asian-cup-betting-guide__text-link:hover {
  color: #1e87b8;
}

/* FAQ Section Styles */
.page-news-asian-cup-betting-guide__faq-list {
  margin-top: 30px;
}

.page-news-asian-cup-betting-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-news-asian-cup-betting-guide__faq-item summary {
  list-style: none; /* Remove default marker */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #ffffff;
  background-color: rgba(38, 169, 224, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-news-asian-cup-betting-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-news-asian-cup-betting-guide__faq-qtext {
  flex-grow: 1;
}

.page-news-asian-cup-betting-guide__faq-toggle {
  font-size: 1.5em;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-news-asian-cup-betting-guide__faq-item[open] .page-news-asian-cup-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-news-asian-cup-betting-guide__faq-answer {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
  font-size: 0.95em;
}

.page-news-asian-cup-betting-guide__faq-answer p {
  margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-asian-cup-betting-guide__hero-content h1 {
    font-size: 2.5em;
  }
  .page-news-asian-cup-betting-guide__hero-content p {
    font-size: 1em;
  }
  .page-news-asian-cup-betting-guide__content-area h2 {
    font-size: 2em;
  }
  .page-news-asian-cup-betting-guide__content-area h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-news-asian-cup-betting-guide__hero-section {
    padding: 10px 0 30px 0;
  }
  .page-news-asian-cup-betting-guide__hero-content h1 {
    font-size: 2em; /* Adjusted for mobile, avoiding too large */
  }
  .page-news-asian-cup-betting-guide__hero-content p {
    font-size: 0.95em;
  }
  .page-news-asian-cup-betting-guide__cta-button {
    width: 100% !important;
    margin: 10px 0 !important;
    padding: 15px 10px !important;
    text-align: center;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-news-asian-cup-betting-guide__button-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-news-asian-cup-betting-guide__content-area {
    padding: 20px 15px;
  }
  .page-news-asian-cup-betting-guide__content-area h2 {
    font-size: 1.8em;
  }
  .page-news-asian-cup-betting-guide__content-area h3 {
    font-size: 1.3em;
  }
  .page-news-asian-cup-betting-guide__content-area p,
  .page-news-asian-cup-betting-guide__content-area li {
    font-size: 0.9em;
  }

  /* Mobile image and video responsiveness */
  .page-news-asian-cup-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-news-asian-cup-betting-guide__image-block {
    padding: 0 15px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .page-news-asian-cup-betting-guide video,
  .page-news-asian-cup-betting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}