.page-game-guides-slot-games-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--bg-color);
}

.page-game-guides-slot-games-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, larger bottom for content */
  background-color: var(--bg-color);
  overflow: hidden;
}

.page-game-guides-slot-games-tips__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.page-game-guides-slot-games-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-game-guides-slot-games-tips__hero-content {
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-game-guides-slot-games-tips__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--text-main);
  margin-bottom: 20px;
}

.page-game-guides-slot-games-tips__description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-game-guides-slot-games-tips__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-game-guides-slot-games-tips__btn-primary,
.page-game-guides-slot-games-tips__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  min-width: 180px;
  text-align: center;
}

.page-game-guides-slot-games-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-game-guides-slot-games-tips__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-game-guides-slot-games-tips__btn-secondary {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--border-color);
}

.page-game-guides-slot-games-tips__btn-secondary:hover {
  background: rgba(var(--deep-green-rgb), 0.2);
  transform: translateY(-2px);
}

.page-game-guides-slot-games-tips__section {
  padding: 60px 20px;
  background-color: var(--card-bg);
}

.page-game-guides-slot-games-tips__light-bg {
  background-color: var(--bg-color);
}

.page-game-guides-slot-games-tips__dark-bg {
  background-color: var(--card-bg);
}

.page-game-guides-slot-games-tips__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 40px;
}

.page-game-guides-slot-games-tips__sub-title {
  font-size: 1.6em;
  font-weight: bold;
  color: var(--text-main);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-guides-slot-games-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-game-guides-slot-games-tips__text-block {
  font-size: 1.05em;
  color: var(--text-secondary);
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-game-guides-slot-games-tips__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-game-guides-slot-games-tips__unordered-list,
.page-game-guides-slot-games-tips__ordered-list {
  list-style-type: disc;
  color: var(--text-secondary);
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-game-guides-slot-games-tips__ordered-list {
  list-style-type: decimal;
}

.page-game-guides-slot-games-tips__unordered-list li,
.page-game-guides-slot-games-tips__ordered-list li {
  margin-bottom: 10px;
  color: var(--text-secondary);
}

.page-game-guides-slot-games-tips__unordered-list li strong,
.page-game-guides-slot-games-tips__ordered-list li strong {
  color: var(--text-main);
}

.page-game-guides-slot-games-tips__inline-link {
  color: var(--glow);
  text-decoration: none;
  font-weight: bold;
}

.page-game-guides-slot-games-tips__inline-link:hover {
  text-decoration: underline;
}

.page-game-guides-slot-games-tips__faq-list {
  margin-top: 40px;
}

.page-game-guides-slot-games-tips__faq-item {
  background-color: var(--bg-color);
  border: 1px solid var(--divider);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-secondary);
}

.page-game-guides-slot-games-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--text-main);
  background-color: var(--card-bg);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-game-guides-slot-games-tips__faq-question:hover {
  background-color: rgba(var(--deep-green-rgb), 0.3);
}

.page-game-guides-slot-games-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-game-guides-slot-games-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--glow);
}

.page-game-guides-slot-games-tips__faq-item[open] .page-game-guides-slot-games-tips__faq-toggle {
  content: '−';
}

.page-game-guides-slot-games-tips__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: var(--text-secondary);
  line-height: 1.7;
  border-top: 1px solid var(--divider);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-game-guides-slot-games-tips__main-title {
    font-size: 2.8em;
  }

  .page-game-guides-slot-games-tips__section-title {
    font-size: 2em;
  }

  .page-game-guides-slot-games-tips__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-game-guides-slot-games-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-game-guides-slot-games-tips__hero-section {
    padding: 10px 15px 40px;
  }

  .page-game-guides-slot-games-tips__hero-content {
    padding: 0 15px;
  }

  .page-game-guides-slot-games-tips__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-game-guides-slot-games-tips__description {
    font-size: 1em;
  }

  .page-game-guides-slot-games-tips__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-game-guides-slot-games-tips__btn-primary,
  .page-game-guides-slot-games-tips__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 1em !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 0 auto;
  }

  .page-game-guides-slot-games-tips__section {
    padding: 40px 15px;
  }

  .page-game-guides-slot-games-tips__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-game-guides-slot-games-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-game-guides-slot-games-tips__sub-title {
    font-size: 1.3em;
  }

  .page-game-guides-slot-games-tips__text-block,
  .page-game-guides-slot-games-tips__unordered-list li,
  .page-game-guides-slot-games-tips__ordered-list li {
    font-size: 0.95em;
  }

  .page-game-guides-slot-games-tips img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .page-game-guides-slot-games-tips__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-game-guides-slot-games-tips__faq-answer {
    padding: 15px 20px;
  }

  .page-game-guides-slot-games-tips__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}