.page-resources-voslot-popular-games-strategy {
  color: #333333; /* Dark text for light body background */
}

.page-resources-voslot-popular-games-strategy__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #000000; /* Main color for hero background */
}

.page-resources-voslot-popular-games-strategy__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  min-height: 500px; /* Ensure hero section has a decent height */
}

.page-resources-voslot-popular-games-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-resources-voslot-popular-games-strategy__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF; /* Light text for dark hero background */
  max-width: 800px;
}

.page-resources-voslot-popular-games-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-voslot-popular-games-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-voslot-popular-games-strategy__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-voslot-popular-games-strategy__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-voslot-popular-games-strategy__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-voslot-popular-games-strategy__button--register:hover {
  background-color: #f0f0f0;
  color: #000000;
}

.page-resources-voslot-popular-games-strategy__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-voslot-popular-games-strategy__button--login:hover {
  background-color: #e6a73c;
  color: #000000;
}

.page-resources-voslot-popular-games-strategy__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-voslot-popular-games-strategy__breadcrumb {
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #666666;
}

.page-resources-voslot-popular-games-strategy__breadcrumb-link {
  color: #000000;
  text-decoration: none;
}

.page-resources-voslot-popular-games-strategy__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-voslot-popular-games-strategy__breadcrumb-separator {
  margin: 0 5px;
}

.page-resources-voslot-popular-games-strategy__breadcrumb-current {
  color: #999999;
}

.page-resources-voslot-popular-games-strategy__article {
  background-color: #FFFFFF;
  padding: 0;
  border-radius: 8px;
}

.page-resources-voslot-popular-games-strategy__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-resources-voslot-popular-games-strategy__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-resources-voslot-popular-games-strategy__paragraph {
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-voslot-popular-games-strategy__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #333333;
}

.page-resources-voslot-popular-games-strategy__list-item {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-resources-voslot-popular-games-strategy__article-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-voslot-popular-games-strategy__cta-banner {
  position: relative;
  margin: 60px 0;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background-color: #000000;
}

.page-resources-voslot-popular-games-strategy__cta-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 0.5;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-voslot-popular-games-strategy__cta-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  max-width: 700px;
  padding: 20px;
}

.page-resources-voslot-popular-games-strategy__cta-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-resources-voslot-popular-games-strategy__cta-description {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-resources-voslot-popular-games-strategy__button--register-cta {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-voslot-popular-games-strategy__button--register-cta:hover {
  background-color: #e6a73c;
  color: #000000;
}

.page-resources-voslot-popular-games-strategy__back-link-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-voslot-popular-games-strategy__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-voslot-popular-games-strategy__back-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-voslot-popular-games-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-resources-voslot-popular-games-strategy__hero-description {
    font-size: 1em;
  }

  .page-resources-voslot-popular-games-strategy__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-voslot-popular-games-strategy__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-voslot-popular-games-strategy__content-area {
    padding: 20px 15px;
    font-size: 1em;
  }

  .page-resources-voslot-popular-games-strategy__section-title {
    font-size: 2em;
  }

  .page-resources-voslot-popular-games-strategy__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-voslot-popular-games-strategy__article-image,
  .page-resources-voslot-popular-games-strategy__cta-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-voslot-popular-games-strategy__cta-title {
    font-size: 1.8em;
  }

  .page-resources-voslot-popular-games-strategy__cta-description {
    font-size: 0.9em;
  }

  /* Mobile content image constraint */
  .page-resources-voslot-popular-games-strategy img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-voslot-popular-games-strategy {
    overflow-x: hidden;
  }
}