/* style/blog-chien-thuat-thang-lon-voi-ga13.css */

/* Base Styles */
.page-blog-chien-thuat-thang-lon-voi-ga13 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #F5F7FA; /* Body background color from shared.css */
}

.page-blog-chien-thuat-thang-lon-voi-ga13__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-chien-thuat-thang-lon-voi-ga13__hero-section {
  background-color: #ffffff; /* Card BG, light background for contrast */
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  border-bottom: 1px solid #E0E0E0;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__main-title {
  font-size: clamp(2em, 4vw, 2.8em); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  color: #E53935; /* Brand color for main title */
  margin-bottom: 20px;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333333;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-chien-thuat-thang-lon-voi-ga13__btn-primary,
.page-blog-chien-thuat-thang-lon-voi-ga13__btn-secondary,
.page-blog-chien-thuat-thang-lon-voi-ga13__link-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box; /* Crucial for button responsiveness */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Allow long words to break */
}

.page-blog-chien-thuat-thang-lon-voi-ga13__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Custom button color */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  transform: translateY(-2px);
}

.page-blog-chien-thuat-thang-lon-voi-ga13__btn-secondary {
  background-color: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__btn-secondary:hover {
  background-color: #E53935;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-thang-lon-voi-ga13__link-btn {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
  padding: 10px 20px;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__link-btn:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  transform: translateY(-1px);
}

.page-blog-chien-thuat-thang-lon-voi-ga13__hero-image {
  flex: 1 1 40%;
  text-align: center;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__main-blog-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

/* Content Section */
.page-blog-chien-thuat-thang-lon-voi-ga13__content-section {
  padding: 60px 0;
  background-color: #F5F7FA;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__section-title {
  font-size: 2.2em;
  color: #E53935;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__text-block {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__sub-title {
  font-size: 1.6em;
  color: #E53935;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__text-block p {
  margin-bottom: 1em;
  color: #333333;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-blog-chien-thuat-thang-lon-voi-ga13__faq-list {
  margin-top: 40px;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__faq-item {
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-thang-lon-voi-ga13__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  outline: none;
  list-style: none; /* Remove default marker */
}

.page-blog-chien-thuat-thang-lon-voi-ga13__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-chien-thuat-thang-lon-voi-ga13__faq-question {
  flex-grow: 1;
}

.page-blog-chien-thuat-thang-lon-voi-ga13__faq-toggle {
  font-size: 1.5em;
  font-weight: 300;
  color: #E53935;
  margin-left: 15px;
  pointer-events: none; /* Ensure click on summary works */
}

.page-blog-chien-thuat-thang-lon-voi-ga13__faq-item[open] .page-blog-chien-thuat-thang-lon-voi-ga13__faq-toggle {
  content: "−";
}

.page-blog-chien-thuat-thang-lon-voi-ga13__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
}

/* Call to Action at Conclusion */
.page-blog-chien-thuat-thang-lon-voi-ga13__call-to-action {
  text-align: center;
  margin-top: 60px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-thang-lon-voi-ga13__conclusion-text {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #333333;
}

/* General Image Styles (for content images) */
.page-blog-chien-thuat-thang-lon-voi-ga13 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-thang-lon-voi-ga13__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__hero-content {
    flex: 1 1 100%;
    order: 2; /* Content below image on tablet */
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__hero-image {
    flex: 1 1 100%;
    order: 1; /* Image above content on tablet */
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__main-title {
    font-size: clamp(2em, 5vw, 2.5em);
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__section-title {
    font-size: 2em;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__sub-title {
    font-size: 1.4em;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__faq-item summary {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-blog-chien-thuat-thang-lon-voi-ga13__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 768px) {
  /* HERO Section - Mobile */
  .page-blog-chien-thuat-thang-lon-voi-ga13__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__hero-container {
    padding-top: 20px;
    gap: 20px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__main-title {
    font-size: 2em !important;
    text-align: center;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__intro-text {
    font-size: 1em;
    text-align: center;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__btn-primary,
  .page-blog-chien-thuat-thang-lon-voi-ga13__btn-secondary,
  .page-blog-chien-thuat-thang-lon-voi-ga13 a[class*="button"],
  .page-blog-chien-thuat-thang-lon-voi-ga13 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  /* Content Sections - Mobile */
  .page-blog-chien-thuat-thang-lon-voi-ga13__content-section {
    padding: 30px 0;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__text-block {
    padding: 20px;
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ Section - Mobile */
  .page-blog-chien-thuat-thang-lon-voi-ga13__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-chien-thuat-thang-lon-voi-ga13__faq-answer {
    padding: 0 20px 15px;
  }

  /* Call to Action - Mobile */
  .page-blog-chien-thuat-thang-lon-voi-ga13__call-to-action {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .page-blog-chien-thuat-thang-lon-voi-ga13__conclusion-text {
    font-size: 1em;
  }
}