@charset "utf-8";
/* CSS Document */
/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}



h1{
  font-weight: 700;
  color: #fff;
}
h2, h3, h4{color:#1071a1;}
.btn-chamada {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-chamada:hover {
  background-color: #0056b3;
}

/* Seção com imagem de fundo */
.bg_image_topo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  color: white;
}

.text-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 10px;
  display: inline-block;
  max-width: 900px;
}

.breadcrumb-container-modern .breadcrumb {
  background-color: #f8f9fa;
  font-size: 0.95rem;
  border-radius: 30px;
  display: inline-flex;
  padding: 6px 12px;
}
.breadcrumb-container-modern .breadcrumb  a{color:#96c322;}
.breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  margin: 0 8px;
  color: #999; 
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

/* Ícone opcional usando Bootstrap Icons */
.bi {
  font-size: 1rem;
}

/* Cards dos Posts */
.card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-body {
  background-color: #fff;
}

.card-title a {
  color: #2c3e50;
  font-size: 1.2rem;
  text-decoration:none;
}

.card-text {
  font-size: 0.9rem;
  color: #666;
}

.card-text a {
  color: #96c322;
  text-decoration:none;
}

/* Sidebar */
.card-title {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.form-control {
  border-radius: 4px;
}

.input-group .btn {
  border-radius: 0 4px 4px 0;
}

/* Paginação */
.pagination .page-link {
  color: #007bff;
  border-radius: 4px;
  margin: 0 4px;
}

.pagination .page-item.active .page-link {
  background-color: #007bff;
  color: white;
  border: none;
}
.listaCompartilha {
  font-size: 1rem;
}

.listaCompartilha li strong {
  font-size: 1rem;
  margin-right: 10px;
  color: #333;
}

.listaCompartilha a.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  background-color: #ccc;
}

/* Cores das redes sociais */
.listaCompartilha a.facebook { background-color: #1877f2; }
.listaCompartilha a.twitter  { background-color: #1da1f2; }
.listaCompartilha a.linkedin { background-color: #0077b5; }
.listaCompartilha a.whatsapp { background-color: #25d366; }

/* Efeito hover */
.listaCompartilha a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Ícones */
.listaCompartilha i.bi {
  font-size: 1.2rem;
}
/*.bg_blog_titulo{padding:5px; background-color:rgba(30,30,30,0.40); text-transform:uppercase; }*/
.sharesT {
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
}

.sharesT em strong {
  font-size: 1rem;
  color: #555;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.tagPost {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 6px 12px;
  background-color: #e9ecef;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.tagPost:hover {
  background-color: #007bff;
  color: white;
}

.tagPost a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tagPost:hover a {
  color: white;
}
.outras_postagens {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.outras_postagens:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.outras_postagens .card-body {
  padding: 20px;
}

.outras_postagens .card-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #2c3e50;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.outras_postagens ul li {
  margin-bottom: 8px;
}

.outras_postagens ul li a {
  color: #1071a1;
  font-size: 0.95rem;
  text-decoration:none;
  line-height: 1.5;
  transition: color 0.3s ease, transform 0.3s ease;
}

.outras_postagens ul li a:hover {
  color: #96c322;
  text-decoration: underline;
}

.listaCompartilha {
  font-size: 1rem;
}

.listaCompartilha li strong {
  font-size: 1rem;
  margin-right: 10px;
  color: #333;
}

.listaCompartilha a.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  background-color: #ccc;
  font-size: 0.9rem;
}

/* Cores das redes sociais */
.listaCompartilha a.facebook { background-color: #1877f2; }
.listaCompartilha a.twitter  { background-color: #1da1f2; }
.listaCompartilha a.linkedin { background-color: #0077b5; }
.listaCompartilha a.whatsapp { background-color: #25d366; }

/* Efeito hover */
.listaCompartilha a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Ícones */
.listaCompartilha i.fab {
  font-size: 1.2rem;
}
.postBfaq {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* Cabeçalho do item do Accordion */
.postBfaq .accordion-header .accordion-button {
  font-size: 1rem;
  color: #2c3e50;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  padding: 1rem 1.5rem;
  position: relative;
  transition: background-color 0.3s ease;
}

/* Ícone opcional usando Font Awesome ou Bootstrap Icons */
.postBfaq .accordion-button::after {
  content: "\f107"; /* FontAwesome - seta para baixo */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* Quando aberto */
.postBfaq .accordion-button:not(.collapsed)::after {
  content: "\f106"; /* seta para cima */
  transform: translateY(-50%) rotate(180deg);
}

/* Corpo da resposta */
.postBfaq .accordion-body {
  font-size: 0.95rem;
  color: #555;
  background-color: #fff;
  padding: 1rem 1.5rem;
}

/* Animação suave */
.postBfaq .collapse {
  transition: height 0.3s ease;
}
.sharesT {
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
}

.sharesT em strong {
  font-size: 1rem;
  color: #555;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.tagPost {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 6px 12px;
  background-color: #e9ecef;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.tagPost:hover {
  background-color: #007bff;
  color: white;
}

.tagPost a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tagPost:hover a {
  color: white;
}

.bg_image_topo {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
}

.bg_image_topo::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Camada preta semi-transparente */
  z-index: 0;
}

.bg_image_topo > * {
  position: relative;
  z-index: 1; /* Coloca o conteúdo acima da camada */
}

/* ── Blog hub (listagem blog.php) ── */
body.blog-page {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #f1f5f9;
  color: #1e293b;
}

.blog-hero {
  position: relative;
  padding: 2.5rem 0 3.5rem;
  overflow: hidden;
}

.blog-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(16, 113, 161, 0.92) 0%, rgba(15, 23, 42, 0.88) 55%, rgba(16, 113, 161, 0.75) 100%),
    url('/img/bg_distribuidora.webp') center/cover no-repeat;
  z-index: 0;
}

.blog-hero-inner {
  position: relative;
  z-index: 1;
}

.blog-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  font-size: 0.875rem;
}

.blog-breadcrumb-list li:not(:last-child)::after {
  content: '/';
  margin-left: 0.5rem;
  opacity: 0.5;
  color: #cbd5e1;
}

.blog-breadcrumb-list a {
  color: #e2e8f0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s;
}

.blog-breadcrumb-list a:hover {
  color: #96c322;
}

.blog-breadcrumb-list li[aria-current="page"] {
  color: #96c322;
  font-weight: 500;
}

.blog-hero-content {
  max-width: 720px;
}

.blog-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(150, 195, 34, 0.2);
  border: 1px solid rgba(150, 195, 34, 0.45);
  color: #d9f99d;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.blog-hero h1 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.blog-hero-lead {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.blog-search-field {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 12px;
  padding: 0.35rem 0.35rem 0.35rem 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  max-width: 560px;
}

.blog-search-field > i {
  align-self: center;
  color: #94a3b8;
  margin-right: 0.5rem;
}

.blog-search-field input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  min-width: 0;
  background: transparent;
}

.blog-search-field .btn {
  border-radius: 8px !important;
  padding: 0.65rem 1.25rem;
  white-space: nowrap;
}

.blog-hub {
  padding: 2.5rem 0 4rem;
}

.blog-filters {
  margin-bottom: 1.25rem;
}

.blog-filters-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 0.65rem;
}

.blog-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-filter-pill {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

.blog-filter-pill:hover {
  border-color: #1071a1;
  color: #1071a1;
  transform: translateY(-1px);
}

.blog-filter-pill.is-active {
  background: #1071a1;
  border-color: #1071a1;
  color: #fff;
}

.blog-results-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.blog-results-count {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
}

.blog-clear-filters {
  font-size: 0.875rem;
  color: #1071a1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-clear-filters:hover {
  color: #96c322;
}

.blog-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.25s;
}

.blog-featured.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.blog-featured:hover {
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.blog-featured-media {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
}

.blog-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-featured:hover .blog-featured-media img {
  transform: scale(1.04);
}

.blog-featured-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.75rem;
  background: #96c322;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 6px;
}

.blog-featured-body {
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-featured-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0.5rem 0 0.75rem;
}

.blog-featured-title a {
  color: #0f172a;
  text-decoration: none;
}

.blog-featured-title a:hover {
  color: #1071a1;
}

.blog-featured-excerpt {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.25s;
}

.blog-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.blog-card:hover {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.blog-card-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-thumb img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 1.25rem 1.35rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1071a1;
  text-decoration: none;
  margin-bottom: 0.35rem;
}

.blog-card-category:hover {
  color: #96c322;
}

.blog-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}

.blog-card-title a {
  color: #0f172a;
  text-decoration: none;
}

.blog-card-title a:hover {
  color: #1071a1;
}

.blog-card-excerpt {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  flex: 1;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.8rem;
  color: #94a3b8;
  margin-bottom: 0.75rem;
}

.blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-card-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1071a1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s, color 0.2s;
}

.blog-card-link:hover {
  color: #96c322;
  gap: 0.6rem;
}

.blog-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.blog-empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #94a3b8;
}

