/* style/blog-tin24-exclusive-2024-hot-game-predictions.css */
:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --page-bg: #08160F;
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions {
  background-color: var(--page-bg);
  color: var(--text-main-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  text-align: center;
  background-color: var(--deep-green-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__hero-content {
  max-width: 900px;
  margin: 0 auto;
  color: var(--text-main-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: bold;
  color: var(--gold-color);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__description {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: var(--text-secondary-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__btn-primary,
.page-blog-tin24-exclusive-2024-hot-game-predictions__btn-secondary,
.page-blog-tin24-exclusive-2024-hot-game-predictions__link-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__btn-secondary,
.page-blog-tin24-exclusive-2024-hot-game-predictions__link-button {
  background: var(--card-bg);
  color: var(--gold-color);
  border: 2px solid var(--border-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__btn-secondary:hover,
.page-blog-tin24-exclusive-2024-hot-game-predictions__link-button:hover {
  background-color: var(--deep-green-color);
  color: #ffffff;
  border-color: var(--primary-color);
  transform: translateY(-3px);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--page-bg);
  color: var(--text-main-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__section-title {
  font-size: 2.2rem;
  color: var(--gold-color);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text-main-color);
  text-align: justify;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__list-item {
  background-color: var(--card-bg);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border-left: 5px solid var(--primary-color);
  color: var(--text-main-color);
  font-size: 1.05rem;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__list-item strong {
  color: var(--gold-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__game-category {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  text-align: center;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__category-title {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__category-image {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 2px solid var(--border-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__faq-list {
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  background-color: var(--deep-green-color);
  border-bottom: 1px solid var(--divider-color);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary native marker */
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__faq-question:hover {
  background-color: var(--border-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--gold-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__faq-item[open] .page-blog-tin24-exclusive-2024-hot-game-predictions__faq-toggle {
  transform: rotate(45deg); /* Plus sign rotates to X */
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: var(--text-secondary-color);
  text-align: justify;
  /* For details element, browser handles open/close height */
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__related-articles {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid var(--divider-color);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__related-title {
  font-size: 1.8rem;
  color: var(--gold-color);
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__related-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__related-item {
  background-color: var(--card-bg);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__related-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__related-item a {
  display: block;
  padding: 20px;
  color: var(--text-main-color);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.page-blog-tin24-exclusive-2024-hot-game-predictions__related-item a:hover {
  color: var(--gold-color);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-tin24-exclusive-2024-hot-game-predictions {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__description {
    font-size: 1rem;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__btn-primary,
  .page-blog-tin24-exclusive-2024-hot-game-predictions__btn-secondary,
  .page-blog-tin24-exclusive-2024-hot-game-predictions__link-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__section-title {
    font-size: 1.8rem;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__paragraph,
  .page-blog-tin24-exclusive-2024-hot-game-predictions__list-item,
  .page-blog-tin24-exclusive-2024-hot-game-predictions__faq-question,
  .page-blog-tin24-exclusive-2024-hot-game-predictions__faq-answer p {
    font-size: 0.95rem;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__game-category {
    padding: 20px;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__category-title {
    font-size: 1.5rem;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__category-image,
  .page-blog-tin24-exclusive-2024-hot-game-predictions__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__faq-question {
    padding: 15px 20px;
  }

  .page-blog-tin24-exclusive-2024-hot-game-predictions__related-list {
    grid-template-columns: 1fr;
  }
}