
.blog-content-template-1 {
  --green-50: #f0fdf4 !important;
  --green-100: #dcfce7 !important;
  --green-500: #22c55e !important;
  --green-600: #16a34a !important;
  --green-700: #15803d !important;
  --green-800: #166534 !important;
  --text: #1f2937 !important;
  --text-muted: #6b7280 !important;
  --border: #e5e7eb !important;
  --red-500: #ef4444 !important;
  --radius: 8px !important;
  --radius-sm: 6px !important;
  --max-width: 800px !important;
}
.blog-content-template-1 * {
  box-sizing: border-box !important;
}
.blog-content-template-1 {
  margin: 0 !important;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--text) !important;
  background: #fff !important;
}
.blog-content-template-1 .container {

  margin: 0 auto !important;
}
.blog-content-template-1 h1 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin: 0 0 1.5rem !important;
  line-height: 1.3 !important;
}
.blog-content-template-1 h2 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin: 2.5rem 0 1rem !important;
  color: var(--text) !important;
}
.blog-content-template-1 h3 {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  margin: 1.5rem 0 0.5rem !important;
}
.blog-content-template-1 p {
  margin: 0 0 1rem !important;
  color: var(--text) !important;
}
.blog-content-template-1 a {
  color: var(--green-700) !important;
  text-decoration: none !important;
}
.blog-content-template-1 a:hover {
  text-decoration: underline !important;
}
/* Table of Contents */
.blog-content-template-1 .toc {
  background: var(--green-50) !important;
  border: 1px solid var(--green-100) !important;
  border-bottom: 2px solid var(--green-500) !important;
  border-radius: var(--radius) !important;
  padding: 1.25rem 1.5rem !important;
  margin: 2rem 0 !important;
}
.blog-content-template-1 .toc-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin: 0 0 20px !important;
  color: #000 !important;
}
.blog-content-template-1 .toc > ul {
  list-style: none !important;
  padding: 20px 0 0 !important;
  margin: 0 !important;
  border-top: 1px solid #333 !important;
}
.blog-content-template-1 .toc ul ul {
  list-style: none !important;
  padding: 0.25rem 0 0 1rem !important;
  margin: 0 !important;
}
.blog-content-template-1 .toc li {
  position: relative !important;
  padding-left: 1.25rem !important;
  margin-bottom: 0.5rem !important;
}
.blog-content-template-1 .toc > ul > li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.5em !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #6EB474 !important;
}
.blog-content-template-1 .toc ul ul li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.5em !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #6EB474 !important;
}
.blog-content-template-1 .toc > ul > li > a {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.blog-content-template-1 .toc ul ul li a {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #555555 !important;
}
.blog-content-template-1 .toc a:hover {
  color: var(--green-700) !important;
}
.blog-content-template-1 .toc a:hover {
  color: var(--green-700) !important;
}
/* Author block */
.blog-content-template-1 .author {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin: 2rem 0 !important;
}
.blog-content-template-1 .author-avatar {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: var(--green-100) !important;
}
.blog-content-template-1 .author-name {
  font-weight: 700 !important;
  font-size: 1rem !important;
  margin: 0 0 0.15rem !important;
}
.blog-content-template-1 .author-title {
  font-size: 0.875rem !important;
  color: var(--text-muted) !important;
  margin: 0 !important;
}
.blog-content-template-1 .author-intro-block {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  border: 1px solid #E9EBEA !important;
  border-radius: var(--radius) !important;
  padding: 1.25rem 1.5rem !important;
  margin: 2rem 0 !important;
}
.blog-content-template-1 .author-intro-block .author {
  margin: 0 !important;
}
.blog-content-template-1 .author-intro-block p {
  margin: 0 !important;
}
/* Compare table */
.blog-content-template-1 .compare-table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  margin: 1.5rem 0 !important;
  box-shadow: 0 0 0 1px #E9EBEA, 0 1px 3px rgba(0,0,0,0.06) !important;
}
.blog-content-template-1 .compare-table th {
  background: #46CC6A !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  padding: 0.875rem 1rem !important;
  text-align: left !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
}
.blog-content-template-1 .compare-table td {
  padding: 0.875rem 1rem !important;
  border: 1px solid #E9EBEA !important;
}
.blog-content-template-1 .compare-table .company-cell {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  text-align: center !important;
}
.blog-content-template-1 .compare-table .company-cell .company-logo {
  width: 100% !important;
  max-width: 120px !important;
  max-height: 30px !important;
  height: auto !important;
  aspect-ratio: 1 !important;
  border-radius: 8px !important;
  object-fit: contain !important;
  background: transparent !important;
  margin: 0 !important; 
}
.blog-content-template-1 .compare-table .company-cell strong {
  display: block !important;
  font-weight: 700 !important;
  color: #46CC6A !important;
}
.blog-content-template-1 .compare-table tbody tr:nth-child(even) {
  background: var(--green-50) !important;
}
.blog-content-template-1 .compare-table tbody tr:nth-child(odd) {
  background: #fff !important;
}
.blog-content-template-1 .btn-quote {
  display: inline-block !important;
  background: #46CC6A !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  padding: 0.5rem 1rem !important;
  border-radius: var(--radius-sm) !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.blog-content-template-1 .btn-quote:hover {
  background: #3ab85d !important;
  color: #fff !important;
  text-decoration: none !important;
}
.blog-content-template-1 .rating-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  font-size: 0.875rem !important;
}
.blog-content-template-1 .rating-check {
  display: inline-flex !important;
  width: 18px !important;
  height: 18px !important;
  background: var(--green-500) !important;
  border-radius: 50% !important;
  align-items: center !important;
  justify-content: center !important;
}
.blog-content-template-1 .rating-check::after {
  content: '✓' !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
}
/* Company review block (h2 + card + paragraph + accordions) */
.blog-content-template-1 .company-review-block {
  margin: 48px 0 !important;

}
.blog-content-template-1 .company-review-block h2 {
  margin: 0 0 1rem !important;
}
/* Đường kẻ ngăn cách giữa 2 block */
.blog-content-template-1 .company-review-divider {
  height: 1px !important;
  background: #E9EBEA !important;
  margin: 0 !important;
}
.blog-content-template-1 .company-intro-block {
  border: 1px solid #E9EBEA !important;
  border-radius: var(--radius) !important;
  padding: 1.5rem !important;
  margin-bottom: 1rem !important;
}
.blog-content-template-1 .company-intro-block .company-card {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}
.blog-content-template-1 .company-intro-block .company-card + p {
  margin: 1rem 0 0 !important;
}
/* Company review card */
.blog-content-template-1 .company-card {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
  padding: 1.25rem 0 !important;
  border-bottom: 1px solid var(--border) !important;
  margin-bottom: 32px !important;
}
.blog-content-template-1 .company-card-main {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem !important;
}
.blog-content-template-1 .company-logo {
  width: 60px !important;
  height: 60px !important;
  border-radius: var(--radius-sm) !important;
  object-fit: cover !important;
  background: var(--border) !important;
}
.blog-content-template-1 .company-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.35rem !important;
}
.blog-content-template-1 .company-info h3 {
  margin: 0 !important;
  font-size: 1.25rem !important;
}
.blog-content-template-1 .company-website {
  font-size: 0.875rem !important;
  color: var(--text-muted) !important;
  margin: 0 !important;
}
.blog-content-template-1 .company-rating {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 0.875rem !important;
  margin: 0 !important;
}
.blog-content-template-1 .company-rating-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  background: #46CC6A !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: var(--radius-sm) !important;
}
.blog-content-template-1 .company-rating-badge .icon-star {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
  fill: currentColor !important;
}
.blog-content-template-1 .company-rating-reviews {
  color: #718076 !important;
}
.blog-content-template-1 .compare-table .rating-cell {
  vertical-align: top !important;
}
.blog-content-template-1 .compare-table .rating-cell .rating-image {
  display: block !important;
  width: auto !important;
  max-width: 165px !important;
  height: auto !important;
  border-radius: var(--radius-sm) !important;
  margin-bottom: 0.5rem !important;
  object-fit: cover !important;
}
/* Accordion (details/summary) */
.blog-content-template-1 .accordion {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  margin-bottom: 0.5rem !important;
}
.blog-content-template-1 .accordion summary {
  list-style: none !important;
  padding: 1rem 1.25rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #fff !important;
  user-select: none !important;
}
.blog-content-template-1 .accordion summary::-webkit-details-marker {
  display: none !important;
}
.blog-content-template-1 .accordion summary::after {
  content: '' !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 6px solid var(--green-600) !important;
  transition: transform 0.2s !important;
}
.blog-content-template-1 .accordion[open] summary::after {
  transform: rotate(180deg) !important;
}
.blog-content-template-1 .accordion .accordion-body {
  padding: 0 1.25rem 1.25rem !important;
  border-top: 1px solid var(--border) !important;
}
.blog-content-template-1 .accordion .accordion-body p {
  margin: 0.75rem 0 0 !important;
}
/* Pros & Cons grid */
/* Pros/Cons: bên trái Pros (dọc), bên phải Cons (dọc) */
.blog-content-template-1 .pros-cons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.5rem 2rem !important;
  margin-top: 0.75rem !important;
  align-items: start !important;
}
.blog-content-template-1 .pros-cons > *:first-child {
  grid-column: 1 !important;
}
.blog-content-template-1 .pros-cons > *:nth-child(2) {
  grid-column: 2 !important;
}
.blog-content-template-1 .pros-list, .blog-content-template-1 .cons-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0.5rem 0 0 !important;
}
.blog-content-template-1 .pros-list li, .blog-content-template-1 .cons-list li {
  padding-left: 33px !important;
  margin-bottom: 0.5rem !important;
  position: relative !important;
}
.blog-content-template-1 .pros-list li::before, .blog-content-template-1 .cons-list li::before {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.7em !important;
  font-weight: 700 !important;
}
.blog-content-template-1 .pros-list li::before {
  content: '✓' !important;
  color: #10B201 !important;
  background: rgba(16, 178, 1, 0.2) !important;
}
.blog-content-template-1 .cons-list li::before {
  content: '✕' !important;
  color: #EE6868 !important;
  background: rgba(238, 104, 104, 0.2) !important;
}
/* Price table inside accordion */
.blog-content-template-1 .price-table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  margin: 1.5rem 0 !important;
  box-shadow: 0 0 0 1px #E9EBEA, 0 1px 3px rgba(0,0,0,0.06) !important;
}
.blog-content-template-1 .price-table th {
  background: #46CC6A !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  padding: 0.875rem 1rem !important;
  text-align: left !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
}
.blog-content-template-1 .price-table td {
  padding: 0.875rem 1rem !important;
  border: 1px solid #E9EBEA !important;
}
.blog-content-template-1 .price-table tbody tr:nth-child(even) {
  background: var(--green-50) !important;
}
.blog-content-template-1 .price-table tbody tr:nth-child(odd) {
  background: #fff !important;
}
/* Services tags: bên trái dọc (✓), bên phải dọc (✕), không lỗ trống */
.blog-content-template-1 .services-tags {
  margin-top: 0.75rem !important;
}
/* Có wrapper .services-tags-col: flex 2 cột, không lỗ trống */
.blog-content-template-1 .services-tags:has(.services-tags-col) {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 2rem !important;
  align-items: flex-start !important;
}
.blog-content-template-1 .services-tags-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  flex: 1 !important;
  min-width: 0 !important;
}
/* CMS output phẳng (không wrapper): grid 2 cột */
.blog-content-template-1 .services-tags:not(:has(.services-tags-col)) {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.5rem 2rem !important;
  align-items: start !important;
}
.blog-content-template-1 .services-tags:not(:has(.services-tags-col)) .tag-yes {
  grid-column: 1 !important;
}
.blog-content-template-1 .services-tags:not(:has(.services-tags-col)) .tag-no {
  grid-column: 2 !important;
}
.blog-content-template-1 .tag-yes {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  background: var(--green-600) !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  padding: 0.35rem 0.65rem !important;
  border-radius: var(--radius-sm) !important;
}
.blog-content-template-1 .tag-no {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  background: var(--red-500) !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  padding: 0.35rem 0.65rem !important;
  border-radius: var(--radius-sm) !important;
}
/* Cost table (main content) */
.blog-content-template-1 .cost-table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  margin: 1.5rem 0 !important;
  box-shadow: 0 0 0 1px #E9EBEA, 0 1px 3px rgba(0,0,0,0.06) !important;
}
.blog-content-template-1 .cost-table th {
  background: #46CC6A !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  padding: 0.875rem 1rem !important;
  text-align: left !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
}
.blog-content-template-1 .cost-table td {
  padding: 0.875rem 1rem !important;
  border: 1px solid #E9EBEA !important;
}
.blog-content-template-1 .cost-table tbody tr:nth-child(even) {
  background: var(--green-50) !important;
}
.blog-content-template-1 .cost-table tbody tr:nth-child(odd) {
  background: #fff !important;
}
/* FAQ section */
.blog-content-template-1 .faq-section h2 {
  margin-top: 2.5rem !important;
}
.blog-content-template-1 .faq-item {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  margin-bottom: 0.5rem !important;
}
.blog-content-template-1 .faq-item summary {
  list-style: none !important;
  padding: 1rem 1.25rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #fff !important;
}
.blog-content-template-1 .faq-item summary::-webkit-details-marker {
  display: none !important;
}
.blog-content-template-1 .faq-item summary::after {
  content: '' !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 6px solid var(--green-600) !important;
  transition: transform 0.2s !important;
}
.blog-content-template-1 .faq-item[open] summary::after {
  transform: rotate(180deg) !important;
}
.blog-content-template-1 .faq-item .faq-answer {
  padding: 0 1.25rem 1.25rem !important;
  border-top: 1px solid var(--border) !important;
  font-weight: 400 !important;
}
.blog-content-template-1 .faq-item .faq-answer p {
  margin: 0.75rem 0 0 !important;
}
/* Conclusion */
.blog-content-template-1 .conclusion-block {
  border: 1px solid #E9EBEA !important;
  padding: 24px !important;
  border-radius: var(--radius) !important;
}
.blog-content-template-1 .conclusion-block h2 {
  margin: 0 0 1rem !important;
}
.blog-content-template-1 .conclusion-block p {
  margin: 0 !important;
}
.blog-content-template-1 ul:not(.toc ul):not(.pros-list):not(.cons-list):not(.services-tags) {
  padding-left: 1.5rem !important;
  margin: 1rem 0 !important;
}
.blog-content-template-1 ul:not(.toc ul) li {
  margin-bottom: 0.35rem !important;
}
/* Wrapper để table giữ nguyên kích thước trên mobile, user cuộn ngang */
.blog-content-template-1 .table-responsive {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  margin: 1.5rem 0 !important;
  border: 1px solid #E9EBEA !important;
  border-radius: var(--radius) !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE / Edge */
}
.blog-content-template-1 .table-responsive::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Opera */
}
.blog-content-template-1 .table-responsive table {
  min-width: 600px !important;
}
.blog-content-template-1 .table-responsive.compare-table-wrapper, .blog-content-template-1 .table-responsive.cost-table-wrapper {
  margin: 1.5rem 0 !important;
}
.blog-content-template-1 .table-responsive .compare-table, .blog-content-template-1 .table-responsive .price-table, .blog-content-template-1 .table-responsive .cost-table {
  margin: 0 !important;
}
.blog-content-template-1 .btn-quote-mobile {
  display: none !important;
}
@media (max-width: 640px) {

.blog-content-template-1 .pros-cons {
    grid-template-columns: 1fr !important;
  }
.blog-content-template-1 .company-card {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
.blog-content-template-1 .company-card .btn-quote {
    display: none !important;
  }
.blog-content-template-1 .btn-quote-mobile {
    display: inline-block !important;
    margin-top: 1rem !important;
  }
}
