/* style/resources-sunwin-game-strategies.css */
.page-resources-sunwin-game-strategies {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-sunwin-game-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sunwin-game-strategies__hero {
  background: linear-gradient(135deg, #0A1931, #2a3d5b);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-sunwin-game-strategies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFC107; /* Auxiliary color for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sunwin-game-strategies__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-sunwin-game-strategies__section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-sunwin-game-strategies__section--dark {
  background-color: #0A1931;
  color: #e0e0e0;
}

.page-resources-sunwin-game-strategies__section-title {
  font-size: 2.8em;
  color: #0A1931;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sunwin-game-strategies__section--dark .page-resources-sunwin-game-strategies__section-title {
  color: #FFC107;
}

.page-resources-sunwin-game-strategies__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFC107;
  border-radius: 2px;
}

.page-resources-sunwin-game-strategies__content-block {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
}

.page-resources-sunwin-game-strategies__content-block p {
  margin-bottom: 20px;
}

.page-resources-sunwin-game-strategies__content-block ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-sunwin-game-strategies__content-block li {
  margin-bottom: 10px;
}

.page-resources-sunwin-game-strategies__sub-title {
  font-size: 1.8em;
  color: #0A1931;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-sunwin-game-strategies__section--dark .page-resources-sunwin-game-strategies__sub-title {
  color: #FFC107;
}

.page-resources-sunwin-game-strategies__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-resources-sunwin-game-strategies__grid-item {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-resources-sunwin-game-strategies__section--dark .page-resources-sunwin-game-strategies__grid-item {
  background-color: #1a2c42;
  color: #e0e0e0;
}

.page-resources-sunwin-game-strategies__item-title {
  font-size: 2em;
  color: #0A1931;
  margin-bottom: 15px;
}

.page-resources-sunwin-game-strategies__section--dark .page-resources-sunwin-game-strategies__item-title {
  color: #FFC107;
}

.page-resources-sunwin-game-strategies__item-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #FFC107;
  margin-top: 10px;
  border-radius: 1.5px;
}

.page-resources-sunwin-game-strategies__grid-item p {
  margin-bottom: 15px;
}

.page-resources-sunwin-game-strategies__grid-item ul {
  list-style: disc inside;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-resources-sunwin-game-strategies__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-sunwin-game-strategies__image--full-width {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-sunwin-game-strategies__button {
  display: inline-block;
  background-color: #FFC107;
  color: #0A1931;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.page-resources-sunwin-game-strategies__button:hover {
  background-color: #e6b300;
  transform: translateY(-3px);
}

.page-resources-sunwin-game-strategies__button--primary {
  background-color: #0A1931;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-resources-sunwin-game-strategies__button--primary:hover {
  background-color: #1a2c42;
  color: #ffffff;
  border-color: #ffffff;
}

.page-resources-sunwin-game-strategies__cta-section {
  background: linear-gradient(135deg, #0A1931, #FFC107);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-resources-sunwin-game-strategies__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-sunwin-game-strategies__cta-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-sunwin-game-strategies__cta-buttons .page-resources-sunwin-game-strategies__button {
  margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-sunwin-game-strategies__hero-title {
    font-size: 2.8em;
  }

  .page-resources-sunwin-game-strategies__hero-subtitle,
  .page-resources-sunwin-game-strategies__cta-description {
    font-size: 1.3em;
  }

  .page-resources-sunwin-game-strategies__section-title {
    font-size: 2.2em;
  }

  .page-resources-sunwin-game-strategies__sub-title {
    font-size: 1.6em;
  }

  .page-resources-sunwin-game-strategies__item-title {
    font-size: 1.8em;
  }

  .page-resources-sunwin-game-strategies__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-sunwin-game-strategies__hero {
    padding: 80px 0;
  }

  .page-resources-sunwin-game-strategies__hero-title {
    font-size: 2.2em;
  }

  .page-resources-sunwin-game-strategies__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-sunwin-game-strategies__section {
    padding: 40px 0;
  }

  .page-resources-sunwin-game-strategies__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-sunwin-game-strategies__content-block {
    font-size: 1em;
  }

  .page-resources-sunwin-game-strategies__sub-title {
    font-size: 1.4em;
  }

  .page-resources-sunwin-game-strategies__item-title {
    font-size: 1.6em;
  }

  .page-resources-sunwin-game-strategies__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-sunwin-game-strategies__cta-title {
    font-size: 2.2em;
  }

  .page-resources-sunwin-game-strategies__cta-description {
    font-size: 1.2em;
  }

  .page-resources-sunwin-game-strategies__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-sunwin-game-strategies__cta-buttons .page-resources-sunwin-game-strategies__button {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-sunwin-game-strategies__hero {
    padding: 60px 0;
  }

  .page-resources-sunwin-game-strategies__hero-title {
    font-size: 1.8em;
  }

  .page-resources-sunwin-game-strategies__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-sunwin-game-strategies__section-title {
    font-size: 1.5em;
  }

  .page-resources-sunwin-game-strategies__sub-title {
    font-size: 1.2em;
  }

  .page-resources-sunwin-game-strategies__item-title {
    font-size: 1.4em;
  }

  .page-resources-sunwin-game-strategies__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-sunwin-game-strategies__cta-title {
    font-size: 1.8em;
  }

  .page-resources-sunwin-game-strategies__cta-description {
    font-size: 1em;
  }
}