.page-resources-888slots-game-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #F8F8F8; /* Inherited from shared, but explicit for clarity */
}

.page-resources-888slots-game-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #1A1A1A; /* Dark background to contrast with gold/red theme */
  color: #f0f0f0;
  overflow: hidden;
}

.page-resources-888slots-game-guide__hero-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-888slots-game-guide__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-resources-888slots-game-guide__hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 800px;
  color: #ffffff;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-888slots-game-guide__hero-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-888slots-game-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-888slots-game-guide__hero-cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-888slots-game-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  min-width: 180px;
  text-align: center;
}

.page-resources-888slots-game-guide__cta-button--primary {
  background: #FFD700;
  color: #1A1A1A;
  border: 2px solid #FFD700;
}

.page-resources-888slots-game-guide__cta-button--primary:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-888slots-game-guide__cta-button--secondary {
  background: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-888slots-game-guide__cta-button--secondary:hover {
  background: #FFD700;
  color: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-888slots-game-guide__section {
  padding: 60px 20px;
  background-color: #F8F8F8;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-888slots-game-guide__section:last-of-type {
  border-bottom: none;
}

.page-resources-888slots-game-guide__section--overview {
  background-color: #ffffff;
}

.page-resources-888slots-game-guide__section--strategy {
  background-color: #f0f0f0;
}

.page-resources-888slots-game-guide__section--faq {
  background-color: #ffffff;
}

.page-resources-888slots-game-guide__section--conclusion {
  background-color: #1A1A1A;
  color: #f0f0f0;
}

.page-resources-888slots-game-guide__section--conclusion .page-resources-888slots-game-guide__section-title,
.page-resources-888slots-game-guide__section--conclusion p,
.page-resources-888slots-game-guide__section--conclusion a {
  color: #f0f0f0;
}

.page-resources-888slots-game-guide__section--conclusion a {
  text-decoration: underline;
  color: #FFD700;
}

.page-resources-888slots-game-guide__section--conclusion a:hover {
  color: #e6c200;
}

.page-resources-888slots-game-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-888slots-game-guide__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #8B0000; /* Deep red for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-resources-888slots-game-guide__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #8B0000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-888slots-game-guide__content-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-888slots-game-guide__content-block strong {
  color: #8B0000;
}

.page-resources-888slots-game-guide__image-wrapper {
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-888slots-game-guide__image-wrapper--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 45%;
}

.page-resources-888slots-game-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-888slots-game-guide__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-resources-888slots-game-guide__list-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-888slots-game-guide__list-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-888slots-game-guide__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin: 20px 0;
}

.page-resources-888slots-game-guide__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.6;
}

.page-resources-888slots-game-guide__ordered-list li strong {
  color: #8B0000;
}

/* FAQ Section Styles */
.page-resources-888slots-game-guide__faq-list {
  margin-top: 40px;
}

.page-resources-888slots-game-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-888slots-game-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-resources-888slots-game-guide__faq-item.active .page-resources-888slots-game-guide__faq-answer {
  max-height: 2000px !important; /* Ensures content expands fully */
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-resources-888slots-game-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-888slots-game-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}