.page-blog-hi8823-latest-link-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-hi8823-latest-link-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-hi8823-latest-link-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0;
  background-color: #0A4B2C; /* Deep Green for hero background */
  color: #F2FFF6;
  overflow: hidden;
}

.page-blog-hi8823-latest-link-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-hi8823-latest-link-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-hi8823-latest-link-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-hi8823-latest-link-guide__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-hi8823-latest-link-guide__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hi8823-latest-link-guide__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-hi8823-latest-link-guide__btn-primary,
.page-blog-hi8823-latest-link-guide__btn-secondary,
.page-blog-hi8823-latest-link-guide__btn-tertiary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-hi8823-latest-link-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-hi8823-latest-link-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
  transform: translateY(-2px);
}

.page-blog-hi8823-latest-link-guide__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-hi8823-latest-link-guide__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-hi8823-latest-link-guide__btn-tertiary {
  background-color: #1E3A2A; /* Divider color */
  color: #A7D9B8; /* Text Secondary */
  border: none;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: 5px;
}

.page-blog-hi8823-latest-link-guide__btn-tertiary:hover {
  background-color: #2E7A4E; /* Border color */
  color: #F2FFF6; /* Text Main */
}

.page-blog-hi8823-latest-link-guide__introduction-section,
.page-blog-hi8823-latest-link-guide__main-content-section {
  padding: 60px 0;
}

.page-blog-hi8823-latest-link-guide__light-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-hi8823-latest-link-guide__dark-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-blog-hi8823-latest-link-guide__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Gold */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-hi8823-latest-link-guide__subsection-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2AD16F; /* Bright green */
}

