.page-blog-huong-dan-choi-f8bet-casino {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #ffffff; /* Explicitly set for clarity */
}

.page-blog-huong-dan-choi-f8bet-casino__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background: linear-gradient(135deg, #26A9E0, #4ab7f2);
  color: #ffffff;
  text-align: center;
}

.page-blog-huong-dan-choi-f8bet-casino__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 15px;
}

.page-blog-huong-dan-choi-f8bet-casino__hero-content {
  flex: 1 1 500px;
  max-width: 600px;
  text-align: left;
}

.page-blog-huong-dan-choi-f8bet-casino__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-huong-dan-choi-f8bet-casino__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-blog-huong-dan-choi-f8bet-casino__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-choi-f8bet-casino__hero-image {
  flex: 1 1 400px;
  text-align: center;
}

.page-blog-huong-dan-choi-f8bet-casino__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-choi-f8bet-casino__btn-primary,
.page-blog-huong-dan-choi-f8bet-casino__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-huong-dan-choi-f8bet-casino__btn-primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-huong-dan-choi-f8bet-casino__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-blog-huong-dan-choi-f8bet-casino__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-huong-dan-choi-f8bet-casino__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-blog-huong-dan-choi-f8bet-casino__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
  background-color: #ffffff;
}

.page-blog-huong-dan-choi-f8bet-casino__container {
  max-width: 100%;
  margin: 0 auto;
}

.page-blog-huong-dan-choi-f8bet-casino__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-huong-dan-choi-f8bet-casino__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

/* Intro Section (Feature Grid) */
.page-blog-huong-dan-choi-f8bet-casino__intro-section {
  background-color: #f8f9fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-huong-dan-choi-f8bet-casino__feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-choi-f8bet-casino__feature-item {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-huong-dan-choi-f8bet-casino__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-choi-f8bet-casino__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #26A9E0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0f2f7;
}

.page-blog-huong-dan-choi-f8bet-casino__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-huong-dan-choi-f8bet-casino__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-huong-dan-choi-f8bet-casino__feature-description {
  font-size: 0.95rem;
  color: #555555;
}

/* Guide Section */
.page-blog-huong-dan-choi-f8bet-casino__guide-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-huong-dan-choi-f8bet-casino__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}

.page-blog-huong-dan-choi-f8bet-casino__guide-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-huong-dan-choi-f8bet-casino__guide-step:nth-child(even) {
  flex-direction: column-reverse; /* Alternate image/text direction */
}

.page-blog-huong-dan-choi-f8bet-casino__step-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-blog-huong-dan-choi-f8bet-casino__step-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Tips Section */
.page-blog-huong-dan-choi-f8bet-casino__tips-section {
  background-color: #f8f9fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-huong-dan-choi-f8bet-casino__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-huong-dan-choi-f8bet-casino__tip-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #26A9E0;
}

.page-blog-huong-dan-choi-f8bet-casino__tip-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-huong-dan-choi-f8bet-casino__tip-item a {
  color: #EA7C07;
  text-decoration: none;
}

.page-blog-huong-dan-choi-f8bet-casino__tip-item a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.page-blog-huong-dan-choi-f8bet-casino__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-item details > summary {
  list-style: none;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-question:hover {
  background-color: #e9ecef;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-qtext {
  flex-grow: 1;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-answer {
  padding: 20px 25px;
  background-color: #ffffff;
  color: #555555;
  font-size: 1rem;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-answer p {
  margin-bottom: 0;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-answer a {
  color: #EA7C07;
  text-decoration: none;
}

.page-blog-huong-dan-choi-f8bet-casino__faq-answer a:hover {
  text-decoration: underline;
}

/* CTA Section */
.page-blog-huong-dan-choi-f8bet-casino__cta-section {
  padding: 80px 15px;
  background: linear-gradient(90deg, #26A9E0, #1e709e);
  color: #ffffff;
  text-align: center;
}

.page-blog-huong-dan-choi-f8bet-casino__cta-box {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-huong-dan-choi-f8bet-casino__cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}

.page-blog-huong-dan-choi-f8bet-casino__cta-description {
  font-size: 1.15rem;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-blog-huong-dan-choi-f8bet-casino__cta-button {
  padding: 18px 36px;
  font-size: 1.2rem;
  background-color: #EA7C07; /* Login color for CTA */
  border-color: #EA7C07;
}

.page-blog-huong-dan-choi-f8bet-casino__cta-button:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

/* General Image styles for content area */
.page-blog-huong-dan-choi-f8bet-casino img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-huong-dan-choi-f8bet-casino__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-huong-dan-choi-f8bet-casino__hero-content {
    text-align: center;
    max-width: 100%;
  }

  .page-blog-huong-dan-choi-f8bet-casino__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-choi-f8bet-casino__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles --header-offset */
    padding-bottom: 40px !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__main-title {
    font-size: 2rem !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__hero-description {
    font-size: 1rem !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    padding: 0 15px !important; /* Add padding to container */
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__btn-primary,
  .page-blog-huong-dan-choi-f8bet-casino__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
  }

  /* Intro Section (Feature Grid) */
  .page-blog-huong-dan-choi-f8bet-casino__feature-grid {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-huong-dan-choi-f8bet-casino__feature-item {
    max-width: 100%;
    padding: 25px;
  }

  .page-blog-huong-dan-choi-f8bet-casino__icon-box-media {
    width: 150px !important;
    height: 150px !important;
    margin-bottom: 20px !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__feature-title {
    font-size: 1.2rem !important;
  }

  /* Guide Section */
  .page-blog-huong-dan-choi-f8bet-casino__guide-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__step-by-step {
    gap: 30px;
  }

  .page-blog-huong-dan-choi-f8bet-casino__step-title {
    font-size: 1.4rem !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Tips Section */
  .page-blog-huong-dan-choi-f8bet-casino__tips-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huong-dan-choi-f8bet-casino__tip-title {
    font-size: 1.2rem !important;
  }

  /* FAQ Section */
  .page-blog-huong-dan-choi-f8bet-casino__faq-question {
    padding: 15px 20px !important;
    font-size: 1rem !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__faq-toggle {
    font-size: 1.2rem !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__faq-answer {
    padding: 15px 20px !important;
    font-size: 0.95rem !important;
  }

  /* CTA Section */
  .page-blog-huong-dan-choi-f8bet-casino__cta-section {
    padding: 50px 15px !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__cta-title {
    font-size: 1.8rem !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__cta-description {
    font-size: 1rem !important;
  }

  .page-blog-huong-dan-choi-f8bet-casino__cta-button {
    padding: 15px 25px !important;
    font-size: 1.1rem !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* General Image & Container styles */
  .page-blog-huong-dan-choi-f8bet-casino img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-huong-dan-choi-f8bet-casino__content-area,
  .page-blog-huong-dan-choi-f8bet-casino__container,
  .page-blog-huong-dan-choi-f8bet-casino__cta-box {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-blog-huong-dan-choi-f8bet-casino__content-area {
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
}