/* style/blog-fb777-casino-hot-games-recommendation.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-fb777-casino-hot-games-recommendation {
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Body Background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-fb777-casino-hot-games-recommendation__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 40px;
  text-align: center;
  background-color: #0A0A0A;
}

.page-blog-fb777-casino-hot-games-recommendation__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.page-blog-fb777-casino-hot-games-recommendation__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-blog-fb777-casino-hot-games-recommendation__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-top: -150px; /* Pull content up over the image slightly */
  padding: 20px;
  background: rgba(17, 17, 17, 0.8); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border: 1px solid #3A2A12; /* Border */
}

.page-blog-fb777-casino-hot-games-recommendation__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  color: #F2C14E; /* Primary Color */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(255, 211, 107, 0.6); /* Glow */
}

.page-blog-fb777-casino-hot-games-recommendation__description {
  font-size: 1.1em;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-fb777-casino-hot-games-recommendation__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-fb777-casino-hot-games-recommendation__btn-primary,
.page-blog-fb777-casino-hot-games-recommendation__btn-secondary,
.page-blog-fb777-casino-hot-games-recommendation__btn-play,
.page-blog-fb777-casino-hot-games-recommendation__btn-read-more {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-fb777-casino-hot-games-recommendation__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button Gradient */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-fb777-casino-hot-games-recommendation__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-fb777-casino-hot-games-recommendation__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Primary Color */
  border: 2px solid #F2C14E;
}

.page-blog-fb777-casino-hot-games-recommendation__btn-secondary:hover {
  background: #F2C14E; /* Primary Color */
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

/* Video Section */
.page-blog-fb777-casino-hot-games-recommendation__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Rely on body for header offset */
  background-color: #0A0A0A;
}

.page-blog-fb777-casino-hot-games-recommendation__video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8);
}

.page-blog-fb777-casino-hot-games-recommendation__video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.page-blog-fb777-casino-hot-games-recommendation__video-caption {
  text-align: center;
  margin-top: 30px;
  max-width: 800px;
}

.page-blog-fb777-casino-hot-games-recommendation__video-title {
  font-size: 2.2em;
  color: #F2C14E; /* Primary Color */
  margin-bottom: 10px;
}

.page-blog-fb777-casino-hot-games-recommendation__video-description {
  font-size: 1.1em;
  color: #FFF6D6; /* Text Main */
}

.page-blog-fb777-casino-hot-games-recommendation__content-area,
.page-blog-fb777-casino-hot-games-recommendation__games-showcase,
.page-blog-fb777-casino-hot-games-recommendation__how-to-start-section,
.page-blog-fb777-casino-hot-games-recommendation__faq-section,
.page-blog-fb777-casino-hot-games-recommendation__download-app-section,
.page-blog-fb777-casino-hot-games-recommendation__related-articles {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #0A0A0A;
}

.page-blog-fb777-casino-hot-games-recommendation__section-header {
  text-align: center;
  margin-bottom: 50px;
}

.page-blog-fb777-casino-hot-games-recommendation__section-title {
  font-size: 2.5em;
  color: #FFD36B; /* Auxiliary Color */
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-fb777-casino-hot-games-recommendation__section-subtitle {
  font-size: 1.2em;
  color: #FFF6D6; /* Text Main */
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-fb777-casino-hot-games-recommendation__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-fb777-casino-hot-games-recommendation__feature-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-fb777-casino-hot-games-recommendation__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 211, 107, 0.2);
}

.page-blog-fb777-casino-hot-games-recommendation__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: inline-block;
  object-fit: contain;
}

.page-blog-fb777-casino-hot-games-recommendation__feature-title {
  font-size: 1.5em;
  color: #F2C14E; /* Primary Color */
  margin-bottom: 10px;
}

.page-blog-fb777-casino-hot-games-recommendation__feature-text {
  color: #FFF6D6; /* Text Main */
  font-size: 0.95em;
}

.page-blog-fb777-casino-hot-games-recommendation__game-category {
  margin-bottom: 80px;
}

.page-blog-fb777-casino-hot-games-recommendation__category-title {
  font-size: 2em;
  color: #F2C14E; /* Primary Color */
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 5px rgba(255, 211, 107, 0.4);
}