.blog-empty h2 {
  font-size: 1.25rem;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.blog-empty p {
  color: #64748b;
  margin-bottom: 1.25rem;
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-top: 2.5rem;
}

.blog-page-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: all 0.2s;
}

.blog-page-btn:not(.is-disabled):hover {
  border-color: #1071a1;
  color: #1071a1;
}

.blog-page-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.blog-page-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-page-num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: all 0.2s;
}

.blog-page-num:hover {
  border-color: #1071a1;
  color: #1071a1;
}

.blog-page-num.is-current {
  background: #1071a1;
  border-color: #1071a1;
  color: #fff;
}

.blog-page-ellipsis {
  padding: 0 0.25rem;
  color: #94a3b8;
}

.blog-sidebar-sticky {
  position: sticky;
  top: 6rem;
}

.blog-sidebar-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.35rem 1.5rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  margin-bottom: 1.25rem;
}

.blog-sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-sidebar-title i {
  color: #1071a1;
}

.blog-sidebar-search {
  display: flex;
  gap: 0.5rem;
}

.blog-sidebar-search input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.55rem 0.85rem;
  font-size: 0.9rem;
  min-width: 0;
}

.blog-sidebar-search input:focus {
  outline: none;
  border-color: #1071a1;
  box-shadow: 0 0 0 3px rgba(16, 113, 161, 0.15);
}

