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

.page-blog-betvisa88-new-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-betvisa88-new-slot-games__hero-section {
  position: relative;
  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; /* Ensure content doesn't overflow */
}

.page-blog-betvisa88-new-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.6); /* Darken image slightly for text readability */
}

.page-blog-betvisa88-new-slot-games__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-betvisa88-new-slot-games__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
  line-height: 1.2;
}

.page-blog-betvisa88-new-slot-games__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-betvisa88-new-slot-games__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-betvisa88-new-slot-games__btn-primary,
.page-blog-betvisa88-new-slot-games__btn-secondary {
  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;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-betvisa88-new-slot-games__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-betvisa88-new-slot-games__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-betvisa88-new-slot-games__btn-secondary {
  background: transparent;
  color: #2AD16F; /* A lighter shade of green from the primary button gradient */
  border: 2px solid #2AD16F;
}

.page-blog-betvisa88-new-slot-games__btn-secondary:hover {
  background: #2AD16F;
  color: #ffffff;
}

.page-blog-betvisa88-new-slot-games__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Gold */
}

.page-blog-betvisa88-new-slot-games__introduction-section,
.page-blog-betvisa88-new-slot-games__featured-games-section,
.page-blog-betvisa88-new-slot-games__tips-section,
.page-blog-betvisa88-new-slot-games__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-betvisa88-new-slot-games__introduction-section p,
.page-blog-betvisa88-new-slot-games__tips-section p,
.page-blog-betvisa88-new-slot-games__faq-answer p {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-betvisa88-new-slot-games__featured-games-section .page-blog-betvisa88-new-slot-games__section-title {
  margin-bottom: 20px;
}
.page-blog-betvisa88-new-slot-games__featured-games-section > .page-blog-betvisa88-new-slot-games__container > p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-betvisa88-new-slot-games__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-betvisa88-new-slot-games__game-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-betvisa88-new-slot-games__game-card:hover {
  transform: translateY(-5px);
}

.page-blog-betvisa88-new-slot-games__game-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-betvisa88-new-slot-games__game-info {
  padding: 25px;
}

.page-blog-betvisa88-new-slot-games__game-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-blog-betvisa88-new-slot-games__game-title a {
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
}

.page-blog-betvisa88-new-slot-games__game-title a:hover {
  color: #2AD16F; /* Green from button gradient */
}

.page-blog-betvisa88-new-slot-games__game-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-betvisa88-new-slot-games__btn-play {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-blog-betvisa88-new-slot-games__btn-play:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-betvisa88-new-slot-games__why-choose-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-blog-betvisa88-new-slot-games__why-choose-section .page-blog-betvisa88-new-slot-games__section-title {
  color: #F2C14E; /* Gold */
}

.page-blog-betvisa88-new-slot-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-betvisa88-new-slot-games__feature-item {
  text-align: center;
  padding: 30px;
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-betvisa88-new-slot-games__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-betvisa88-new-slot-games__feature-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-betvisa88-new-slot-games__feature-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
}

.page-blog-betvisa88-new-slot-games__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-betvisa88-new-slot-games__tip-card {
  padding: 30px;
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-betvisa88-new-slot-games__tip-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-betvisa88-new-slot-games__tip-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: left;
}

.page-blog-betvisa88-new-slot-games__promotions-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-blog-betvisa88-new-slot-games__promotions-section .page-blog-betvisa88-new-slot-games__section-title {
  color: #F2C14E; /* Gold */
}

.page-blog-betvisa88-new-slot-games__promotions-section > .page-blog-betvisa88-new-slot-games__container > p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-betvisa88-new-slot-games__promotion-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 800px;
}

.page-blog-betvisa88-new-slot-games__promotion-item {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-betvisa88-new-slot-games__promotion-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-betvisa88-new-slot-games__promotion-item p {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: left;
}

.page-blog-betvisa88-new-slot-games__cta-buttons--center {
  justify-content: center;
}

.page-blog-betvisa88-new-slot-games__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-betvisa88-new-slot-games__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-blog-betvisa88-new-slot-games__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-betvisa88-new-slot-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  background-color: #1E3A2A; /* Divider */
  border-bottom: 1px solid transparent; /* To be replaced by toggle state */
  list-style: none; /* Remove default marker for details summary */
}

.page-blog-betvisa88-new-slot-games__faq-item[open] > .page-blog-betvisa88-new-slot-games__faq-question {
  border-bottom-color: #2E7A4E; /* Border */
}

.page-blog-betvisa88-new-slot-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-betvisa88-new-slot-games__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-blog-betvisa88-new-slot-games__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-betvisa88-new-slot-games__cta-final-section {
  padding: 80px 0;
  background-color: #22C768; /* Auxiliary Color, used as medium-bg */
  color: #000000; /* Dark text for medium/light background */
  text-align: center;
}

.page-blog-betvisa88-new-slot-games__cta-final-section .page-blog-betvisa88-new-slot-games__section-title {
  color: #0A4B2C; /* Deep Green for contrast */
  margin-bottom: 30px;
}

.page-blog-betvisa88-new-slot-games__cta-description {
  font-size: 1.2rem;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #0A4B2C; /* Deep Green for contrast */
}

/* Responsive styles */
@media (max-width: 992px) {
  .page-blog-betvisa88-new-slot-games__hero-content {
    padding: 30px 15px;
  }
  .page-blog-betvisa88-new-slot-games__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .page-blog-betvisa88-new-slot-games__hero-description {
    font-size: 1.1rem;
  }
  .page-blog-betvisa88-new-slot-games__section-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }
}

@media (max-width: 768px) {
  .page-blog-betvisa88-new-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-betvisa88-new-slot-games video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-betvisa88-new-slot-games__section,
  .page-blog-betvisa88-new-slot-games__card,
  .page-blog-betvisa88-new-slot-games__container,
  .page-blog-betvisa88-new-slot-games__video-section,
  .page-blog-betvisa88-new-slot-games__video-container,
  .page-blog-betvisa88-new-slot-games__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal scroll */
  }

  .page-blog-betvisa88-new-slot-games__hero-section {
    padding-top: 10px !important; /* body already has offset */
    padding-bottom: 40px;
  }
  .page-blog-betvisa88-new-slot-games__hero-content {
    padding: 20px 0;
  }
  .page-blog-betvisa88-new-slot-games__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  .page-blog-betvisa88-new-slot-games__hero-description {
    font-size: 1rem;
  }
  .page-blog-betvisa88-new-slot-games__section-title {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }
  .page-blog-betvisa88-new-slot-games__introduction-section,
  .page-blog-betvisa88-new-slot-games__featured-games-section,
  .page-blog-betvisa88-new-slot-games__why-choose-section,
  .page-blog-betvisa88-new-slot-games__tips-section,
  .page-blog-betvisa88-new-slot-games__promotions-section,
  .page-blog-betvisa88-new-slot-games__faq-section,
  .page-blog-betvisa88-new-slot-games__cta-final-section {
    padding: 40px 0;
  }
  .page-blog-betvisa88-new-slot-games__game-list,
  .page-blog-betvisa88-new-slot-games__features-grid,
  .page-blog-betvisa88-new-slot-games__tips-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-betvisa88-new-slot-games__cta-buttons {
    flex-direction: column;
  }
  .page-blog-betvisa88-new-slot-games__btn-primary,
  .page-blog-betvisa88-new-slot-games__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
  }
  .page-blog-betvisa88-new-slot-games__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-betvisa88-new-slot-games__faq-answer {
    padding: 10px 20px 20px;
  }
}