.page-blog-slot777-game-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  padding-bottom: 40px;
}

.page-blog-slot777-game-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-slot777-game-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, relies on body padding-top from shared.css */
}

.page-blog-slot777-game-guide__hero-image-wrapper {
  width: 100%;
  height: auto;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-slot777-game-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-slot777-game-guide__hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Pull content up slightly over the image for better flow, not overlap */
  background: rgba(13, 14, 18, 0.85); /* Slightly transparent background for readability */
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-slot777-game-guide__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #FF8C1A; /* Main color */
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 140, 26, 0.5);
}

.page-blog-slot777-game-guide__subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #FFF3E6; /* Text Main */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-slot777-game-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-slot777-game-guide__btn-primary,
.page-blog-slot777-game-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-slot777-game-guide__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-blog-slot777-game-guide__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #E67800 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 165, 58, 0.6);
}

.page-blog-slot777-game-guide__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FF8C1A; /* Main color */
  border: 2px solid #A84F0C; /* Border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-slot777-game-guide__btn-secondary:hover {
  background: #2a2d36;
  color: #FFA53A; /* Aux color */
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-blog-slot777-game-guide__section {
  padding: 60px 0;
}

.page-blog-slot777-game-guide__section:nth-of-type(even) {
  background-color: #17191F; /* Card BG */
}

.page-blog-slot777-game-guide__section-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #FF8C1A; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-slot777-game-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FFA53A 0%, #D96800 100%);
  border-radius: 2px;
}

.page-blog-slot777-game-guide__sub-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  color: #FFA53A; /* Aux color */
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-slot777-game-guide__text-block p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #FFF3E6; /* Text Main */
}

.page-blog-slot777-game-guide__text-block strong {
  color: #FFB04D; /* Glow */
}

.page-blog-slot777-game-guide__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-slot777-game-guide__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #FFF3E6; /* Text Main */
}

.page-blog-slot777-game-guide__list-item::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FF8C1A; /* Main color */
  font-weight: bold;
}

.page-blog-slot777-game-guide__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
details.page-blog-slot777-game-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #17191F; /* Card BG */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
details.page-blog-slot777-game-guide__faq-item summary.page-blog-slot777-game-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFB04D; /* Glow */
}
details.page-blog-slot777-game-guide__faq-item summary.page-blog-slot777-game-guide__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-slot777-game-guide__faq-item summary.page-blog-slot777-game-guide__faq-question:hover {
  background: #2a2d36;
}
.page-blog-slot777-game-guide__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-blog-slot777-game-guide__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FF8C1A; /* Main color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-slot777-game-guide__faq-item .page-blog-slot777-game-guide__faq-answer {
  padding: 0 25px 20px;
  background: #0D0E12; /* Background */
  border-radius: 0 0 8px 8px;
  color: #FFF3E6; /* Text Main */
}
details.page-blog-slot777-game-guide__faq-item .page-blog-slot777-game-guide__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-slot777-game-guide__hero-content {
    margin-top: -80px;
  }
  .page-blog-slot777-game-guide__main-title {
    font-size: clamp(2.2rem, 4.5vw, 3rem);
  }
  .page-blog-slot777-game-guide__subtitle {
    font-size: 1.1rem;
  }
  .page-blog-slot777-game-guide__btn-primary,
  .page-blog-slot777-game-guide__btn-secondary {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .page-blog-slot777-game-guide__section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
  }
  .page-blog-slot777-game-guide__sub-title {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
  }
  .page-blog-slot777-game-guide__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-slot777-game-guide__faq-toggle {
    font-size: 24px;
  }
  .page-blog-slot777-game-guide__hero-image {
    object-fit: contain !important; /* Ensure image is fully visible without cropping */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio if any */
  }
}

@media (max-width: 768px) {
  .page-blog-slot777-game-guide__container {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-slot777-game-guide__hero-section {
    min-height: auto;
    padding-top: 10px !important; /* Small top padding, relies on body padding-top from shared.css */
  }

  .page-blog-slot777-game-guide__hero-image-wrapper {
    max-height: 400px;
  }

  .page-blog-slot777-game-guide__hero-image {
    object-fit: contain !important; /* Ensure image is fully visible without cropping */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio if any */
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-slot777-game-guide__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }

  .page-blog-slot777-game-guide__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-slot777-game-guide__subtitle {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-slot777-game-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .page-blog-slot777-game-guide__btn-primary,
  .page-blog-slot777-game-guide__btn-secondary {
    padding: 12px 15px !important;
    font-size: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-slot777-game-guide__section {
    padding: 40px 0;
  }

  .page-blog-slot777-game-guide__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }

  .page-blog-slot777-game-guide__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-slot777-game-guide__text-block p,
  .page-blog-slot777-game-guide__list-item {
    font-size: 0.95rem;
  }

  .page-blog-slot777-game-guide__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  details.page-blog-slot777-game-guide__faq-item summary.page-blog-slot777-game-guide__faq-question {
    padding: 15px;
  }
  .page-blog-slot777-game-guide__faq-qtext {
    font-size: 0.95rem;
  }
  .page-blog-slot777-game-guide__faq-toggle {
    font-size: 22px;
    width: 25px;
  }
  details.page-blog-slot777-game-guide__faq-item .page-blog-slot777-game-guide__faq-answer {
    padding: 0 15px 15px;
  }
}

/* Ensure general image responsiveness for content images */
.page-blog-slot777-game-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-slot777-game-guide__image-block {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Global image and container responsiveness for mobile */
@media (max-width: 768px) {
  .page-blog-slot777-game-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-slot777-game-guide__section,
  .page-blog-slot777-game-guide__container,
  .page-blog-slot777-game-guide__text-block,
  .page-blog-slot777-game-guide__image-block,
  .page-blog-slot777-game-guide__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-slot777-game-guide__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}