.page-blog-77-ball-code-casino-games-secrets {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-77-ball-code-casino-games-secrets__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px; /* Adjust as needed */
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background: #08160F;
  color: #F2FFF6;
}

.page-blog-77-ball-code-casino-games-secrets__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-77-ball-code-casino-games-secrets__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-77-ball-code-casino-games-secrets__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-77-ball-code-casino-games-secrets__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-77-ball-code-casino-games-secrets__intro-text {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 30px;
  line-height: 1.6;
  color: #A7D9B8;
}

.page-blog-77-ball-code-casino-games-secrets__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-77-ball-code-casino-games-secrets__btn-primary,
.page-blog-77-ball-code-casino-games-secrets__btn-secondary,
.page-blog-77-ball-code-casino-games-secrets__btn-tertiary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-77-ball-code-casino-games-secrets__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-77-ball-code-casino-games-secrets__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-77-ball-code-casino-games-secrets__btn-secondary {
  background: transparent;
  color: #11A84E; /* Primary color for text */
  border: 2px solid #11A84E;
}

.page-blog-77-ball-code-casino-games-secrets__btn-secondary:hover {
  background: #11A84E;
  color: #ffffff;
}

.page-blog-77-ball-code-casino-games-secrets__btn-tertiary {
  background: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-77-ball-code-casino-games-secrets__btn-tertiary:hover {
  background: #2E7A4E;
  color: #F2FFF6;
}

.page-blog-77-ball-code-casino-games-secrets__content-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-77-ball-code-casino-games-secrets__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-77-ball-code-casino-games-secrets__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-77-ball-code-casino-games-secrets__section-title--white {
  color: #F2FFF6;
}

.page-blog-77-ball-code-casino-games-secrets__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-77-ball-code-casino-games-secrets__feature-list,
.page-blog-77-ball-code-casino-games-secrets__promo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-blog-77-ball-code-casino-games-secrets__feature-item,
.page-blog-77-ball-code-casino-games-secrets__promo-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  color: #F2FFF6;
}

.page-blog-77-ball-code-casino-games-secrets__feature-heading {
  font-size: 1.4rem;
  font-weight: 600;
  color: #F2FFF6;
  margin-bottom: 10px;
}

.page-blog-77-ball-code-casino-games-secrets__feature-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #A7D9B8;
}

.page-blog-77-ball-code-casino-games-secrets__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-77-ball-code-casino-games-secrets__game-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.page-blog-77-ball-code-casino-games-secrets__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-blog-77-ball-code-casino-games-secrets__game-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-blog-77-ball-code-casino-games-secrets__game-title a {
  color: #F2FFF6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-77-ball-code-casino-games-secrets__game-title a:hover {
  color: #57E38D; /* Glow */
}

.page-blog-77-ball-code-casino-games-secrets__game-description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #A7D9B8;
  padding: 0 15px;
}

.page-blog-77-ball-code-casino-games-secrets__cta-buttons--center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-blog-77-ball-code-casino-games-secrets__tips-section,
.page-blog-77-ball-code-casino-games-secrets__security-grid,
.page-blog-77-ball-code-casino-games-secrets__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-77-ball-code-casino-games-secrets__tip-card,
.page-blog-77-ball-code-casino-games-secrets__security-card,
.page-blog-77-ball-code-casino-games-secrets__step-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  color: #F2FFF6;
}

.page-blog-77-ball-code-casino-games-secrets__tip-heading,
.page-blog-77-ball-code-casino-games-secrets__security-heading,
.page-blog-77-ball-code-casino-games-secrets__step-heading {
  font-size: 1.3rem;
  font-weight: 600;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-blog-77-ball-code-casino-games-secrets__tip-description,
.page-blog-77-ball-code-casino-games-secrets__security-description,
.page-blog-77-ball-code-casino-games-secrets__step-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #A7D9B8;
  margin-bottom: 15px;
}

