.page-resources-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-sports-betting-guide__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-resources-sports-betting-guide__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sports-betting-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B34C;
  border-radius: 2px;
}

.page-resources-sports-betting-guide__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-sports-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #0A2463; /* Fallback for image loading */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-sports-betting-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-resources-sports-betting-guide__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-sports-betting-guide__hero-image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-sports-betting-guide__hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
}

.page-resources-sports-betting-guide__hero-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-sports-betting-guide__hero-description {
  font-size: 20px;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-sports-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-sports-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: normal; /* Allow button text to wrap */
  word-wrap: break-word; /* Allow button text to break words */
  max-width: 100%;
  box-sizing: border-box;
}

.page-resources-sports-betting-guide__btn-primary {
  background: #E0B34C;
  color: #0A2463;
  border: 2px solid #E0B34C;
}

.page-resources-sports-betting-guide__btn-primary:hover {
  background: #f0c35c;
  border-color: #f0c35c;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-sports-betting-guide__btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-sports-betting-guide__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #E0B34C;
  border-color: #E0B34C;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-sports-betting-guide__why-choose-us {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-sports-betting-guide__why-choose-us .page-resources-sports-betting-guide__section-title {
  color: #E0B34C;
}

.page-resources-sports-betting-guide__why-choose-us .page-resources-sports-betting-guide__section-title::after {
  background-color: #ffffff;
}

.page-resources-sports-betting-guide__grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-sports-betting-guide__card {
  background-color: #ffffff;
  color: #333333;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sports-betting-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-sports-betting-guide__card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
  object-fit: cover;
}

.page-resources-sports-betting-guide__card-title {
  font-size: 24px;
  font-weight: bold;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-resources-sports-betting-guide__card-subtitle {
  font-size: 22px;
  font-weight: bold;
  color: #0A2463;
  margin-bottom: 15px;
  text-align: center;
}

.page-resources-sports-betting-guide__sports-markets .page-resources-sports-betting-guide__section-title {
  color: #0A2463;
}

.page-resources-sports-betting-guide__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-resources-sports-betting-guide__content-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sports-betting-guide__content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-sports-betting-guide__content-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}

.page-resources-sports-betting-guide__content-card .page-resources-sports-betting-guide__card-subtitle {
  padding: 20px 20px 0;
  text-align: left;
}

.page-resources-sports-betting-guide__content-card p {
  padding: 0 20px 20px;
  font-size: 16px;
  color: #555555;
  text-align: justify;
}

.page-resources-sports-betting-guide__how-to-bet {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-sports-betting-guide__how-to-bet .page-resources-sports-betting-guide__section-title {
  color: #E0B34C;
}

.page-resources-sports-betting-guide__how-to-bet .page-resources-sports-betting-guide__section-title::after {
  background-color: #ffffff;
}

.page-resources-sports-betting-guide__ordered-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-sports-betting-guide__ordered-list li {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 70px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-sports-betting-guide__ordered-list li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  left: 20px;
  top: 25px;
  font-size: 28px;
  font-weight: bold;
  color: #E0B34C;
  line-height: 1;
}

.page-resources-sports-betting-guide__list-title {
  font-size: 22px;
  font-weight: bold;
  color: #E0B34C;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-sports-betting-guide__ordered-list p {
  font-size: 16px;
  color: #f0f0f0;
}

.page-resources-sports-betting-guide__cta-buttons--center {
  margin-top: 40px;
  text-align: center;
}

.page-resources-sports-betting-guide__betting-tips .page-resources-sports-betting-guide__section-title {
  color: #0A2463;
}

.page-resources-sports-betting-guide__grid-2-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
}

