/* Base styles for the page-blog-cac-tro-choi-hap-dan-fcb8-vip */
.page-blog-cac-tro-choi-hap-dan-fcb8-vip {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-bottom: 40px;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__hero-content {
  max-width: 900px;
  padding: 0 20px;
  margin-top: -100px; /* Overlap slightly for visual effect */
  position: relative;
  z-index: 1;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #FFD36B; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-primary,
.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-secondary,
.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-link {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for bright button */
  border: none;
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-secondary {
  background: #111111; /* Card BG */
  color: #FFD36B; /* Glow */
  border: 2px solid #3A2A12; /* Border */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-secondary:hover {
  transform: translateY(-3px);
  background: #222222;
  border-color: #F2C14E;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-link {
  background: transparent;
  color: #FFD36B;
  border: 1px solid #FFD36B;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__btn-link:hover {
  background: #FFD36B;
  color: #111111;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  border-radius: 10px;
  background-color: #111111; /* Card BG */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2C14E; /* Main color */
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__section-intro {
  font-size: 1.05rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #FFF6D6;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__image-container {
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
  object-fit: cover;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__game-category-card,
.page-blog-cac-tro-choi-hap-dan-fcb8-vip__feature-card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFF6D6;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__card-title {
  font-size: 1.4rem;
  color: #F2C14E; /* Main color */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__game-category-card p,
.page-blog-cac-tro-choi-hap-dan-fcb8-vip__feature-card p {
  font-size: 1rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-cac-tro-choi-hap-dan-fcb8-vip__feature-card .page-blog-cac-tro-choi-hap-dan-fcb8-vip__content-image {
  margin-top: 20px;
  margin-bottom: 10px;
  max-height: 200px;
  object-fit: contain;
}