.page-blog-hi8823-latest-link-guide__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hi8823-latest-link-guide__feature-grid,
.page-blog-hi8823-latest-link-guide__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-hi8823-latest-link-guide__feature-card,
.page-blog-hi8823-latest-link-guide__game-card {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-hi8823-latest-link-guide__feature-card:hover,
.page-blog-hi8823-latest-link-guide__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-hi8823-latest-link-guide__feature-icon,
.page-blog-hi8823-latest-link-guide__game-image {
  width: 100%;
  height: auto;
  max-height: 250px; /* Constrain image height */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-hi8823-latest-link-guide__feature-title,
.page-blog-hi8823-latest-link-guide__game-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-blog-hi8823-latest-link-guide__feature-description,
.page-blog-hi8823-latest-link-guide__game-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-hi8823-latest-link-guide__benefits-list,
.page-blog-hi8823-latest-link-guide__promotions-list,
.page-blog-hi8823-latest-link-guide__ordered-list {
  list-style: none;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-blog-hi8823-latest-link-guide__benefits-list li,
.page-blog-hi8823-latest-link-guide__promotions-list li,
.page-blog-hi8823-latest-link-guide__ordered-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-size: 1.1rem;
}

.page-blog-hi8823-latest-link-guide__benefits-list li::before,
.page-blog-hi8823-latest-link-guide__promotions-list li::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: #2AD16F;
}

.page-blog-hi8823-latest-link-guide__ordered-list li::before {
  counter-increment: list-counter;
  content: counter(list-counter) '.';
  position: absolute;
  left: 0;
  color: #F2C14E;
  font-weight: bold;
}

.page-blog-hi8823-latest-link-guide__list-highlight {
  color: #F2FFF6; /* Text Main */
}

.page-blog-hi8823-latest-link-guide__faq-list {
  margin-top: 40px;
}

.page-blog-hi8823-latest-link-guide__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hi8823-latest-link-guide__faq-item summary {
  list-style: none;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-blog-hi8823-latest-link-guide__faq-item summary:hover {
  background-color: #11A84E;
}

.page-blog-hi8823-latest-link-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-hi8823-latest-link-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E; /* Gold */
}

.page-blog-hi8823-latest-link-guide__faq-item[open] .page-blog-hi8823-latest-link-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hi8823-latest-link-guide__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hi8823-latest-link-guide__faq-answer p {
  margin-top: 0;
  margin-bottom: 15px;
}

.page-blog-hi8823-latest-link-guide__cta-buttons--bottom {
  margin-top: 60px;
  margin-bottom: 20px;
}

/* Image and Button responsiveness */
.page-blog-hi8823-latest-link-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-hi8823-latest-link-guide__hero-image-wrapper,
.page-blog-hi8823-latest-link-guide__feature-card,
.page-blog-hi8823-latest-link-guide__game-card {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-blog-hi8823-latest-link-guide__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-hi8823-latest-link-guide__hero-title {
    font-size: 2rem;
  }

  .page-blog-hi8823-latest-link-guide__hero-description {
    font-size: 1rem;
  }

  .page-blog-hi8823-latest-link-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-hi8823-latest-link-guide__btn-primary,
  .page-blog-hi8823-latest-link-guide__btn-secondary,
  .page-blog-hi8823-latest-link-guide__btn-tertiary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-hi8823-latest-link-guide__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-hi8823-latest-link-guide__subsection-title {
    font-size: 1.5rem;
  }

  .page-blog-hi8823-latest-link-guide__text-block,
  .page-blog-hi8823-latest-link-guide__benefits-list li,
  .page-blog-hi8823-latest-link-guide__promotions-list li,
  .page-blog-hi8823-latest-link-guide__ordered-list li,
  .page-blog-hi8823-latest-link-guide__faq-answer p {
    font-size: 1rem;
  }

  .page-blog-hi8823-latest-link-guide__feature-grid,
  .page-blog-hi8823-latest-link-guide__games-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-blog-hi8823-latest-link-guide__feature-card,
  .page-blog-hi8823-latest-link-guide__game-card {
    padding: 20px;
  }

  .page-blog-hi8823-latest-link-guide__faq-item summary {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-blog-hi8823-latest-link-guide__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-hi8823-latest-link-guide__container {
    padding: 0 15px;
  }

  /* Ensure images and their containers are fully responsive */
  .page-blog-hi8823-latest-link-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-hi8823-latest-link-guide__hero-image-wrapper,
  .page-blog-hi8823-latest-link-guide__feature-card,
  .page-blog-hi8823-latest-link-guide__game-card,
  .page-blog-hi8823-latest-link-guide__introduction-section,
  .page-blog-hi8823-latest-link-guide__main-content-section,
  .page-blog-hi8823-latest-link-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

/* Color Contrast Adjustments */
.page-blog-hi8823-latest-link-guide a {
  color: #2AD16F;
  text-decoration: none;
}

.page-blog-hi8823-latest-link-guide a:hover {
  text-decoration: underline;
}

.page-blog-hi8823-latest-link-guide strong {
  color: #F2FFF6;
}

.page-blog-hi8823-latest-link-guide__hero-section .page-blog-hi8823-latest-link-guide__hero-title,
.page-blog-hi8823-latest-link-guide__section-title,
.page-blog-hi8823-latest-link-guide__feature-title,
.page-blog-hi8823-latest-link-guide__game-title {
  color: #F2C14E; /* Gold */
}

.page-blog-hi8823-latest-link-guide__hero-description,
.page-blog-hi8823-latest-link-guide__text-block,
.page-blog-hi8823-latest-link-guide__feature-description,
.page-blog-hi8823-latest-link-guide__game-description,
.page-blog-hi8823-latest-link-guide__benefits-list li,
.page-blog-hi8823-latest-link-guide__promotions-list li,
.page-blog-hi8823-latest-link-guide__ordered-list li,
.page-blog-hi8823-latest-link-guide__faq-answer {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hi8823-latest-link-guide__faq-item summary {
  color: #F2FFF6; /* Text Main */
}

.page-blog-hi8823-latest-link-guide__faq-toggle {
  color: #F2C14E; /* Gold */
}

.page-blog-hi8823-latest-link-guide__btn-primary {
  color: #ffffff;
}

.page-blog-hi8823-latest-link-guide__btn-secondary {
  color: #2AD16F;
}

.page-blog-hi8823-latest-link-guide__btn-tertiary {
  color: #A7D9B8;
}