.blog-sidebar-search .btn {
  padding: 0.55rem 0.85rem;
  border-radius: 8px !important;
}

.blog-sidebar-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar-cats li {
  border-bottom: 1px solid #f1f5f9;
}

.blog-sidebar-cats li:last-child {
  border-bottom: none;
}

.blog-sidebar-cats a {
  display: block;
  padding: 0.55rem 0;
  font-size: 0.9rem;
  color: #475569;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}

.blog-sidebar-cats a:hover,
.blog-sidebar-cats a.is-active {
  color: #1071a1;
  padding-left: 0.35rem;
}

.blog-sidebar-cats a.is-active {
  font-weight: 600;
}

.blog-hub .guia-promo-card {
  border-radius: 14px !important;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06) !important;
  margin-top: 0 !important;
  margin-bottom: 0;
}

.blog-hub .guia-promo-card .card-body {
  padding: 1.35rem 1.5rem;
}

.blog-hub .guia-promo-card .card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

@media (max-width: 991.98px) {
  .blog-featured {
    grid-template-columns: 1fr;
  }

  .blog-featured-media {
    min-height: 220px;
  }

  .blog-sidebar-sticky {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-search-field {
    flex-wrap: wrap;
    padding: 0.75rem;
  }

  .blog-search-field input {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .blog-search-field .btn {
    width: 100%;
  }

  .blog-pagination {
    flex-direction: column;
  }
}

/* ── Post single (postb.php) ── */
.post-hero {
  position: relative;
  padding: 2.5rem 0 3rem;
  overflow: hidden;
}

.post-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.post-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(16, 113, 161, 0.82) 100%);
}

