.page-resources-iwinclub-latest-game-guide {
  --primary-color: #1A2B4C;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f4f7f6;
  --bg-dark: #2c3e50;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-resources-iwinclub-latest-game-guide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-iwinclub-latest-game-guide-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-iwinclub-latest-game-guide-section:nth-of-type(even) {
  background-color: var(--bg-light);
}

.page-resources-iwinclub-latest-game-guide h1,
.page-resources-iwinclub-latest-game-guide h2,
.page-resources-iwinclub-latest-game-guide h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-iwinclub-latest-game-guide h1 {
  font-size: 2.8em;
  color: var(--text-light);
}

.page-resources-iwinclub-latest-game-guide h2 {
  font-size: 2.2em;
  margin-bottom: 40px;
}

.page-resources-iwinclub-latest-game-guide h3 {
  font-size: 1.6em;
  color: var(--primary-color);
}

.page-resources-iwinclub-latest-game-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-iwinclub-latest-game-guide strong {
  color: var(--primary-color);
}

.page-resources-iwinclub-latest-game-guide-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, #3a507a 100%);
  color: var(--text-light);
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-resources-iwinclub-latest-game-guide-hero .page-resources-iwinclub-latest-game-guide-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-resources-iwinclub-latest-game-guide-hero-content {
  max-width: 800px;
}

.page-resources-iwinclub-latest-game-guide-hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-iwinclub-latest-game-guide-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-iwinclub-latest-game-guide-cta-button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.3s ease;
  border: 2px solid var(--secondary-color);
}

.page-resources-iwinclub-latest-game-guide-cta-button:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-iwinclub-latest-game-guide-games {
  background-color: var(--bg-light);
}

.page-resources-iwinclub-latest-game-guide-game-card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.page-resources-iwinclub-latest-game-guide-game-card:hover {
  transform: translateY(-5px);
}

.page-resources-iwinclub-latest-game-guide-game-card img {
  width: 40%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.page-resources-iwinclub-latest-game-guide-game-card:nth-child(odd) img {
  order: 1;
  border-radius: 0 10px 10px 0;
}

.page-resources-iwinclub-latest-game-guide-game-card:nth-child(odd) .page-resources-iwinclub-latest-game-guide-card-content {
  order: 0;
}

.page-resources-iwinclub-latest-game-guide-card-content {
  padding: 30px;
  width: 60%;
}

.page-resources-iwinclub-latest-game-guide-card-content h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-iwinclub-latest-game-guide-card-content h3 a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-resources-iwinclub-latest-game-guide-card-content h3 a:hover {
  color: var(--secondary-color);
}

.page-resources-iwinclub-latest-game-guide-card-content p {
  font-size: 1em;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.page-resources-iwinclub-latest-game-guide-card-link {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.page-resources-iwinclub-latest-game-guide-card-link:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-resources-iwinclub-latest-game-guide-feature-item {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 30px;
  text-align: left;
}

.page-resources-iwinclub-latest-game-guide-feature-item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.page-resources-iwinclub-latest-game-guide-feature-item img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}

.page-resources-iwinclub-latest-game-guide-feature-content h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-resources-iwinclub-latest-game-guide-feature-content p {
  font-size: 1em;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.page-resources-iwinclub-latest-game-guide-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-iwinclub-latest-game-guide-button:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.page-resources-iwinclub-latest-game-guide-support {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-iwinclub-latest-game-guide-support h2 {
  color: var(--secondary-color);
}

.page-resources-iwinclub-latest-game-guide-support p {
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-iwinclub-latest-game-guide-support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.page-resources-iwinclub-latest-game-guide-support-item img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
}

.page-resources-iwinclub-latest-game-guide-support-item h3 {
  color: var(--secondary-color);
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-resources-iwinclub-latest-game-guide-support-item p {
  max-width: 800px;
  margin: 0 auto 20px auto;
  font-size: 1.1em;
}

/* FAQ Styles */
.page-resources-iwinclub-latest-game-guide-faq {
  background-color: var(--bg-light);
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--primary-color);
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  color: var(--text-dark);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px;
  border-top: 1px solid var(--border-color);
}

.page-resources-iwinclub-latest-game-guide-conclusion {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-iwinclub-latest-game-guide-conclusion h2 {
  color: var(--secondary-color);
}

.page-resources-iwinclub-latest-game-guide-conclusion p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-iwinclub-latest-game-guide h1 {
    font-size: 2.2em;
  }
  .page-resources-iwinclub-latest-game-guide h2 {
    font-size: 1.8em;
  }
  .page-resources-iwinclub-latest-game-guide h3 {
    font-size: 1.4em;
  }
  .page-resources-iwinclub-latest-game-guide-hero-content p {
    font-size: 1.1em;
  }
  .page-resources-iwinclub-latest-game-guide-game-card {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-iwinclub-latest-game-guide-game-card img,
  .page-resources-iwinclub-latest-game-guide-game-card:nth-child(odd) img {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
    order: 0;
  }
  .page-resources-iwinclub-latest-game-guide-game-card:nth-child(odd) .page-resources-iwinclub-latest-game-guide-card-content {
    order: 1;
  }
  .page-resources-iwinclub-latest-game-guide-card-content {
    width: 100%;
    padding: 20px;
  }
  .page-resources-iwinclub-latest-game-guide-feature-item,
  .page-resources-iwinclub-latest-game-guide-feature-item:nth-child(even) {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-iwinclub-latest-game-guide-feature-item img {
    width: 180px;
    height: 180px;
  }
  .page-resources-iwinclub-latest-game-guide-support-item img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .page-resources-iwinclub-latest-game-guide-section {
    padding: 40px 0;
  }
  .page-resources-iwinclub-latest-game-guide h1 {
    font-size: 1.8em;
  }
  .page-resources-iwinclub-latest-game-guide h2 {
    font-size: 1.6em;
  }
  .page-resources-iwinclub-latest-game-guide h3 {
    font-size: 1.2em;
  }
  .page-resources-iwinclub-latest-game-guide-hero-content p {
    font-size: 1em;
  }
  .page-resources-iwinclub-latest-game-guide-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 15px;
  }
  .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-iwinclub-latest-game-guide-container {
    padding: 0 15px;
  }
  .page-resources-iwinclub-latest-game-guide h1 {
    font-size: 1.5em;
  }
  .page-resources-iwinclub-latest-game-guide h2 {
    font-size: 1.4em;
  }
  .page-resources-iwinclub-latest-game-guide h3 {
    font-size: 1.1em;
  }
  .page-resources-iwinclub-latest-game-guide p {
    font-size: 0.95em;
  }
  .page-resources-iwinclub-latest-game-guide-game-card img {
    height: 150px;
  }
  .page-resources-iwinclub-latest-game-guide-card-content {
    padding: 15px;
  }
  .page-resources-iwinclub-latest-game-guide-card-content h3 {
    font-size: 1.3em;
  }
  .page-resources-iwinclub-latest-game-guide-feature-item {
    padding: 20px;
  }
  .page-resources-iwinclub-latest-game-guide-feature-item img {
    width: 150px;
    height: 150px;
  }
  .page-resources-iwinclub-latest-game-guide-support-item img {
    width: 120px;
    height: 120px;
  }
}