.page-188bet-250-news {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000; /* Assuming body background is black */
}

.page-188bet-250-news__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Fixed Header Spacing */
.page-188bet-250-news__hero-banner {
  padding-top: 10px; /* Space for fixed header */
  margin-top: 0;
  background: linear-gradient(90deg, #000080, #0a0a0a); /* Dark blue to dark gradient */
  color: #ffffff;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-188bet-250-news__hero-content {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.page-188bet-250-news__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold for title */
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-188bet-250-news__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto;
  color: #f0f0f0;
}

.page-188bet-250-news__latest-articles {
  padding: 60px 0;
  background-color: #0a0a0a; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

.page-188bet-250-news__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-188bet-250-news__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-188bet-250-news__article-card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white for card background */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2); /* Subtle gold border */
}

.page-188bet-250-news__article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-188bet-250-news__article-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.page-188bet-250-news__article-image-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.page-188bet-250-news__article-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.page-188bet-250-news__article-card:hover .page-188bet-250-news__article-image-wrapper img {
  transform: scale(1.05);
}

.page-188bet-250-news__article-content {
  padding: 20px;
}

.page-188bet-250-news__article-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for article titles */
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-188bet-250-news__article-excerpt {
  font-size: 0.95em;
  color: #cccccc;
  margin-bottom: 15px;
}

.page-188bet-250-news__article-date {
  font-size: 0.85em;
  color: #999999;
  display: block;
  text-align: right;
}

.page-188bet-250-news__pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}

.page-188bet-250-news__pagination-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFD700; /* Gold for pagination links */
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid #FFD700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-weight: bold;
}

.page-188bet-250-news__pagination-link:hover:not(.page-188bet-250-news__pagination-link--disabled) {
  background-color: #FFD700;
  color: #000080; /* Dark blue on hover */
  border-color: #FFD700;
}

.page-188bet-250-news__pagination-link.active {
  background-color: #FFD700;
  color: #000080;
  border-color: #FFD700;
}

.page-188bet-250-news__pagination-link--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-188bet-250-news__cta-section {
  padding: 80px 0;
  background-color: #000080; /* Dark blue background */
  color: #ffffff;
  text-align: center;
}

.page-188bet-250-news__cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-188bet-250-news__cta-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for CTA title */
  margin-bottom: 20px;
  font-weight: 700;
}

.page-188bet-250-news__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-188bet-250-news__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-188bet-250-news__btn-primary,
.page-188bet-250-news__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-188bet-250-news__btn-primary {
  background-color: #FFD700; /* Gold background */
  color: #000080; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-188bet-250-news__btn-primary:hover {
  background-color: #e6c200;
  color: #000066;
  border-color: #e6c200;
}

.page-188bet-250-news__btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-188bet-250-news__btn-secondary:hover {
  background-color: #FFD700;
  color: #000080;
}

.page-188bet-250-news__faq-section {
  padding: 80px 0;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-188bet-250-news__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

/* FAQ container styles */
.page-188bet-250-news__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
}

/* FAQ default state - answer hidden */
.page-188bet-250-news__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 20px;
  opacity: 0;
  color: #cccccc;
  background-color: rgba(255, 255, 255, 0.02);
}

/* FAQ expanded state - 🚨 Using !important and sufficiently large max-height */
.page-188bet-250-news__faq-item.active .page-188bet-250-news__faq-answer {
  max-height: 2000px !important; /* 🚨 Use !important to ensure priority, value large enough to contain any content */
  padding: 20px !important;
  opacity: 1;
}

/* Question styles */
.page-188bet-250-news__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #FFD700;
}

.page-188bet-250-news__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #FFD700;
}

.page-188bet-250-news__faq-question:active {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Question title styles */
.page-188bet-250-news__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none; /* Prevent h3 tag from blocking click events */
  color: #FFD700;
}

/* Toggle icon */
.page-188bet-250-news__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700; /* Gold for toggle icon */
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none; /* Prevent icon from blocking click events */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-188bet-250-news__faq-item.active .page-188bet-250-news__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg); /* Rotate for 'x' effect, or can change to '-' */
}

/* --- Responsive Design --- */

/* All images base responsive style */
.page-188bet-250-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .page-188bet-250-news__hero-title {
    font-size: 2.8em;
  }
  .page-188bet-250-news__section-title {
    font-size: 2em;
  }
  .page-188bet-250-news__article-card {
    margin-bottom: 20px;
  }
  .page-188bet-250-news__articles-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  /* Fixed Header Spacing for Mobile */
  .page-188bet-250-news__hero-banner {
    padding-top: 10px !important;
  }
  
  .page-188bet-250-news__hero-content {
    padding: 60px 0;
  }
  
  .page-188bet-250-news__hero-title {
    font-size: 2.2em;
  }
  
  .page-188bet-250-news__hero-description {
    font-size: 1em;
  }
  
  .page-188bet-250-news__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  
  .page-188bet-250-news__latest-articles,
  .page-188bet-250-news__cta-section,
  .page-188bet-250-news__faq-section {
    padding: 40px 0;
  }
  
  .page-188bet-250-news__articles-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .page-188bet-250-news__article-image-wrapper {
    height: 180px;
  }
  
  .page-188bet-250-news__article-title {
    font-size: 1.3em;
  }
  
  .page-188bet-250-news__article-excerpt {
    font-size: 0.9em;
  }
  
  .page-188bet-250-news__pagination {
    margin-top: 40px;
  }
  
  .page-188bet-250-news__cta-title {
    font-size: 2em;
  }
  
  .page-188bet-250-news__cta-description {
    font-size: 0.95em;
  }
  
  .page-188bet-250-news__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  
  .page-188bet-250-news__btn-primary,
  .page-188bet-250-news__btn-secondary {
    padding: 12px 20px;
    font-size: 1em;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  /* FAQ styles for mobile */
  .page-188bet-250-news__faq-list {
    padding: 0 15px;
  }
  
  .page-188bet-250-news__faq-question {
    padding: 15px;
  }
  
  .page-188bet-250-news__faq-question h3 {
    font-size: 1em;
  }
  
  .page-188bet-250-news__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  
  .page-188bet-250-news__faq-item.active .page-188bet-250-news__faq-answer {
    padding: 15px !important;
  }

  /* Mobile image forced adaptation */
  .page-188bet-250-news img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-188bet-250-news__container,
  .page-188bet-250-news__article-card,
  .page-188bet-250-news__cta-content,
  .page-188bet-250-news__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}