.post-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.post-hero-category {
  margin-bottom: 0.75rem;
  color: #d9f99d !important;
}

.post-hero-title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.post-hero-lead {
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.post-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #e2e8f0;
}

.post-meta-author strong {
  color: #fff;
  font-weight: 600;
}

.post-meta-updated {
  color: #94a3b8;
  font-size: 0.85rem;
}

.post-single {
  padding: 2.5rem 0 4rem;
}

.post-share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  margin-bottom: 1.75rem;
}

.post-share-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
}

.post-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.post-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
  cursor: pointer;
}

.post-share-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  color: #fff;
}

.post-share-btn.facebook { background: #1877f2; }
.post-share-btn.twitter { background: #1da1f2; }
.post-share-btn.linkedin { background: #0077b5; }
.post-share-btn.whatsapp { background: #25d366; }
.post-share-btn.post-copy-link { background: #64748b; }
.post-share-btn.is-copied { background: #96c322; }

.post-content.textBlog {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 2.25rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  font-family: 'Inter', system-ui, sans-serif;
  color: #1e293b;
  line-height: 1.75;
  font-size: 1.05rem;
}

.post-content.textBlog h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #1071a1;
  font-weight: 700;
  border-left: 4px solid #96c322;
  padding-left: 0.75rem;
  text-transform: none;
}

.post-content.textBlog h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #0f172a;
  font-weight: 600;
}

.post-content.textBlog p {
  margin-bottom: 1.2rem;
  color: #334155;
}

.post-content.textBlog img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.5rem 0;
}

.post-content.textBlog a {
  color: #1071a1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.post-content.textBlog a:hover {
  color: #96c322;
}

.post-content.textBlog table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  display: block;
  overflow-x: auto;
}

.post-content.textBlog table th,
.post-content.textBlog table td {
  border: 1px solid #e2e8f0;
  padding: 0.75rem;
}

.post-content.textBlog table th {
  background: #f8fafc;
  font-weight: 600;
}

.post-section-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.25rem;
}

.post-faq {
  margin-top: 2.5rem;
}

.post-faq-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 0.65rem;
}

.post-faq-accordion .accordion-button {
  font-weight: 600;
  font-size: 0.95rem;
  color: #0f172a;
  background: #f8fafc;
  box-shadow: none;
}

.post-faq-accordion .accordion-button:not(.collapsed) {
  background: #1071a1;
  color: #fff;
}

.post-faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(16, 113, 161, 0.2);
}

.post-tags {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.post-tags-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 0.75rem;
}

.post-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.post-tag {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  background: #f1f5f9;
  border-radius: 999px;
  font-size: 0.875rem;
  color: #475569;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.post-tag:hover {
  background: #1071a1;
  color: #fff;
}

.post-author-box {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.5rem;
  padding: 1.75rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  border-left: 4px solid #96c322;
}

.post-author-avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: contain;
  background: #f1f5f9;
  padding: 0.35rem;
}

.post-author-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.post-author-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.post-author-bio {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.post-author-social {
  display: flex;
  gap: 0.5rem;
}

.post-author-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #475569;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.post-author-social a:hover {
  background: #1071a1;
  color: #fff;
}

.post-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.post-related-grid {
  grid-template-columns: repeat(3, 1fr);
}

.post-sidebar-posts li a {
  font-size: 0.875rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .post-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-content.textBlog {
    padding: 1.5rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .post-related-grid {
    grid-template-columns: 1fr;
  }

  .post-author-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-hero-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}