.page-blog-chien-thuat-thang-lon-voi-ga-cam67 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background: var(--site-bg, #f5f5f5); /* Fallback to light grey if var not set */
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__section-padding {
  padding: 60px 0;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #C91F17; /* Main brand color */
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: justify;
}

/* Custom Colors */
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__card-bg {
  background: #D32F2F;
}

.page-blog-chien-thuat-thuat-thang-lon-voi-ga-cam67__background-red-gold {
  background: #B71C1C;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__text-main {
  color: #FFF5E1;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__border-gold {
  border-color: #F2B544;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__glow {
  box-shadow: 0 0 10px #FFCC66;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__gold-color {
  color: #F4D34D;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__deep-red {
  color: #7A0E0E;
}

/* Hero Section */
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF5E1; /* Text Main */
  min-height: 500px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop */
  filter: brightness(0.7); /* Darken image for better text contrast */
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__main-title {
  font-size: clamp(2.5rem, 5vw, 3.8rem); /* Responsive font size for H1 */
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #FFF5E1; /* Text Main */
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-description {
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

/* CTA Buttons */
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E; /* Deep Red for contrast */
  border: none;
  margin-right: 20px;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__btn-secondary {
  background: #FFF5E1; /* Text Main */
  color: #C91F17; /* Main brand color */
  border: 2px solid #C91F17;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__btn-secondary:hover {
  background: #C91F17;
  color: #FFF5E1;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Content Images */
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__content-image, 
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__strategy-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Strategies Section */
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__dark-section {
  background: #C91F17; /* Main brand color */
  color: #FFF5E1; /* Text Main for contrast */
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__strategy-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__strategy-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD86A; /* Gold color for titles */
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__strategy-item p {
  color: #FFF5E1;
}

/* Tips Section */
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__tip-list, 
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__benefit-list, 
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__application-steps {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__tip-item, 
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__benefit-item, 
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__application-steps li {
  background: #ffffff;
  padding: 15px 20px;
  border-left: 5px solid #E53935; /* Auxiliary color */
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #333333;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__tip-item strong {
  color: #C91F17;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__application-steps li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 50px;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__application-steps li::before {
  content: counter(step-counter);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #E53935;
  color: #FFF5E1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

/* FAQ Section */
details.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-item summary.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-item summary.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-item summary.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-item .page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-answer p {
  margin: 0;
  color: #555555;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__inline-link {
  color: #C91F17;
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__inline-link:hover {
  color: #E53935;
}

/* Conclusion Section */
.page-blog-chien-thuat-thang-lon-voi-ga-cam67__conclusion-section .page-blog-chien-thuat-thang-lon-voi-ga-cam67__text-block {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-thang-lon-voi-ga-cam67__button-group--center {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__section-title {
    font-size: 32px;
  }
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__main-title {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
  }
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-description {
    font-size: 1.1rem;
  }
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__strategy-title {
    font-size: 24px;
  }
}

@media (max-width: 849px) {
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-image {
    object-fit: contain !important; /* Prevent cropping on smaller screens */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    filter: brightness(0.8); /* Slightly less darken for better visibility */
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__section-padding {
    padding: 40px 0;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-section {
    min-height: 400px;
    padding-top: 10px; /* Ensure small top padding */
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__hero-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px 0 !important; /* Remove horizontal margin */
    padding: 12px 15px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__btn-primary {
    margin-right: 0 !important;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__button-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__text-block {
    font-size: 16px;
    text-align: left;
  }

  /* General Image Responsiveness */
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__strategy-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__strategy-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__tip-item, 
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__benefit-item, 
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__application-steps li {
    padding: 12px 15px 12px 45px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__application-steps li::before {
    width: 25px;
    height: 25px;
    font-size: 14px;
    left: 10px;
  }

  details.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-item summary.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-question { padding: 15px; }
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-qtext { font-size: 15px; }
  .page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-toggle { margin-left: 10px; font-size: 20px; width: 24px; text-align: center; }
  details.page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-item .page-blog-chien-thuat-thang-lon-voi-ga-cam67__faq-answer { padding: 0 15px 15px; }
}