/* style/blog-latest-game-reviews.css */

/* Body background color is #08160F (dark), so main text should be #F2FFF6 */
.page-blog-latest-game-reviews {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-latest-game-reviews__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
  background: #08160F; /* Ensure dark background for hero */
}

.page-blog-latest-game-reviews__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.page-blog-latest-game-reviews__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-blog-latest-game-reviews__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-game-reviews__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-blog-latest-game-reviews__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-latest-game-reviews__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-latest-game-reviews__btn-primary,
.page-blog-latest-game-reviews__btn-secondary {
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1rem;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-latest-game-reviews__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-latest-game-reviews__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-blog-latest-game-reviews__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-latest-game-reviews__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6;
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-blog-latest-game-reviews__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-game-reviews__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 30px;
  color: #F2FFF6; /* Text Main */
  text-align: center;
}

.page-blog-latest-game-reviews__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-latest-game-reviews__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-game-reviews__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-latest-game-reviews__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-game-reviews__card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-game-reviews__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-game-reviews__card-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: justify;
}

.page-blog-latest-game-reviews__button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-blog-latest-game-reviews__faq-list {
  margin-top: 40px;
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-latest-game-reviews__faq-item {
  background-color: #08160F; /* Background */
  border-bottom: 1px solid #1E3A2A; /* Divider */
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-game-reviews__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  list-style: none; /* For details/summary */
}

.page-blog-latest-game-reviews__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-latest-game-reviews__faq-qtext {
  flex-grow: 1;
  text-align: left;
}

.page-blog-latest-game-reviews__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-latest-game-reviews__faq-answer {
  padding: 0 0 20px 0;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-latest-game-reviews__faq-item[open] .page-blog-latest-game-reviews__faq-question {
  color: #57E38D; /* Glow */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-latest-game-reviews__hero-content {
    max-width: 700px;
  }
  .page-blog-latest-game-reviews__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-latest-game-reviews__subtitle {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  }
  .page-blog-latest-game-reviews__game-categories {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-latest-game-reviews {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-latest-game-reviews__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-latest-game-reviews__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }
  .page-blog-latest-game-reviews__subtitle {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }
  .page-blog-latest-game-reviews__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-latest-game-reviews__btn-primary,
  .page-blog-latest-game-reviews__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-latest-game-reviews__content-area {
    padding: 40px 15px;
  }
  .page-blog-latest-game-reviews__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 20px;
  }
  .page-blog-latest-game-reviews__paragraph {
    font-size: 1rem;
  }
  .page-blog-latest-game-reviews__image-full-width,
  .page-blog-latest-game-reviews__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px;
    min-height: 200px;
  }
  .page-blog-latest-game-reviews__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-latest-game-reviews__card {
    padding: 20px;
  }
  .page-blog-latest-game-reviews__card-title {
    font-size: 1.3rem;
  }
  .page-blog-latest-game-reviews__card-text {
    font-size: 0.95rem;
  }
  .page-blog-latest-game-reviews__faq-question {
    font-size: 1.1rem;
    padding: 15px 0;
  }
  .page-blog-latest-game-reviews__faq-answer {
    padding: 0 0 15px 0;
  }
  .page-blog-latest-game-reviews__button-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
  .page-blog-latest-game-reviews__card .page-blog-latest-game-reviews__btn-primary {
    width: auto !important; /* Allow card buttons to size naturally if not full width */
    max-width: 100% !important;
  }
  .page-blog-latest-game-reviews__section,
  .page-blog-latest-game-reviews__card,
  .page-blog-latest-game-reviews__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}