.page-blog-77-ball-code-casino-games-secrets__security-image {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-blog-77-ball-code-casino-games-secrets__faq-section {
  background-color: #0A4B2C; /* Deep Green */
  padding: 60px 0;
  color: #F2FFF6;
}

.page-blog-77-ball-code-casino-games-secrets__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-77-ball-code-casino-games-secrets__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-77-ball-code-casino-games-secrets__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-77-ball-code-casino-games-secrets__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-77-ball-code-casino-games-secrets__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-77-ball-code-casino-games-secrets__faq-answer {
  padding: 0 25px 18px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #A7D9B8;
}

/* Details element specific styling */
.page-blog-77-ball-code-casino-games-secrets__faq-item[open] .page-blog-77-ball-code-casino-games-secrets__faq-question {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-77-ball-code-casino-games-secrets__faq-item[open] .page-blog-77-ball-code-casino-games-secrets__faq-toggle {
  content: '−';
}

.page-blog-77-ball-code-casino-games-secrets__faq-item summary::-webkit-details-marker {
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-77-ball-code-casino-games-secrets__hero-section {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-77-ball-code-casino-games-secrets__hero-image-wrapper {
    max-height: 40vh;
  }

  .page-blog-77-ball-code-casino-games-secrets__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-77-ball-code-casino-games-secrets__intro-text {
    font-size: clamp(0.9rem, 3vw, 1rem);
  }

  .page-blog-77-ball-code-casino-games-secrets__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-77-ball-code-casino-games-secrets__btn-primary,
  .page-blog-77-ball-code-casino-games-secrets__btn-secondary,
  .page-blog-77-ball-code-casino-games-secrets__btn-tertiary {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-77-ball-code-casino-games-secrets__content-section,
  .page-blog-77-ball-code-casino-games-secrets__faq-section {
    padding: 40px 0;
  }

  .page-blog-77-ball-code-casino-games-secrets__container {
    padding: 0 15px;
  }

  .page-blog-77-ball-code-casino-games-secrets__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 20px;
  }

  .page-blog-77-ball-code-casino-games-secrets__paragraph {
    font-size: 0.9rem;
  }

  .page-blog-77-ball-code-casino-games-secrets__feature-item,
  .page-blog-77-ball-code-casino-games-secrets__promo-item,
  .page-blog-77-ball-code-casino-games-secrets__tip-card,
  .page-blog-77-ball-code-casino-games-secrets__security-card,
  .page-blog-77-ball-code-casino-games-secrets__step-card {
    padding: 15px;
  }

  .page-blog-77-ball-code-casino-games-secrets__game-grid,
  .page-blog-77-ball-code-casino-games-secrets__tips-section,
  .page-blog-77-ball-code-casino-games-secrets__security-grid,
  .page-blog-77-ball-code-casino-games-secrets__steps-grid {
    gap: 20px;
  }

  .page-blog-77-ball-code-casino-games-secrets img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-77-ball-code-casino-games-secrets__section,
  .page-blog-77-ball-code-casino-games-secrets__card,
  .page-blog-77-ball-code-casino-games-secrets__container,
  .page-blog-77-ball-code-casino-games-secrets__hero-section,
  .page-blog-77-ball-code-casino-games-secrets__content-section,
  .page-blog-77-ball-code-casino-games-secrets__faq-section,
  .page-blog-77-ball-code-casino-games-secrets__game-card,
  .page-blog-77-ball-code-casino-games-secrets__tip-card,
  .page-blog-77-ball-code-casino-games-secrets__security-card,
  .page-blog-77-ball-code-casino-games-secrets__step-card,
  .page-blog-77-ball-code-casino-games-secrets__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-77-ball-code-casino-games-secrets__video-section {
    padding-top: 10px !important;
  }
  .page-blog-77-ball-code-casino-games-secrets__video-container,
  .page-blog-77-ball-code-casino-games-secrets__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-77-ball-code-casino-games-secrets video,
  .page-blog-77-ball-code-casino-games-secrets__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-77-ball-code-casino-games-secrets__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-77-ball-code-casino-games-secrets__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.9rem;
  }
}