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

.page-blog-sv88-latest-games-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-sv88-latest-games-offers__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-sv88-latest-games-offers__section-subtitle {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-sv88-latest-games-offers__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-sv88-latest-games-offers__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-sv88-latest-games-offers__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: transparent;
  color: #2AD16F;
  text-decoration: none;
  border: 2px solid #2AD16F;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-blog-sv88-latest-games-offers__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
}

.page-blog-sv88-latest-games-offers__btn-card {
  display: block;
  width: fit-content;
  margin-top: 15px;
  padding: 8px 15px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.page-blog-sv88-latest-games-offers__btn-card:hover {
  opacity: 0.9;
}

.page-blog-sv88-latest-games-offers__btn-card--disabled {
  background: #666 !important;
  cursor: not-allowed;
}

/* Hero Section */
.page-blog-sv88-latest-games-offers__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px; /* Space for content below image */
}

.page-blog-sv88-latest-games-offers__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit hero image height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-sv88-latest-games-offers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-sv88-latest-games-offers__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(8, 22, 15, 0.7); /* Deep Green with transparency */
  border-radius: 10px;
  margin-top: -100px; /* Overlap with image slightly */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-sv88-latest-games-offers__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.page-blog-sv88-latest-games-offers__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-sv88-latest-games-offers__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-sv88-latest-games-offers__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Intro Section */
.page-blog-sv88-latest-games-offers__intro-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-sv88-latest-games-offers__intro-section p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #A7D9B8;
  text-align: justify;
}

/* Game Categories Section */
.page-blog-sv88-latest-games-offers__game-categories {
  padding: 80px 0;
  background-color: #08160F; /* Background */
}

.page-blog-sv88-latest-games-offers__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-sv88-latest-games-offers__game-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-sv88-latest-games-offers__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-sv88-latest-games-offers__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-blog-sv88-latest-games-offers__card-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  padding: 0 15px;
  flex-grow: 1;
}

.page-blog-sv88-latest-games-offers__card-title a {
  color: #F2C14E; /* Gold */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-sv88-latest-games-offers__card-title a:hover {
  color: #57E38D; /* Glow */
}

.page-blog-sv88-latest-games-offers__card-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
  padding: 0 15px;
  margin-bottom: 15px;
}

/* Promo Section */
.page-blog-sv88-latest-games-offers__promo-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-sv88-latest-games-offers__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-sv88-latest-games-offers__promo-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-sv88-latest-games-offers__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Guide Section */
.page-blog-sv88-latest-games-offers__guide-section {
  padding: 80px 0;
  background-color: #08160F; /* Background */
}

.page-blog-sv88-latest-games-offers__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-blog-sv88-latest-games-offers__step-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-sv88-latest-games-offers__step-icon {
  width: 60px;
  height: 60px;
  background-color: #2AD16F;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Security Section */
.page-blog-sv88-latest-games-offers__security-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-sv88-latest-games-offers__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-blog-sv88-latest-games-offers__feature-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-sv88-latest-games-offers__feature-icon {
  width: 200px; /* Min size 200x200 */
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-blog-sv88-latest-games-offers__feature-item h3 {
  color: #F2C14E; /* Gold */
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-blog-sv88-latest-games-offers__feature-item p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

/* FAQ Section */
.page-blog-sv88-latest-games-offers__faq-section {
  padding: 80px 0;
  background-color: #08160F; /* Background */
}

.page-blog-sv88-latest-games-offers__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-sv88-latest-games-offers__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-sv88-latest-games-offers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  list-style: none; /* For details tag */
}

.page-blog-sv88-latest-games-offers__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-sv88-latest-games-offers__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2AD16F;
  transition: transform 0.3s ease;
}

.page-blog-sv88-latest-games-offers__faq-item[open] .page-blog-sv88-latest-games-offers__faq-toggle {
  transform: rotate(180deg);
}

.page-blog-sv88-latest-games-offers__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

/* Conclusion Section */
.page-blog-sv88-latest-games-offers__conclusion-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
  text-align: center;
}

.page-blog-sv88-latest-games-offers__conclusion-section p {
  font-size: 1.05em;
  color: #A7D9B8;
  margin-bottom: 25px;
}

/* Global image settings for content area */
.page-blog-sv88-latest-games-offers img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-sv88-latest-games-offers__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-blog-sv88-latest-games-offers__hero-content {
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .page-blog-sv88-latest-games-offers__hero-content {
    margin-top: -60px;
    padding: 15px;
  }
  .page-blog-sv88-latest-games-offers__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-blog-sv88-latest-games-offers__description,
  .page-blog-sv88-latest-games-offers__intro-section p,
  .page-blog-sv88-latest-games-offers__card-description,
  .page-blog-sv88-latest-games-offers__feature-item p,
  .page-blog-sv88-latest-games-offers__faq-answer p,
  .page-blog-sv88-latest-games-offers__conclusion-section p {
    font-size: 1em;
  }

  .page-blog-sv88-latest-games-offers__section-title {
    font-size: 2em;
  }

  .page-blog-sv88-latest-games-offers__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-sv88-latest-games-offers__btn-primary,
  .page-blog-sv88-latest-games-offers__btn-secondary {
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-sv88-latest-games-offers__container,
  .page-blog-sv88-latest-games-offers__game-grid,
  .page-blog-sv88-latest-games-offers__promo-grid,
  .page-blog-sv88-latest-games-offers__guide-steps,
  .page-blog-sv88-latest-games-offers__security-features,
  .page-blog-sv88-latest-games-offers__faq-list {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-blog-sv88-latest-games-offers img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-sv88-latest-games-offers__feature-icon {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .page-blog-sv88-latest-games-offers__main-title {
    font-size: clamp(1.6em, 7vw, 2.2em);
  }
  .page-blog-sv88-latest-games-offers__section-title {
    font-size: 1.8em;
  }
  .page-blog-sv88-latest-games-offers__hero-content {
    margin-top: -40px;
  }
  .page-blog-sv88-latest-games-offers__game-grid,
  .page-blog-sv88-latest-games-offers__promo-grid,
  .page-blog-sv88-latest-games-offers__guide-steps,
  .page-blog-sv88-latest-games-offers__security-features {
    grid-template-columns: 1fr;
  }
}