.page-blog-fb777-casino-hot-games-recommendation__category-description-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.page-blog-fb777-casino-hot-games-recommendation__category-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.page-blog-fb777-casino-hot-games-recommendation__category-description {
  font-size: 1.1em;
  color: #FFF6D6; /* Text Main */
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

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

.page-blog-fb777-casino-hot-games-recommendation__game-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-blog-fb777-casino-hot-games-recommendation__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 211, 107, 0.2);
}

.page-blog-fb777-casino-hot-games-recommendation__game-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-fb777-casino-hot-games-recommendation__game-card h4 {
  font-size: 1.4em;
  color: #FFD36B; /* Auxiliary Color */
  margin: 20px 15px 10px;
}

.page-blog-fb777-casino-hot-games-recommendation__game-provider {
  font-size: 0.9em;
  color: #FFF6D6;
  margin-bottom: 20px;
}

.page-blog-fb777-casino-hot-games-recommendation__btn-play {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button Gradient */
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.page-blog-fb777-casino-hot-games-recommendation__btn-play:hover {
  background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
}

.page-blog-fb777-casino-hot-games-recommendation__view-all-button {
  text-align: center;
  margin-top: 50px;
}

.page-blog-fb777-casino-hot-games-recommendation__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-blog-fb777-casino-hot-games-recommendation__promo-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-blog-fb777-casino-hot-games-recommendation__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 211, 107, 0.2);
}

.page-blog-fb777-casino-hot-games-recommendation__promo-thumbnail {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-fb777-casino-hot-games-recommendation__promo-title {
  font-size: 1.6em;
  color: #F2C14E; /* Primary Color */
  margin: 20px 15px 10px;
}

.page-blog-fb777-casino-hot-games-recommendation__promo-description {
  color: #FFF6D6; /* Text Main */
  font-size: 0.95em;
  margin-bottom: 20px;
  padding: 0 15px;
}

.page-blog-fb777-casino-hot-games-recommendation__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-fb777-casino-hot-games-recommendation__step-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-fb777-casino-hot-games-recommendation__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD36B; /* Auxiliary Color */
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.6);
}

.page-blog-fb777-casino-hot-games-recommendation__step-title {
  font-size: 1.8em;
  color: #F2C14E; /* Primary Color */
  margin-bottom: 15px;
}

.page-blog-fb777-casino-hot-games-recommendation__step-text {
  color: #FFF6D6; /* Text Main */
  font-size: 1em;
}

.page-blog-fb777-casino-hot-games-recommendation__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-fb777-casino-hot-games-recommendation__faq-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-fb777-casino-hot-games-recommendation__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background: #111111; /* Card BG */
  transition: background-color 0.3s ease;
}

.page-blog-fb777-casino-hot-games-recommendation__faq-question:hover {
  background-color: rgba(255, 211, 107, 0.1);
}

.page-blog-fb777-casino-hot-games-recommendation__faq-question h3 {
  font-size: 1.3em;
  color: #FFD36B; /* Auxiliary Color */
  margin: 0;
}

.page-blog-fb777-casino-hot-games-recommendation__faq-toggle {
  font-size: 1.8em;
  color: #F2C14E; /* Primary Color */
  font-weight: bold;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-blog-fb777-casino-hot-games-recommendation__faq-item.active .page-blog-fb777-casino-hot-games-recommendation__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-fb777-casino-hot-games-recommendation__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6; /* Text Main */
}

.page-blog-fb777-casino-hot-games-recommendation__faq-item.active .page-blog-fb777-casino-hot-games-recommendation__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-blog-fb777-casino-hot-games-recommendation__faq-answer p {
    margin: 0;
    padding-bottom: 10px;
}

.page-blog-fb777-casino-hot-games-recommendation__download-app-section {
  text-align: center;
}

.page-blog-fb777-casino-hot-games-recommendation__app-download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.page-blog-fb777-casino-hot-games-recommendation__app-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #3A2A12;
}

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

.page-blog-fb777-casino-hot-games-recommendation__article-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-fb777-casino-hot-games-recommendation__article-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-blog-fb777-casino-hot-games-recommendation__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 211, 107, 0.2);
}

