.page-news-latest-match-review {
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  background-color: #111;
  padding-top: 120px; /* Adjust for fixed header */
}

.page-news-latest-match-review__hero-banner {
  position: relative;
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(135deg, #8B0000, #FFD700);
  color: #ffffff;
  overflow: hidden;
}

.page-news-latest-match-review__hero-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-news-latest-match-review__hero-image {
  width: 100%;
  max-width: 1000px; /* Control image size within hero */
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  object-fit: cover;
}

.page-news-latest-match-review__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 900px;
}

.page-news-latest-match-review__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-news-latest-match-review__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-latest-match-review__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #111; /* Dark text for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-news-latest-match-review__cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-news-latest-match-review__cta-button--small {
  padding: 10px 25px;
  font-size: 0.95em;
}

.page-news-latest-match-review__section {
  padding: 60px 0;
  background-color: #1a1a1a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-news-latest-match-review__section--highlights {
  background-color: #111;
}

.page-news-latest-match-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-latest-match-review__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD700; /* Gold for titles */
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-news-latest-match-review__section-intro {
  font-size: 1.1em;
  color: #cccccc;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-latest-match-review__content-block {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-news-latest-match-review__content-block:last-child {
  margin-bottom: 0;
}

.page-news-latest-match-review__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700; /* Gold for sub-titles */
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.page-news-latest-match-review__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-news-latest-match-review p {
  margin-bottom: 15px;
  font-size: 1em;
  color: #e0e0e0;
}

.page-news-latest-match-review strong {
  color: #FFD700;
}

.page-news-latest-match-review__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-news-latest-match-review__link:hover {
  color: #8B0000;
  text-decoration: underline;
}

.page-news-latest-match-review__list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.page-news-latest-match-review__list-item {
  background-color: rgba(255, 255, 255, 0.03);
  border-left: 4px solid #8B0000;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-news-latest-match-review__list-item strong {
  color: #FFD700;
}

/* FAQ Section */
.page-news-latest-match-review__section--faq {
  background-color: #1a1a1a;
  padding-bottom: 80px;
}

.page-news-latest-match-review__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-news-latest-match-review__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-news-latest-match-review__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;
  background-color: rgba(255, 255, 255, 0.05);
  color: #e0e0e0;
}

.page-news-latest-match-review__faq-item.active .page-news-latest-match-review__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 0 0 5px 5px;
}

.page-news-latest-match-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #8B0000; /* Deep Red for questions */
  border: 1px solid #6a0000;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-news-latest-match-review__faq-question:hover {
  background: #6a0000;
  border-color: #4d0000;
}

.page-news-latest-match-review__faq-question:active {
  background: #4d0000;
}

.page-news-latest-match-review__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  pointer-events: none;
}

.page-news-latest-match-review__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700; /* Gold for toggle */
  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-latest-match-review__faq-item.active .page-news-latest-match-review__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-news-latest-match-review__main-title {
    font-size: 2.8em;
  }
  .page-news-latest-match-review__section-title {
    font-size: 2em;
  }
  .page-news-latest-match-review__sub-title {
    font-size: 1.6em;
  }
  .page-news-latest-match-review p, .page-news-latest-match-review__list-item {
    font-size: 0.95em;
  }
  .page-news-latest-match-review__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-news-latest-match-review {
    padding-top: 100px !important; /* Mobile adjust for fixed header */
  }
  .page-news-latest-match-review__hero-banner {
    padding: 40px 0;
  }
  .page-news-latest-match-review__hero-container {
    padding: 0 15px;
  }
  .page-news-latest-match-review__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-news-latest-match-review__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-news-latest-match-review__cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-news-latest-match-review__section {
    padding: 40px 0;
  }
  .page-news-latest-match-review__container {
    padding: 0 15px;
  }
  .page-news-latest-match-review__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-news-latest-match-review__section-intro {
    font-size: 0.95em;
    margin-bottom: 40px;
  }
  .page-news-latest-match-review__content-block {
    padding: 20px;
    margin-bottom: 30px;
  }
  .page-news-latest-match-review__sub-title {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  .page-news-latest-match-review__content-image {
    margin-bottom: 20px;
  }
  .page-news-latest-match-review p {
    font-size: 0.9em;
  }
  .page-news-latest-match-review__list-item {
    padding: 12px 15px;
    font-size: 0.9em;
  }
  
  /* Mobile image overrides */
  .page-news-latest-match-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-news-latest-match-review__section,
  .page-news-latest-match-review__container,
  .page-news-latest-match-review__hero-banner,
  .page-news-latest-match-review__hero-container,
  .page-news-latest-match-review__hero-content,
  .page-news-latest-match-review__content-block,
  .page-news-latest-match-review__faq-list,
  .page-news-latest-match-review__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-news-latest-match-review__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-news-latest-match-review__faq-question h3 {
    font-size: 1em;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-news-latest-match-review__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-news-latest-match-review__faq-answer {
    padding: 0 15px;
  }
  
  .page-news-latest-match-review__faq-item.active .page-news-latest-match-review__faq-answer {
    padding: 15px !important;
  }
}

@media (max-width: 480px) {
  .page-news-latest-match-review__main-title {
    font-size: 1.8em;
  }
  .page-news-latest-match-review__section-title {
    font-size: 1.5em;
  }
  .page-news-latest-match-review__sub-title {
    font-size: 1.2em;
  }
  .page-news-latest-match-review__cta-button {
    padding: 8px 20px;
    font-size: 0.85em;
  }
}