/* style/news-01win55-football-predictions.css */
:root {
  --primary-color: #FF4500; /* Cam đỏ năng động */
  --secondary-color: #00BFFF; /* Xanh da trời chuyên nghiệp */
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f8f9fa;
  --bg-dark: #1a1a1a;
  --border-color: #e0e0e0;
}

.page-news-01win55-football-predictions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Mặc định cho nền tối của body */
  background-color: var(--dark-bg-1); /* Từ shared.css, giả định là nền tối */
}

.page-news-01win55-football-predictions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Top padding for fixed header */
.page-news-01win55-football-predictions__hero-section {
  padding-top: 120px; /* Adjust for fixed header */
  padding-bottom: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, rgba(255, 69, 0, 0.8) 100%);
  color: var(--text-light);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-news-01win55-football-predictions__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: var(--text-light);
}

.page-news-01win55-football-predictions__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1.8;
}

.page-news-01win55-football-predictions__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-news-01win55-football-predictions__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-news-01win55-football-predictions__cta-button--primary {
  background: var(--secondary-color);
  color: var(--text-light);
}

.page-news-01win55-football-predictions__cta-button--primary:hover {
  background: #0099e6;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-news-01win55-football-predictions__cta-button--secondary {
  background: var(--text-light);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-news-01win55-football-predictions__cta-button--secondary:hover {
  background: var(--primary-color);
  color: var(--text-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-news-01win55-football-predictions__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  color: var(--text-light);
}

.page-news-01win55-football-predictions__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-news-01win55-football-predictions__content-section {
  padding: 80px 0;
}

.page-news-01win55-football-predictions__dark-bg {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-news-01win55-football-predictions__light-bg {
  background-color: var(--bg-light);
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__light-bg .page-news-01win55-football-predictions__section-title {
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-news-01win55-football-predictions__grid-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-01win55-football-predictions__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-news-01win55-football-predictions__grid-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-news-01win55-football-predictions__grid-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-news-01win55-football-predictions__grid-text {
  font-size: 1em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.page-news-01win55-football-predictions__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-news-01win55-football-predictions__prediction-process {
  padding: 80px 0;
  background-color: var(--bg-light);
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__prediction-process .page-news-01win55-football-predictions__section-title {
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__prediction-process .page-news-01win55-football-predictions__section-title::after {
  background-color: var(--secondary-color);
}

.page-news-01win55-football-predictions__text-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-news-01win55-football-predictions__process-list li {
  background: var(--text-light);
  border-left: 5px solid var(--primary-color);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-news-01win55-football-predictions__process-list li:hover {
  transform: translateY(-5px);
}

.page-news-01win55-football-predictions__process-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-news-01win55-football-predictions__process-list p {
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__text-conclusion {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 40px auto 0 auto;
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__betting-tips {
  padding: 80px 0;
}

.page-news-01win55-football-predictions__betting-tips .page-news-01win55-football-predictions__section-title {
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__betting-tips .page-news-01win55-football-predictions__section-title::after {
  background-color: var(--primary-color);
}

.page-news-01win55-football-predictions__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-news-01win55-football-predictions__card {
  background: var(--text-light);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-news-01win55-football-predictions__card-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-news-01win55-football-predictions__card-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.page-news-01win55-football-predictions__card-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-news-01win55-football-predictions__faq-section {
  padding: 80px 0;
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-news-01win55-football-predictions__faq-section .page-news-01win55-football-predictions__section-title {
  color: var(--text-light);
}

.page-news-01win55-football-predictions__faq-section .page-news-01win55-football-predictions__section-title::after {
  background-color: var(--secondary-color);
}

.page-news-01win55-football-predictions__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

/* FAQ容器样式 */
.page-news-01win55-football-predictions__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

/* FAQ默认状态 - 答案隐藏 */
.page-news-01win55-football-predictions__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.4s ease;
  padding: 0 15px;
  opacity: 0;
}

/* FAQ展开状态 - 🚨 使用!important和足够大的max-height确保一定能展开 */
.page-news-01win55-football-predictions__faq-item.active .page-news-01win55-football-predictions__faq-answer {
  max-height: 2000px !important; /* 🚨 Sử dụng !important để đảm bảo độ ưu tiên, giá trị đủ lớn để chứa mọi nội dung */
  padding: 20px 25px !important; /* Điều chỉnh padding cho phù hợp */
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0 0 5px 5px;
  color: rgba(255, 255, 255, 0.9);
}

/* 问题样式 */
.page-news-01win55-football-predictions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: var(--text-light);
}

.page-news-01win55-football-predictions__faq-question:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.3);
}

.page-news-01win55-football-predictions__faq-question:active {
  background: rgba(255, 255, 255, 0.35);
}

/* 问题标题样式 */
.page-news-01win55-football-predictions__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none; /* 防止h3标签阻止点击事件 */
  color: var(--text-light);
}

/* 切换图标 */
.page-news-01win55-football-predictions__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: var(--secondary-color);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none; /* 防止图标阻止点击事件 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-news-01win55-football-predictions__faq-item.active .page-news-01win55-football-predictions__faq-toggle {
  color: var(--primary-color);
  transform: rotate(45deg); /* Thêm hiệu ứng xoay cho dấu cộng */
}

.page-news-01win55-football-predictions__faq-answer p {
  margin: 0;
}

.page-news-01win55-football-predictions__cta-banner {
  padding: 80px 0;
  background: linear-gradient(90deg, var(--primary-color) 0%, #ff6f40 100%);
  color: var(--text-light);
  text-align: center;
}

.page-news-01win55-football-predictions__banner-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-news-01win55-football-predictions__banner-text {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.page-news-01win55-football-predictions__cta-button--large {
  padding: 18px 45px;
  font-size: 1.2em;
  background: var(--secondary-color);
  color: var(--text-light);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-news-01win55-football-predictions__cta-button--large:hover {
  background: #0099e6;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-news-01win55-football-predictions__main-title {
    font-size: 2.8em;
  }
  .page-news-01win55-football-predictions__section-title {
    font-size: 2.2em;
  }
  .page-news-01win55-football-predictions__banner-title {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-news-01win55-football-predictions__hero-section {
    padding-top: 100px !important; /* Mobile fixed header adjustment */
    padding-bottom: 40px;
  }
  .page-news-01win55-football-predictions__container {
    padding: 0 15px;
  }
  .page-news-01win55-football-predictions__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-news-01win55-football-predictions__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-news-01win55-football-predictions__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-news-01win55-football-predictions__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 25px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-news-01win55-football-predictions__section-title {
    font-size: 2em;
    margin-bottom: 40px;
  }
  .page-news-01win55-football-predictions__content-section,
  .page-news-01win55-football-predictions__prediction-process,
  .page-news-01win55-football-predictions__betting-tips,
  .page-news-01win55-football-predictions__faq-section,
  .page-news-01win55-football-predictions__cta-banner {
    padding: 50px 0;
  }
  .page-news-01win55-football-predictions__grid-image,
  .page-news-01win55-football-predictions__card-image {
    max-width: 150px;
  }
  .page-news-01win55-football-predictions__grid-item {
    padding: 20px;
  }
  .page-news-01win55-football-predictions__grid-title,
  .page-news-01win55-football-predictions__card-title {
    font-size: 1.3em;
  }
  .page-news-01win55-football-predictions__process-list li {
    padding: 20px;
  }
  .page-news-01win55-football-predictions__process-title {
    font-size: 1.2em;
  }
  .page-news-01win55-football-predictions__faq-question {
    padding: 15px 20px;
  }
  .page-news-01win55-football-predictions__faq-question h3 {
    font-size: 1em;
  }
  .page-news-01win55-football-predictions__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  .page-news-01win55-football-predictions__faq-item.active .page-news-01win55-football-predictions__faq-answer {
    padding: 15px 20px !important;
  }
  .page-news-01win55-football-predictions__banner-title {
    font-size: 2em;
  }
  .page-news-01win55-football-predictions__banner-text {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-news-01win55-football-predictions__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  /* Ensure all images are responsive */
  .page-news-01win55-football-predictions img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-news-01win55-football-predictions__grid-item,
  .page-news-01win55-football-predictions__card,
  .page-news-01win55-football-predictions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-news-01win55-football-predictions__main-title {
    font-size: 1.8em;
  }
  .page-news-01win55-football-predictions__section-title {
    font-size: 1.8em;
  }
  .page-news-01win55-football-predictions__banner-title {
    font-size: 1.8em;
  }
  .page-news-01win55-football-predictions__cta-group {
    gap: 10px;
  }
}