/* =======================================================================
   Blog / Artigos - SITE IW8 2026
   CSS especifico das paginas /blog.html e /blog/slug.html
   ======================================================================= */

.blog-page {
  --blog-sidebar-w: 260px;
  --blog-gap: 34px;
  --blog-header-offset: 102px;
  background: var(--BRANCO-CINZENTO-IW8, var(--page-bg, #f4f4f4));
  color: #1F2322;
  font-family: var(--font-main, "Nunito Sans", "Segoe UI", sans-serif);
  min-height: 100vh;
}

.blog-page__topbar {
  position: relative;
  min-height: 176px;
  z-index: 20;
}

.blog-page__topbar .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.blog-page .site-header__logo-img--dark {
  display: none;
}

.blog-page .site-header:not(.is-sticky) .site-header__logo--swap .site-header__logo-img--white {
  display: none;
}

.blog-page .site-header:not(.is-sticky) .site-header__logo--swap .site-header__logo-img--dark {
  display: block;
  width: 79px;
  height: 50px;
  object-fit: contain;
}

.blog-page .site-header.is-sticky .site-header__logo--swap .site-header__logo-img--dark {
  display: none;
}


.blog-container {
  width: var(--content-w, min(1180px, calc(100vw - 48px)));
  max-width: calc(100vw - 32px);
  margin: 0 auto;
}

.blog-intro {
  padding: 0 0 14px;
}

.blog-eyebrow {
  display: block;
  margin-bottom: 22px;
  color: rgba(31, 35, 34, .16);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.blog-intro h1,
.blog-article__header h1 {
  margin: 0;
  color: #1F2322;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.12;
  text-transform: uppercase;
}

.blog-intro h1 {
  font-size: clamp(22px, 2.15vw, 28px);
}

.blog-article__header h1 {
  max-width: 820px;
  font-size: clamp(29px, 2.6vw, 34px);
}

.blog-intro p,
.blog-article__header p {
  max-width: 660px;
  margin: 8px 0 0;
  color: #1F2322;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.blog-featured {
  padding: 0 0 46px;
}

.blog-featured-slider {
  position: relative;
}

.blog-featured-slider__track {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 35, 34, .22);
  border-radius: 10px;
  background: #fff;
}

.blog-featured-card {
  position: relative;
  display: none;
}

.blog-featured-card.is-active {
  display: block;
}

.blog-featured-card__media {
  display: block;
  height: 455px;
  overflow: hidden;
  background: var(--orange, #f75c00);
}

.blog-featured-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-featured-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 16px 28px 18px;
  background: linear-gradient(90deg, rgba(31, 35, 34, .86) 0%, rgba(31, 35, 34, .68) 58%, rgba(31, 35, 34, .36) 100%);
}

.blog-featured-card__body span,
.blog-card__category,
.blog-article__label {
  display: block;
  color: var(--orange, #f75c00);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.blog-card__category {
  margin-bottom: 12px;
}

.blog-featured-card__body h2 {
  display: block;
  max-width: 100%;
  margin: 7px 0 0;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-featured-card__body h2 a,
.blog-card h2 a,
.blog-side-post h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-featured-card__body p {
  display: none;
}

.blog-text-ellipsis,
.blog-side-post h3,
.blog-card h2,
.blog-card p,
.blog-featured-card__body h2 {
  overflow: hidden;
}

.blog-text-ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-button,
.blog-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--orange, #f75c00);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease;
}

.blog-button:hover,
.blog-card__button:hover {
  background: var(--orange-hover, #d94b00);
}

.blog-featured-slider__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
  margin-bottom: 22px;
}

.blog-featured-slider__dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(31, 35, 34, .22);
  cursor: pointer;
}

.blog-featured-slider__dots button.is-active {
  background: var(--orange, #f75c00);
}

.blog-toolbar {
  padding: 0 0 36px;
}

.blog-toolbar__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: center;
}

.blog-toolbar__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

.blog-page-status {
  margin: 0;
  color: #727775;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.blog-page-status span {
  color: var(--orange, #f75c00);
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
}

.blog-categories a {
  position: relative;
  padding-bottom: 9px;
  color: #2f3331;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.blog-categories a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
}

.blog-categories a.is-active::after,
.blog-categories a:hover::after {
  background: var(--orange, #f75c00);
}

.blog-search {
  display: flex;
  min-height: 42px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(31, 35, 34, .12);
}

.blog-search input[type="search"] {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0 15px;
  background: transparent;
  color: #1f2322;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.blog-search button {
  width: 48px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: var(--orange, #f75c00);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.blog-listing {
  padding: 0 0 70px;
}

.blog-listing__layout,
.blog-article__layout {
  display: grid;
  grid-template-columns: var(--blog-sidebar-w) minmax(0, 1fr);
  gap: var(--blog-gap);
  align-items: start;
}

.blog-article__layout {
  grid-template-columns: minmax(0, 760px) var(--blog-sidebar-w);
  justify-content: space-between;
}

.blog-sidebar {
  position: sticky;
  top: var(--blog-sidebar-top, calc(var(--blog-header-offset) + 18px));
  align-self: start;
}

.blog-sidebar__panel {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 35, 34, .16);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(31, 35, 34, .025);
}

.blog-sidebar h2 {
  margin: 0;
  padding: 13px 14px 10px;
  border-bottom: 1px solid rgba(31, 35, 34, .12);
  color: #1F2322;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.blog-sidebar__posts {
  padding: 0 13px 11px;
}

.blog-side-post {
  min-width: 0;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(31, 35, 34, .12);
}

.blog-side-post:first-child {
  border-top: 0;
}

.blog-side-post:last-child {
  padding-bottom: 0;
}

.blog-side-post__body {
  min-width: 0;
}

.blog-side-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: center;
  margin-bottom: 6px;
  color: #727775;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-side-post__category {
  color: var(--orange, #f75c00);
  font-weight: 800;
}

.blog-side-post time {
  color: #727775;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.blog-side-post h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1F2322;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.22;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-side-post h3 a {
  transition: color .2s ease;
}

.blog-side-post h3 a:hover {
  color: var(--orange, #f75c00);
}

.blog-product-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 312px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #1f2322;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .48) 100%), url("../img/fundo-cta-catalogo-pag-blog.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.blog-product-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  margin: 0 16px 18px;
  padding: 0 16px 0 18px;
  border-radius: 10px;
  background: var(--orange, #f75c00);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .2s ease;
}

.blog-product-banner:hover .blog-product-banner__button {
  background: var(--orange-hover, #d94b00);
}

.blog-product-banner__button img {
  display: block;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  object-fit: contain;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(31, 35, 34, .22);
  border-radius: 10px;
  background: #fff;
}

.blog-card__media {
  display: block;
  height: 184px;
  overflow: hidden;
  background: var(--orange, #f75c00);
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.blog-card h2 {
  display: -webkit-box;
  margin: 12px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #101010;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-card p {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2f3331;
  font-size: 14px;
  line-height: 1.42;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-card__button {
  width: fit-content;
  margin-top: auto;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
}

.blog-pagination__numbers {
  display: flex;
  gap: 7px;
  align-items: center;
}

.blog-pagination button,
.blog-pagination span {
  min-width: 32px;
  height: 32px;
  border: 1px solid rgba(31, 35, 34, .18);
  border-radius: 10px;
  background: #fff;
  color: #1f2322;
  font-size: 12px;
  font-weight: 800;
}

.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  background: transparent;
}

.blog-pagination button {
  cursor: pointer;
}

.blog-pagination button.is-active,
.blog-pagination button:hover:not(:disabled) {
  border-color: var(--orange, #f75c00);
  background: var(--orange, #f75c00);
  color: #fff;
}

.blog-pagination button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.blog-loading {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  background: rgba(244, 244, 244, .72);
  backdrop-filter: blur(3px);
}

.blog-loading.is-active {
  display: flex;
}

.blog-loading span {
  width: 42px;
  height: 42px;
  border: 4px solid rgba(31, 35, 34, .18);
  border-top-color: var(--orange, #f75c00);
  border-radius: 50%;
  animation: blogSpin .75s linear infinite;
}

.blog-loading strong {
  color: #1f2322;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

@keyframes blogSpin {
  to { transform: rotate(360deg); }
}

.blog-article {
  padding: 36px 0 70px;
}

.blog-article__hero {
  margin: 0 0 42px;
  overflow: hidden;
  border-radius: 10px;
  background: #d9d9d9;
}

.blog-article__hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: cover;
}

.blog-article__label {
  margin-bottom: 18px;
  color: #1F2322;
  font-size: 17px;
  text-transform: uppercase;
}

.blog-article__header {
  margin-bottom: 40px;
}

.blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  color: #727775;
  font-size: 12px;
  font-weight: 700;
}

.blog-article__separator {
  color: rgba(31, 35, 34, .42);
}

.blog-article__content {
  color: #1F2322;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.blog-article__content h2,
.blog-article__content h3 {
  margin: 38px 0 14px;
  color: #1F2322;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.blog-article__content h2 {
  font-size: 28px;
}

.blog-article__content h3 {
  font-size: 24px;
}

.blog-article__content p {
  margin: 0 0 22px;
}

.blog-article__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
}

.blog-article__content ul,
.blog-article__content ol {
  margin: 0 0 24px 24px;
  padding: 0;
}

.blog-article__content li {
  margin-bottom: 10px;
}

.blog-article__content a {
  color: #005a87;
  text-decoration: none;
  transition: color .2s ease;
}

.blog-article__content a:hover,
.blog-article__content a:focus-visible {
  color: var(--orange, #f75c00);
}

.blog-article__content a:focus-visible {
  outline: 2px solid var(--orange, #f75c00);
  outline-offset: 2px;
}

.blog-article__footer {
  margin-top: 34px;
}

.blog-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #101010;
  font-size: 14px;
  font-weight: 800;
}

.blog-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: transparent;
  color: #1F2322;
  text-decoration: none;
  line-height: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.blog-share a:hover,
.blog-share a:focus-visible {
  opacity: .78;
  outline: 0;
  transform: translateY(-1px);
}

.blog-share a img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.blog-author-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  margin-top: 36px;
  padding: 34px 38px;
  border-radius: 10px;
  background: #d9d9d9;
}

.blog-author-card__avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--orange, #f75c00);
}

.blog-author-card__avatar::before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  background: var(--orange-hover, #d94b00);
  -webkit-mask: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.56 16.53a9.95 9.95 0 0 1-13.12 0A15 15 0 0 0 1 30a1 1 0 0 0 1 1h28a1 1 0 0 0 1-1 15 15 0 0 0-8.44-13.47Z'/%3E%3Ccircle cx='16' cy='9' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.56 16.53a9.95 9.95 0 0 1-13.12 0A15 15 0 0 0 1 30a1 1 0 0 0 1 1h28a1 1 0 0 0 1-1 15 15 0 0 0-8.44-13.47Z'/%3E%3Ccircle cx='16' cy='9' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.blog-author-card__avatar.has-image::before {
  content: none;
}

.blog-author-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-author-card h2 {
  margin: 0 0 8px;
  color: #1F2322;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.blog-author-card strong {
  display: block;
  margin-bottom: 14px;
  color: #1F2322;
  font-size: 14px;
  font-weight: 700;
}

.blog-author-card p {
  max-width: 420px;
  margin: 0;
  color: #1F2322;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.blog-related {
  padding: 24px 0 80px;
}

.blog-related h2 {
  margin: 0 0 24px;
  color: #1F2322;
  font-size: 22px;
  font-weight: 700;
}

.blog-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-grid--related .blog-card {
  min-height: 390px;
}

.blog-grid--related .blog-card__media {
  height: 160px;
}

.blog-grid--related .blog-card h2 {
  font-size: 20px;
}

.blog-breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin: 0 0 18px;
  overflow: hidden;
  color: #727775;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.blog-breadcrumb a,
.blog-breadcrumb span {
  flex: 0 0 auto;
}

.blog-breadcrumb a {
  color: #727775;
  text-decoration: none;
  transition: color .2s ease;
}

.blog-breadcrumb a:hover {
  color: var(--orange, #f75c00);
}

.blog-breadcrumb span {
  color: rgba(31, 35, 34, .35);
}

.blog-breadcrumb strong {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  overflow: hidden;
  color: #1F2322;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .blog-page {
    --blog-sidebar-w: 100%;
    --blog-gap: 32px;
    --blog-header-offset: 92px;
  }

  .blog-page__topbar {
    min-height: 150px;
  }

  .blog-featured-card__media {
    height: 360px;
  }

  .blog-toolbar__inner,
  .blog-listing__layout,
  .blog-article__layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    order: 2;
  }

  .blog-listing__content,
  .blog-article__main {
    order: 1;
  }

  .blog-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .blog-sidebar__panel {
    grid-column: 1 / -1;
  }

  .blog-sidebar h2,
  .blog-product-banner {
    grid-column: 1 / -1;
  }

  .blog-card h2 {
    font-size: 21px;
  }

  .blog-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-article__content {
    font-size: 16px;
  }

  .blog-article__content h2 {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  /* Hub mobile respiro */
  .blog-page__topbar {
    min-height: 124px;
  }

  .blog-container {
    max-width: calc(100vw - 28px);
  }

  .blog-intro {
    padding-top: 0;
    padding-bottom: 14px;
  }

  .blog-eyebrow {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .blog-intro h1 {
    font-size: 24px;
  }

  .blog-article__header h1 {
    font-size: 28px;
  }

  .blog-breadcrumb {
    gap: 6px;
    margin-bottom: 14px;
    font-size: 11px;
  }

  .blog-breadcrumb strong {
    max-width: none;
  }

  .blog-featured {
    padding-bottom: 30px;
  }

  .blog-featured-slider__track {
    border-radius: 10px;
  }

  .blog-featured-card__media {
    height: 360px;
  }

  .blog-featured-card__media img {
    object-position: center top;
  }

  .blog-featured-card__body {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 16px 18px;
    background: linear-gradient(180deg, rgba(31, 35, 34, .10) 0%, rgba(31, 35, 34, .82) 42%, rgba(31, 35, 34, .96) 100%);
  }

  .blog-featured-card__body span {
    font-size: 12px;
  }

  .blog-featured-card__body h2 {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.08;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .blog-featured-card__body .blog-button {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    justify-self: stretch;
  }

  .blog-featured-slider__dots {
    margin-top: 12px;
    margin-bottom: 14px;
  }

  .blog-toolbar__inner {
    gap: 18px;
  }

  .blog-page-status {
    text-align: left;
  }

  .blog-categories {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .blog-categories a {
    white-space: nowrap;
  }

  .blog-grid,
  .blog-sidebar,
  .blog-grid--related {
    grid-template-columns: 1fr;
  }

  .blog-card {
    min-height: 0;
  }

  .blog-card__media {
    height: 190px;
  }

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

  .blog-pagination__numbers {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-article {
    padding-top: 24px;
  }

  .blog-article__hero {
    margin-bottom: 28px;
  }

  .blog-article__content {
    font-size: 16px;
    line-height: 1.28;
  }

  .blog-article__content h2 {
    font-size: 24px;
  }

  .blog-article__content h3 {
    font-size: 21px;
  }

  .blog-author-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }

  .blog-author-card__avatar {
    width: 108px;
    height: 108px;
  }

}


/* Ajustes artigo completo - responsivo
   Mantem a mesma largura base de .blog-container usada nos relacionados.
   Escopo: somente conteudo do artigo e sidebar do artigo. */
.blog-page--article .blog-article__layout,
.blog-page--article .blog-article__main,
.blog-page--article .blog-article__header,
.blog-page--article .blog-article__content,
.blog-page--article .blog-article__footer,
.blog-page--article .blog-sidebar--article,
.blog-page--article .blog-author-card,
.blog-page--article .blog-product-banner {
  min-width: 0;
  max-width: 100%;
}

.blog-page--article .blog-article__content,
.blog-page--article .blog-article__content p,
.blog-page--article .blog-article__content li,
.blog-page--article .blog-author-card p,
.blog-page--article .blog-side-post h3 {
  overflow-wrap: break-word;
  word-break: normal;
}

.blog-page--article .blog-article__content img,
.blog-page--article .blog-article__content iframe,
.blog-page--article .blog-article__content video,
.blog-page--article .blog-article__content table {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .blog-page--article .blog-article__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .blog-page--article .blog-sidebar--article {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .blog-page--article {
    overflow-x: hidden;
  }

  .blog-page--article .blog-article {
    padding-top: 24px;
  }

  .blog-page--article .blog-article__hero {
    margin-bottom: 24px;
  }

  .blog-page--article .blog-breadcrumb {
    gap: 6px;
    margin-bottom: 14px;
    overflow: hidden;
    font-size: 11px;
  }

  .blog-page--article .blog-breadcrumb a,
  .blog-page--article .blog-breadcrumb span {
    flex: 0 0 auto;
  }

  .blog-page--article .blog-breadcrumb strong {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .blog-page--article .blog-article__header {
    margin-bottom: 30px;
  }

  .blog-page--article .blog-article__header h1 {
    max-width: 100%;
    font-size: clamp(28px, 7.8vw, 34px);
    line-height: 1.08;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .blog-page--article .blog-article__header p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.28;
  }

  .blog-page--article .blog-article__meta {
    gap: 8px 10px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.35;
  }

  .blog-page--article .blog-article__content {
    font-size: 16px;
    line-height: 1.38;
  }

  .blog-page--article .blog-article__content h2 {
    font-size: 23px;
    line-height: 1.18;
  }

  .blog-page--article .blog-article__content h3 {
    font-size: 21px;
    line-height: 1.18;
  }

  .blog-page--article .blog-share {
    gap: 9px 10px;
  }

  .blog-page--article .blog-share span {
    width: 100%;
  }

  .blog-page--article .blog-author-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 26px 24px;
  }

  .blog-page--article .blog-author-card__avatar {
    width: 108px;
    height: 108px;
  }

  .blog-page--article .blog-author-card h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .blog-page--article .blog-author-card p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.32;
  }

  .blog-page--article .blog-sidebar--article {
    display: block;
  }

  .blog-sidebar__panel {
    box-shadow: 0 6px 18px rgba(31, 35, 34, .025);
  }

  .blog-sidebar h2 {
    padding: 13px 14px 10px;
  }

  .blog-sidebar__posts {
    padding: 0 13px 11px;
  }


  .blog-page--article .blog-product-banner {
    min-height: 280px;
  }

  .blog-page--article .blog-product-banner__button {
    max-width: calc(100% - 32px);
    min-height: 46px;
    padding: 0 14px;
    font-size: 11px;
  }
}