.page-blog-fb777-casino-hot-games-recommendation__article-thumbnail {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-fb777-casino-hot-games-recommendation__article-title {
  font-size: 1.4em;
  margin: 20px 15px 10px;
}

.page-blog-fb777-casino-hot-games-recommendation__article-title a {
  color: #FFD36B; /* Auxiliary Color */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-fb777-casino-hot-games-recommendation__article-title a:hover {
  color: #F2C14E; /* Primary Color */
}

.page-blog-fb777-casino-hot-games-recommendation__article-meta {
  font-size: 0.85em;
  color: #FFD36B;
  margin: 0 15px 15px;
}

.page-blog-fb777-casino-hot-games-recommendation__article-excerpt {
  color: #FFF6D6; /* Text Main */
  font-size: 0.95em;
  margin: 0 15px 20px;
}

.page-blog-fb777-casino-hot-games-recommendation__btn-read-more {
  background: #F2C14E; /* Primary Color */
  color: #ffffff;
  padding: 8px 15px;
  margin: 0 15px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.page-blog-fb777-casino-hot-games-recommendation__btn-read-more:hover {
  background: #FFD36B; /* Auxiliary Color */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-fb777-casino-hot-games-recommendation__hero-content {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .page-blog-fb777-casino-hot-games-recommendation {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-fb777-casino-hot-games-recommendation__hero-content {
    margin-top: -80px;
    padding: 15px;
  }

  .page-blog-fb777-casino-hot-games-recommendation__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-fb777-casino-hot-games-recommendation__description {
    font-size: 1em;
  }

  .page-blog-fb777-casino-hot-games-recommendation__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-fb777-casino-hot-games-recommendation__btn-primary,
  .page-blog-fb777-casino-hot-games-recommendation__btn-secondary,
  .page-blog-fb777-casino-hot-games-recommendation__btn-play,
  .page-blog-fb777-casino-hot-games-recommendation__btn-read-more {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    box-sizing: border-box !important;
  }

  .page-blog-fb777-casino-hot-games-recommendation__video-section {
    padding: 10px 15px 40px;
  }

  .page-blog-fb777-casino-hot-games-recommendation__video-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-fb777-casino-hot-games-recommendation__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-fb777-casino-hot-games-recommendation__video-title {
    font-size: 1.8em;
  }

  .page-blog-fb777-casino-hot-games-recommendation__video-description {
    font-size: 1em;
  }

  .page-blog-fb777-casino-hot-games-recommendation__content-area,
  .page-blog-fb777-casino-hot-games-recommendation__games-showcase,
  .page-blog-fb777-casino-hot-games-recommendation__how-to-start-section,
  .page-blog-fb777-casino-hot-games-recommendation__faq-section,
  .page-blog-fb777-casino-hot-games-recommendation__download-app-section,
  .page-blog-fb777-casino-hot-games-recommendation__related-articles {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-fb777-casino-hot-games-recommendation__section-title {
    font-size: 2em;
  }

  .page-blog-fb777-casino-hot-games-recommendation__section-subtitle {
    font-size: 1em;
  }

  .page-blog-fb777-casino-hot-games-recommendation__feature-card,
  .page-blog-fb777-casino-hot-games-recommendation__game-card,
  .page-blog-fb777-casino-hot-games-recommendation__promo-card,
  .page-blog-fb777-casino-hot-games-recommendation__step-card,
  .page-blog-fb777-casino-hot-games-recommendation__article-card {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-fb777-casino-hot-games-recommendation__game-thumbnail,
  .page-blog-fb777-casino-hot-games-recommendation__promo-thumbnail,
  .page-blog-fb777-casino-hot-games-recommendation__article-thumbnail,
  .page-blog-fb777-casino-hot-games-recommendation__app-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  .page-blog-fb777-casino-hot-games-recommendation__category-description-wrapper {
      flex-direction: column;
      gap: 5px;
  }
  .page-blog-fb777-casino-hot-games-recommendation__category-icon {
      margin-bottom: 5px;
  }

  .page-blog-fb777-casino-hot-games-recommendation__app-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-fb777-casino-hot-games-recommendation__faq-question h3 {
    font-size: 1.1em;
  }

  .page-blog-fb777-casino-hot-games-recommendation__faq-toggle {
    font-size: 1.5em;
  }
}