.page-resources-best-slotwin-games-2024 {
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-best-slotwin-games-2024__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF; /* Light text on dark hero background */
  position: relative;
  overflow: hidden;
}

.page-resources-best-slotwin-games-2024__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-resources-best-slotwin-games-2024__main-title {
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for highlight */
}

.page-resources-best-slotwin-games-2024__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
}

.page-resources-best-slotwin-games-2024__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.page-resources-best-slotwin-games-2024__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-best-slotwin-games-2024__btn--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-best-slotwin-games-2024__btn--register:hover {
  background-color: #F0F0F0;
}

.page-resources-best-slotwin-games-2024__btn--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-best-slotwin-games-2024__btn--login:hover {
  background-color: #E0A73A;
}

.page-resources-best-slotwin-games-2024__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-best-slotwin-games-2024__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(100%); /* Keeps image in grayscale for background effect */
  position: absolute;
  top: 0;
  left: 0;
}

.page-resources-best-slotwin-games-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-best-slotwin-games-2024__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-best-slotwin-games-2024__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-resources-best-slotwin-games-2024__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-resources-best-slotwin-games-2024__game-card {
  background-color: #F8F8F8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-best-slotwin-games-2024__game-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-best-slotwin-games-2024__game-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-best-slotwin-games-2024__game-excerpt {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-best-slotwin-games-2024__game-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  color: #333333;
}

.page-resources-best-slotwin-games-2024__game-features li {
  margin-bottom: 8px;
}

.page-resources-best-slotwin-games-2024__btn--play {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin-top: auto; /* Pushes button to the bottom */
}

.page-resources-best-slotwin-games-2024__btn--play:hover {
  background-color: #E0A73A;
}

.page-resources-best-slotwin-games-2024__strategy-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #F0F0F0;
  border-radius: 12px;
  margin-bottom: 60px;
}

.page-resources-best-slotwin-games-2024__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-best-slotwin-games-2024__strategy-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-best-slotwin-games-2024__strategy-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-best-slotwin-games-2024__strategy-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-best-slotwin-games-2024__strategy-description {
  font-size: 0.95em;
  color: #555555;
}

.page-resources-best-slotwin-games-2024__cta-full-width {
  text-align: center;
  padding: 30px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 12px;
}

.page-resources-best-slotwin-games-2024__cta-full-width p {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.page-resources-best-slotwin-games-2024__btn--primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  padding: 15px 40px;
}

.page-resources-best-slotwin-games-2024__btn--primary:hover {
  background-color: #E0A73A;
}

.page-resources-best-slotwin-games-2024__why-choose-section {
  max-width: 1200px;
  margin: 0 auto 60px auto;
  padding: 40px 20px;
}

.page-resources-best-slotwin-games-2024__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-resources-best-slotwin-games-2024__benefit-item {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-resources-best-slotwin-games-2024__benefit-title {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-best-slotwin-games-2024__benefit-item p {
  font-size: 0.9em;
  color: #666666;
}

.page-resources-best-slotwin-games-2024__back-to-resources {
  text-align: center;
  margin-bottom: 60px;
}

.page-resources-best-slotwin-games-2024__btn--secondary {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  padding: 12px 25px;
}

.page-resources-best-slotwin-games-2024__btn--secondary:hover {
  background-color: #333333;
}

@media (max-width: 768px) {
  .page-resources-best-slotwin-games-2024__hero-section {
    padding: 40px 15px;
  }

  .page-resources-best-slotwin-games-2024__main-title {
    font-size: 2em;
  }

  .page-resources-best-slotwin-games-2024__intro-text {
    font-size: 1em;
  }

  .page-resources-best-slotwin-games-2024__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-best-slotwin-games-2024__btn {
    width: 100%;
    padding: 12px 20px;
  }

  .page-resources-best-slotwin-games-2024__section-title {
    font-size: 2em;
  }

  .page-resources-best-slotwin-games-2024__content-area,
  .page-resources-best-slotwin-games-2024__strategy-section,
  .page-resources-best-slotwin-games-2024__why-choose-section {
    padding: 20px 15px;
  }

  .page-resources-best-slotwin-games-2024__game-list,
  .page-resources-best-slotwin-games-2024__strategy-grid,
  .page-resources-best-slotwin-games-2024__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Mobile content area image overflow fix */
  .page-resources-best-slotwin-games-2024 img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-best-slotwin-games-2024 {
    overflow-x: hidden;
  }
}