.page-resources-sports-betting-guide__promotions {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-sports-betting-guide__promotions .page-resources-sports-betting-guide__section-title {
  color: #E0B34C;
}

.page-resources-sports-betting-guide__promotions .page-resources-sports-betting-guide__section-title::after {
  background-color: #ffffff;
}

.page-resources-sports-betting-guide__unordered-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-sports-betting-guide__unordered-list li {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #f0f0f0;
  position: relative;
  padding-left: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-sports-betting-guide__unordered-list li::before {
  content: '★';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #E0B34C;
  font-size: 20px;
}

.page-resources-sports-betting-guide__security-support .page-resources-sports-betting-guide__section-title {
  color: #0A2463;
}

.page-resources-sports-betting-guide__info-block {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sports-betting-guide__info-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-sports-betting-guide__info-block img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
  object-fit: cover;
}

.page-resources-sports-betting-guide__info-block .page-resources-sports-betting-guide__card-subtitle {
  color: #0A2463;
}

.page-resources-sports-betting-guide__info-block p {
  font-size: 16px;
  color: #555555;
}

.page-resources-sports-betting-guide__faq .page-resources-sports-betting-guide__section-title {
  color: #0A2463;
}

/* FAQ容器样式 */
.page-resources-sports-betting-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* FAQ默认状态 - 答案隐藏 */
.page-resources-sports-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
  padding: 0 15px;
  opacity: 0;
}

/* FAQ展开状态 - 🚨 Sử dụng !important và đủ lớn max-height để đảm bảo mở rộng */
.page-resources-sports-betting-guide__faq-item.active .page-resources-sports-betting-guide__faq-answer {
  max-height: 2000px !important; /* 🚨 Sử dụng !important để đảm bảo ưu tiên, giá trị đủ lớn cho mọi nội dung */
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* Vấn đề phong cách */
.page-resources-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-sports-betting-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-sports-betting-guide__faq-question:active {
  background: #eeeeee;
}

/* Vấn đề tiêu đề phong cách */
.page-resources-sports-betting-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none; /* Ngăn chặn thẻ h3 chặn sự kiện nhấp */
}

/* Chuyển đổi biểu tượng */
.page-resources-sports-betting-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none; /* Ngăn chặn biểu tượng chặn sự kiện nhấp */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-sports-betting-guide__faq-item.active .page-resources-sports-betting-guide__faq-toggle {
  color: #333;
  transform: rotate(45deg); /* Optional: rotate for 'X' effect */
}

.page-resources-sports-betting-guide__call-to-action {
  background-color: #0A2463;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-sports-betting-guide__call-to-action .page-resources-sports-betting-guide__section-title {
  color: #E0B34C;
}

.page-resources-sports-betting-guide__call-to-action .page-resources-sports-betting-guide__section-title::after {
  background-color: #ffffff;
}

.page-resources-sports-betting-guide__cta-content {
  max-width: 900px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-sports-betting-guide__hero-title {
    font-size: 40px;
  }
  .page-resources-sports-betting-guide__hero-description {
    font-size: 18px;
  }
  .page-resources-sports-betting-guide__section-title {
    font-size: 30px;
  }
  .page-resources-sports-betting-guide__grid-3-cols, 
  .page-resources-sports-betting-guide__content-grid, 
  .page-resources-sports-betting-guide__grid-2-cols {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-resources-sports-betting-guide__ordered-list li {
    padding-left: 60px;
  }
  .page-resources-sports-betting-guide__ordered-list li::before {
    font-size: 24px;
    left: 15px;
  }
  .page-resources-sports-betting-guide__list-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-sports-betting-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-sports-betting-guide__hero-title {
    font-size: 32px;
  }
  .page-resources-sports-betting-guide__hero-description {
    font-size: 16px;
  }
  .page-resources-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-sports-betting-guide__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    box-sizing: border-box !important;
  }
  .page-resources-sports-betting-guide__section {
    padding: 40px 0;
  }
  .page-resources-sports-betting-guide__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-resources-sports-betting-guide__text-block {
    font-size: 16px;
  }
  .page-resources-sports-betting-guide__card, 
  .page-resources-sports-betting-guide__content-card, 
  .page-resources-sports-betting-guide__info-block {
    padding: 20px;
  }
  .page-resources-sports-betting-guide__card img, 
  .page-resources-sports-betting-guide__content-card img, 
  .page-resources-sports-betting-guide__info-block img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-resources-sports-betting-guide__card-title, 
  .page-resources-sports-betting-guide__card-subtitle {
    font-size: 20px;
  }
  .page-resources-sports-betting-guide__content-card img {
    height: 200px;
  }
  .page-resources-sports-betting-guide__ordered-list li {
    padding: 20px 20px 20px 50px;
  }
  .page-resources-sports-betting-guide__ordered-list li::before {
    font-size: 20px;
    left: 15px;
    top: 20px;
  }
  .page-resources-sports-betting-guide__list-title {
    font-size: 18px;
  }
  .page-resources-sports-betting-guide__unordered-list li {
    font-size: 16px;
    padding: 15px 15px 15px 35px;
  }
  .page-resources-sports-betting-guide__unordered-list li::before {
    font-size: 18px;
    left: 10px;
  }
  .page-resources-sports-betting-guide__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-resources-sports-betting-guide__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-resources-sports-betting-guide__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-resources-sports-betting-guide__faq-answer {
    padding: 0 15px;
  }
  .page-resources-sports-betting-guide__faq-item.active .page-resources-sports-betting-guide__faq-answer {
    padding: 15px !important;
  }
  .page-resources-sports-betting-guide__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-sports-betting-guide__section,
  .page-resources-sports-betting-guide__card,
  .page-resources-sports-betting-guide__container,
  .page-resources-sports-betting-guide__hero-container,
  .page-resources-sports-betting-guide__cta-buttons,
  .page-resources-sports-betting-guide__button-group,
  .page-resources-sports-betting-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-sports-betting-guide__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-sports-betting-guide__hero-title {
    font-size: 28px;
  }
  .page-resources-sports-betting-guide__section-title {
    font-size: 24px;
  }
  .page-resources-sports-betting-guide__grid-3-cols, 
  .page-resources-sports-betting-guide__content-grid, 
  .page-resources-sports-betting-guide__grid-2-cols {
    grid-template-columns: 1fr;
  }
  .page-resources-sports-betting-guide__card img, 
  .page-resources-sports-betting-guide__content-card img, 
  .page-resources-sports-betting-guide__info-block img {
    
  }
}