.page-resources-vuabet88-best-games-selection {
  --primary-color: #1A2E47;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f9f9f9;
  --background-white: #ffffff;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--background-light);
}

.page-resources-vuabet88-best-games-selection__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-vuabet88-best-games-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-vuabet88-best-games-selection__section-title {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.page-resources-vuabet88-best-games-selection__sub-title {
  font-size: 24px;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 600;
}

.page-resources-vuabet88-best-games-selection__paragraph {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: left;
  color: var(--text-dark);
}

.page-resources-vuabet88-best-games-selection__list {
  list-style: disc inside;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-vuabet88-best-games-selection__list-item {
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.page-resources-vuabet88-best-games-selection__list-item strong {
  color: var(--primary-color);
}

.page-resources-vuabet88-best-games-selection__list-item a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-resources-vuabet88-best-games-selection__list-item a:hover {
  text-decoration: underline;
  color: var(--secondary-color);
}

/* HERO Section */
.page-resources-vuabet88-best-games-selection__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, var(--primary-color) 0%, #3a506b 100%);
  color: var(--text-light);
  overflow: hidden;
}

.page-resources-vuabet88-best-games-selection__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-vuabet88-best-games-selection__hero-image {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
}

.page-resources-vuabet88-best-games-selection__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-vuabet88-best-games-selection__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-resources-vuabet88-best-games-selection__main-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-weight: 900;
}

.page-resources-vuabet88-best-games-selection__intro-text {
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--text-light);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-vuabet88-best-games-selection__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-vuabet88-best-games-selection__cta-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-vuabet88-best-games-selection__cta-button--primary {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-vuabet88-best-games-selection__cta-button--secondary {
  background: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  margin-left: 20px;
}

.page-resources-vuabet88-best-games-selection__cta-button--secondary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-vuabet88-best-games-selection__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Game Types Section */
.page-resources-vuabet88-best-games-selection__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-vuabet88-best-games-selection__game-card {
  background: var(--background-white);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.page-resources-vuabet88-best-games-selection__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-vuabet88-best-games-selection__game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  display: block;
}

.page-resources-vuabet88-best-games-selection__card-title {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.3;
}

.page-resources-vuabet88-best-games-selection__card-title a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-resources-vuabet88-best-games-selection__card-title a:hover {
  color: var(--secondary-color);
}

.page-resources-vuabet88-best-games-selection__card-description {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-vuabet88-best-games-selection__btn-small {
  display: inline-block;
  padding: 10px 25px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-vuabet88-best-games-selection__btn-small:hover {
  background: #e6c200;
  transform: translateY(-2px);
}

.page-resources-vuabet88-best-games-selection__image-wrapper {
  margin: 40px auto;
  max-width: 1000px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-vuabet88-best-games-selection__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-resources-vuabet88-best-games-selection__faq {
  background-color: var(--background-white);
}

.page-resources-vuabet88-best-games-selection__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-vuabet88-best-games-selection__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  background: var(--background-light);
  color: var(--text-dark);
}

.page-resources-vuabet88-best-games-selection__faq-item.active .page-resources-vuabet88-best-games-selection__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  border-top: 1px solid #e0e0e0;
}

.page-resources-vuabet88-best-games-selection__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: var(--background-white);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-vuabet88-best-games-selection__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-vuabet88-best-games-selection__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-color);
  pointer-events: none;
}

.page-resources-vuabet88-best-games-selection__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--secondary-color);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
}

.page-resources-vuabet88-best-games-selection__faq-item.active .page-resources-vuabet88-best-games-selection__faq-toggle {
  color: var(--primary-color);
  border-color: var(--primary-color);
  transform: rotate(45deg); /* Change to X */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-resources-vuabet88-best-games-selection__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-vuabet88-best-games-selection__main-title {
    font-size: 32px;
  }

  .page-resources-vuabet88-best-games-selection__intro-text {
    font-size: 16px;
  }

  .page-resources-vuabet88-best-games-selection__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-right: 0;
  }

  .page-resources-vuabet88-best-games-selection__cta-button--secondary {
    margin-top: 15px;
    margin-left: 0;
  }

  .page-resources-vuabet88-best-games-selection__button-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-vuabet88-best-games-selection__section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .page-resources-vuabet88-best-games-selection__sub-title {
    font-size: 20px;
    margin-top: 30px;
  }

  .page-resources-vuabet88-best-games-selection__paragraph,
  .page-resources-vuabet88-best-games-selection__list-item {
    font-size: 16px;
  }

  .page-resources-vuabet88-best-games-selection__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-resources-vuabet88-best-games-selection__game-card {
    padding: 20px;
  }

  .page-resources-vuabet88-best-games-selection__game-card img {
    
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-vuabet88-best-games-selection__card-title {
    font-size: 20px;
  }

  .page-resources-vuabet88-best-games-selection__card-description {
    font-size: 14px;
  }

  .page-resources-vuabet88-best-games-selection__btn-small {
    padding: 8px 20px;
    font-size: 14px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-vuabet88-best-games-selection__image-wrapper {
    margin: 30px auto;
    padding: 0 15px;
  }

  .page-resources-vuabet88-best-games-selection__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-vuabet88-best-games-selection__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }

  .page-resources-vuabet88-best-games-selection__faq-question h3 {
    font-size: 16px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }

  .page-resources-vuabet88-best-games-selection__faq-toggle {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }

  .page-resources-vuabet88-best-games-selection__faq-answer {
    padding: 0 15px;
  }

  .page-resources-vuabet88-best-games-selection__faq-item.active .page-resources-vuabet88-best-games-selection__faq-answer {
    padding: 15px !important;
  }

  /* Ensure all img tags within the page content are responsive */
  .page-resources-vuabet88-best-games-selection img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure all containers with images/buttons are responsive */
  .page-resources-vuabet88-best-games-selection__section,
  .page-resources-vuabet88-best-games-selection__container,
  .page-resources-vuabet88-best-games-selection__game-card,
  .page-resources-vuabet88-best-games-selection__content-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-vuabet88-best-games-selection__hero-container {
    padding: 0 15px;
  }

  .page-resources-vuabet88-best-games-selection__hero-image {
    margin-left: 0;
    margin-right: 0;
  }
}