/* style/blog-top-casino-games-fb777.css */
.page-blog-top-casino-games-fb777 {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 20px; /* Small decorative top padding, body handles main offset */
}

.page-blog-top-casino-games-fb777__content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-top-casino-games-fb777__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}

.page-blog-top-casino-games-fb777__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-top-casino-games-fb777__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-top-casino-games-fb777__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-top-casino-games-fb777__main-title {
  color: #F2C14E;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  /* No fixed font-size, rely on clamp if needed, but not explicitly set large here */
}

.page-blog-top-casino-games-fb777__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFD36B;
}

.page-blog-top-casino-games-fb777__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-top-casino-games-fb777__btn-primary,
.page-blog-top-casino-games-fb777__btn-secondary,
.page-blog-top-casino-games-fb777__btn-small {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-top-casino-games-fb777__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for light button background */
  border: none;
}

.page-blog-top-casino-games-fb777__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(242, 193, 78, 0.4);
}

.page-blog-top-casino-games-fb777__btn-secondary {
  background: #111111;
  color: #F2C14E;
  border: 2px solid #F2C14E;
}

.page-blog-top-casino-games-fb777__btn-secondary:hover {
  transform: translateY(-2px);
  background-color: #F2C14E;
  color: #111111;
}

.page-blog-top-casino-games-fb777__btn-small {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  border: none;
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-blog-top-casino-games-fb777__btn-small:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(242, 193, 78, 0.3);
}

.page-blog-top-casino-games-fb777__video-section {
  background-color: #111111;
  padding: 40px 20px;
  text-align: center;
}

.page-blog-top-casino-games-fb777__video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-top-casino-games-fb777__video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(242, 193, 78, 0.5);
}

.page-blog-top-casino-games-fb777__video-caption {
  margin-top: 20px;
  font-style: italic;
  color: #FFD36B;
}

.page-blog-top-casino-games-fb777__introduction-section,
.page-blog-top-casino-games-fb777__game-categories-section,
.page-blog-top-casino-games-fb777__promotions-section,
.page-blog-top-casino-games-fb777__security-section,
.page-blog-top-casino-games-fb777__get-started-section,
.page-blog-top-casino-games-fb777__conclusion-section {
  padding: 60px 0;
}

.page-blog-top-casino-games-fb777__section-title {
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2em;
}

.page-blog-top-casino-games-fb777 p {
  margin-bottom: 1em;
  color: #FFF6D6;
}

.page-blog-top-casino-games-fb777 a {
  color: #FFD36B;
  text-decoration: none;
}

.page-blog-top-casino-games-fb777 a:hover {
  text-decoration: underline;
}

.page-blog-top-casino-games-fb777__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-casino-games-fb777__game-card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-top-casino-games-fb777__game-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
}

.page-blog-top-casino-games-fb777__game-card-title {
  color: #F2C14E;
  font-size: 1.5em;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-top-casino-games-fb777__game-card-title a {
  color: #F2C14E;
}

.page-blog-top-casino-games-fb777__game-card-description {
  color: #FFF6D6;
  font-size: 0.95em;
  margin-bottom: 20px;
  padding: 0 15px;
}

.page-blog-top-casino-games-fb777__promotions-image,
.page-blog-top-casino-games-fb777__security-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(242, 193, 78, 0.4);
}

.page-blog-top-casino-games-fb777__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-top-casino-games-fb777__steps-list li {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #FFF6D6;
}

.page-blog-top-casino-games-fb777__steps-list li strong {
  color: #F2C14E;
  font-size: 1.1em;
}

.page-blog-top-casino-games-fb777__faq-section {
  background-color: #111111;
  padding: 60px 0;
}

.page-blog-top-casino-games-fb777__faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-top-casino-games-fb777__faq-item {
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-top-casino-games-fb777__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-top-casino-games-fb777__faq-question:hover {
  background-color: #1a1a1a;
}

.page-blog-top-casino-games-fb777__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E;
}

.page-blog-top-casino-games-fb777__faq-item.active .page-blog-top-casino-games-fb777__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-top-casino-games-fb777__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
  background-color: #111111;
}

.page-blog-top-casino-games-fb777__faq-item.active .page-blog-top-casino-games-fb777__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 25px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-top-casino-games-fb777__main-title {
    font-size: 2.5em;
  }
  .page-blog-top-casino-games-fb777__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-top-casino-games-fb777 {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 10px; /* Adjust as per body padding-top */
  }

  .page-blog-top-casino-games-fb777__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-top-casino-games-fb777__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
    padding: 0 15px;
  }

  .page-blog-top-casino-games-fb777__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .page-blog-top-casino-games-fb777__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-top-casino-games-fb777__btn-primary,
  .page-blog-top-casino-games-fb777__btn-secondary,
  .page-blog-top-casino-games-fb777__btn-small {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-top-casino-games-fb777__video-section {
    padding: 30px 0;
  }

  .page-blog-top-casino-games-fb777__video-container {
    padding: 0 15px;
  }

  .page-blog-top-casino-games-fb777__introduction-section,
  .page-blog-top-casino-games-fb777__game-categories-section,
  .page-blog-top-casino-games-fb777__promotions-section,
  .page-blog-top-casino-games-fb777__security-section,
  .page-blog-top-casino-games-fb777__get-started-section,
  .page-blog-top-casino-games-fb777__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-top-casino-games-fb777__content-wrapper {
    padding: 0 15px;
  }

  .page-blog-top-casino-games-fb777__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .page-blog-top-casino-games-fb777 p {
    padding: 0 5px;
  }

  .page-blog-top-casino-games-fb777__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-top-casino-games-fb777__game-card-image {
    height: 180px;
  }

  .page-blog-top-casino-games-fb777__promotions-image,
  .page-blog-top-casino-games-fb777__security-image {
    margin-bottom: 20px;
  }

  .page-blog-top-casino-games-fb777__steps-list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .page-blog-top-casino-games-fb777__faq-section {
    padding: 40px 0;
  }

  .page-blog-top-casino-games-fb777__faq-list {
    padding: 0 15px;
  }

  .page-blog-top-casino-games-fb777__faq-question {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  .page-blog-top-casino-games-fb777__faq-answer {
    padding: 0 20px;
  }

  .page-blog-top-casino-games-fb777__faq-item.active .page-blog-top-casino-games-fb777__faq-answer {
    padding: 10px 20px;
  }

  /* Image responsive fixes */
  .page-blog-top-casino-games-fb777 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .page-blog-top-casino-games-fb777__section,
  .page-blog-top-casino-games-fb777__card,
  .page-blog-top-casino-games-fb777__container,
  .page-blog-top-casino-games-fb777__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-top-casino-games-fb777__video-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-top-casino-games-fb777__main-title {
    font-size: 1.5em;
  }
  .page-blog-top-casino-games-fb777__section-title {
    font-size: 1.5em;
  }
  .page-blog-top-casino-games-fb777__faq-question {
    font-size: 0.9em;
  }
  .page-blog-top-casino-games-fb777__hero-content {
    padding: 0 10px;
  }
  .page-blog-top-casino-games-fb777__content-wrapper {
    padding: 0 10px;
  }
}