/* style/blog-fb66-game-best-strategies.css */

/* Custom Colors */
:root {
  --fb66-game-primary-color: #11A84E;
  --fb66-game-secondary-color: #22C768;
  --fb66-game-btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --fb66-game-card-bg: #11271B;
  --fb66-game-background: #08160F;
  --fb66-game-text-main: #F2FFF6;
  --fb66-game-text-secondary: #A7D9B8;
  --fb66-game-border: #2E7A4E;
  --fb66-game-glow: #57E38D;
  --fb66-game-gold: #F2C14E;
  --fb66-game-divider: #1E3A2A;
  --fb66-game-deep-green: #0A4B2C;
}

.page-blog-fb66-game-best-strategies {
  color: var(--fb66-game-text-main);
  background-color: var(--fb66-game-background);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-fb66-game-best-strategies__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, relying on body for header offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-fb66-game-best-strategies__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-fb66-game-best-strategies__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-fb66-game-best-strategies__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1; /* Ensure content is above any potential background layers */
}

.page-blog-fb66-game-best-strategies__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive H1 font size */
  font-weight: 700;
  color: var(--fb66-game-gold);
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-fb66-game-best-strategies__hero-description {
  font-size: 1.1rem;
  color: var(--fb66-game-text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-fb66-game-best-strategies__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-fb66-game-best-strategies__cta-buttons--bottom {
  margin-top: 50px;
}

.page-blog-fb66-game-best-strategies__btn-primary,
.page-blog-fb66-game-best-strategies__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;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-fb66-game-best-strategies__btn-primary {
  background: var(--fb66-game-btn-gradient);
  color: #ffffff;
  border: 2px solid var(--fb66-game-primary-color);
}

.page-blog-fb66-game-best-strategies__btn-primary:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 15px var(--fb66-game-glow);
}

.page-blog-fb66-game-best-strategies__btn-secondary {
  background: transparent;
  color: var(--fb66-game-primary-color);
  border: 2px solid var(--fb66-game-primary-color);
}

.page-blog-fb66-game-best-strategies__btn-secondary:hover {
  background: var(--fb66-game-primary-color);
  color: #ffffff;
}

.page-blog-fb66-game-best-strategies__btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 90%;
}

.page-blog-fb66-game-best-strategies__video-section {
  padding: 10px 20px 60px; /* Small top padding */
  background-color: var(--fb66-game-deep-green);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-fb66-game-best-strategies__video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-fb66-game-best-strategies__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%; /* Desktop width */
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-fb66-game-best-strategies__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}

.page-blog-fb66-game-best-strategies__video-caption {
  color: var(--fb66-game-text-secondary);
  font-style: italic;
}

.page-blog-fb66-game-best-strategies__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-blog-fb66-game-best-strategies__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--fb66-game-gold);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-fb66-game-best-strategies__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--fb66-game-primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-fb66-game-best-strategies p {
  margin-bottom: 15px;
  color: var(--fb66-game-text-main);
}

.page-blog-fb66-game-best-strategies ul,
.page-blog-fb66-game-best-strategies ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: var(--fb66-game-text-main);
}

.page-blog-fb66-game-best-strategies li {
  margin-bottom: 10px;
}

.page-blog-fb66-game-best-strategies strong {
  color: var(--fb66-game-gold);
}

.page-blog-fb66-game-best-strategies__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-fb66-game-best-strategies__promotions-list li {
  list-style-type: disc;
  color: var(--fb66-game-text-secondary);
}

.page-blog-fb66-game-best-strategies__registration-steps {
  list-style-type: decimal;
  counter-reset: step-counter;
}

.page-blog-fb66-game-best-strategies__registration-steps li {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: var(--fb66-game-text-main);
}

.page-blog-fb66-game-best-strategies__registration-steps li::before {
  content: "Bước " counter(step-counter) ": ";
  counter-increment: step-counter;
  font-weight: bold;
  color: var(--fb66-game-gold);
}

.page-blog-fb66-game-best-strategies__text-link {
  color: var(--fb66-game-glow);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-fb66-game-best-strategies__text-link:hover {
  color: var(--fb66-game-gold);
}

.page-blog-fb66-game-best-strategies__faq-list {
  margin-top: 30px;
  border-top: 1px solid var(--fb66-game-divider);
}

.page-blog-fb66-game-best-strategies__faq-item {
  background-color: var(--fb66-game-card-bg);
  border: 1px solid var(--fb66-game-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-fb66-game-best-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--fb66-game-text-main);
  cursor: pointer;
  background-color: var(--fb66-game-deep-green);
  border-bottom: 1px solid var(--fb66-game-border);
  list-style: none; /* For details/summary */
}

.page-blog-fb66-game-best-strategies__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-fb66-game-best-strategies__faq-qtext {
  flex-grow: 1;
}

.page-blog-fb66-game-best-strategies__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--fb66-game-gold);
  transition: transform 0.3s ease;
}

.page-blog-fb66-game-best-strategies__faq-item[open] .page-blog-fb66-game-best-strategies__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-fb66-game-best-strategies__faq-answer {
  padding: 15px 25px;
  font-size: 1rem;
  color: var(--fb66-game-text-secondary);
  background-color: var(--fb66-game-card-bg);
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-fb66-game-best-strategies__hero-content {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .page-blog-fb66-game-best-strategies__hero-section,
  .page-blog-fb66-game-best-strategies__video-section,
  .page-blog-fb66-game-best-strategies__content-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-fb66-game-best-strategies__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-fb66-game-best-strategies__hero-description {
    font-size: 1rem;
  }

  .page-blog-fb66-game-best-strategies__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-blog-fb66-game-best-strategies__btn-primary,
  .page-blog-fb66-game-best-strategies__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-fb66-game-best-strategies__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 56.25% !important; /* Ensure aspect ratio */
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .page-blog-fb66-game-best-strategies__video {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important; /* Adjust height to fill wrapper */
  }

  .page-blog-fb66-game-best-strategies img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-fb66-game-best-strategies__content-area,
  .page-blog-fb66-game-best-strategies__video-section,
  .page-blog-fb66-game-best-strategies__hero-section,
  .page-blog-fb66-game-best-strategies__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-fb66-game-best-strategies__video-section {
    padding-top: 10px !important; /* Small top padding, not var(--header-offset) */
  }

  .page-blog-fb66-game-best-strategies__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-fb66-game-best-strategies__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }

  .page-blog-fb66-game-best-strategies p,
  .page-blog-fb66-game-best-strategies li,
  .page-blog-fb66-game-best-strategies__faq-question,
  .page-blog-fb66-game-best-strategies__faq-answer {
    font-size: 15px;
  }
}

/* Ensure content area images are at least 200px wide for all non-header/footer images */
.page-blog-fb66-game-best-strategies img:not(.page-blog-fb66-game-best-strategies__hero-image) {
  min-width: 200px;
  min-height: 200px;
}

/* No filter on images */
.page-blog-fb66-game-best-strategies img {
  filter: none;
}