/* Isolated individual blog post module. */

body {
  background: #f4f4f4;
}

.nexo-blog-single {
  --nexo-single-accent: #ec641c;
  --nexo-single-accent-dark: #c94e0d;
  --nexo-single-ink: #202020;
  --nexo-single-muted: #686868;
  --nexo-single-line: #dedede;
  --nexo-single-surface: #ffffff;

  background: #f4f4f4;
  color: var(--nexo-single-ink);
  padding: clamp(8rem, 10vw, 10rem) 1.25rem clamp(2.5rem, 6vw, 5.5rem);
}

.nexo-blog-single *,
.nexo-blog-single *::before,
.nexo-blog-single *::after {
  box-sizing: border-box;
}

.nexo-blog-single__container {
  margin: 0 auto;
  max-width: 73.75rem;
  width: 100%;
}

.nexo-blog-single a {
  color: inherit;
  text-decoration: none;
}

.nexo-blog-single img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nexo-blog-single .nexo-blog-single-hero {
  background: #d8d8d8;
  border-radius: 1.25rem;
  height: clamp(22rem, 50vw, 40rem);
  overflow: hidden;
}

.nexo-blog-single .nexo-blog-single-hero img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Centraliza imagens e captions dentro do conteúdo do post. */
.nexo-blog-single .nexo-blog-single-content__body figure,
.nexo-blog-single .nexo-blog-single-content__body .wp-caption,
.nexo-blog-single .nexo-blog-single-content__body .wp-block-image,
.nexo-blog-single .nexo-blog-single-content__body .aligncenter {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.nexo-blog-single .nexo-blog-single-content__body figure img,
.nexo-blog-single .nexo-blog-single-content__body .wp-caption img,
.nexo-blog-single .nexo-blog-single-content__body .wp-block-image img,
.nexo-blog-single .nexo-blog-single-content__body .aligncenter img {
  margin-right: auto;
  margin-left: auto;
}

.nexo-blog-single .nexo-blog-single-content__body .wp-caption-text,
.nexo-blog-single .nexo-blog-single-content__body figcaption {
  text-align: left;
}

.nexo-blog-single .nexo-blog-single-hero--placeholder,
.nexo-blog-single .nexo-blog-single-related-card__media--placeholder {
  align-items: center;
  background: linear-gradient(
    135deg,
    #242424,
    #484848 72%,
    var(--nexo-single-accent) 150%
  );
  display: flex;
  justify-content: center;
}

.nexo-blog-single .nexo-blog-single-hero__placeholder,
.nexo-blog-single .nexo-blog-single-related-card__media--placeholder span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nexo-blog-single__top-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) 24rem;
}

.nexo-blog-single__top-grid .nexo-blog-single-hero {
  width: 100%;
}

.nexo-blog-single__top-grid .nexo-blog-single-sidebar {
  position: sticky;
  top: 1.5rem;
}

.nexo-blog-single__main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: clamp(2.5rem, 6vw, 5rem);
}

.nexo-blog-single__article-column {
  min-width: 0;
}

.nexo-blog-single .nexo-blog-single-content__header {
  border-bottom: 1px solid var(--nexo-single-line);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.nexo-blog-single .nexo-blog-single-content__category,
.nexo-blog-single .nexo-blog-single-related-card__category {
  color: var(--nexo-single-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nexo-blog-single .nexo-blog-single-content__title {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0.75rem 0 1.25rem;
}

.nexo-blog-single .nexo-blog-single-content__excerpt {
  color: var(--nexo-single-muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.6;
  margin: 0;
  max-width: 48rem;
}

.nexo-blog-single .nexo-blog-single-content__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
  font-weight: 600;
  gap: 0.5rem 1.5rem;
  margin-top: 1.5rem;
}

.nexo-blog-single .nexo-blog-single-content__meta time {
  color: var(--nexo-single-muted);
}

/* Conteúdo editorial do post. */
.nexo-blog-single .nexo-blog-single-content__body {
  font-size: 1.05rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.nexo-blog-single .nexo-blog-single-content__body > * {
  margin-block: 0 1rem;
}

.nexo-blog-single .nexo-blog-single-content__body > :last-child {
  margin-bottom: 0;
}

.nexo-blog-single .nexo-blog-single-content__body p {
  margin: 0 0 0.85rem;
  font-weight: 500;
  line-height: 1.6;
}

.nexo-blog-single .nexo-blog-single-content__body h2 {
  line-height: 1.18;
  margin: 1rem 0 0.55rem;
}

.nexo-blog-single .nexo-blog-single-content__body h3 {
  line-height: 1.2;
  margin: 0.85rem 0 0.5rem;
}

.nexo-blog-single .nexo-blog-single-content__body ul,
.nexo-blog-single .nexo-blog-single-content__body ol {
  margin: 0 0 0.9rem 1.35rem;
  padding-left: 1.1rem;
}

.nexo-blog-single .nexo-blog-single-content__body li + li {
  margin-top: 0.25rem;
}

/* Normaliza espaçamentos de conteúdos legados do SiteOrigin dentro do post. */
.nexo-blog-single .nexo-blog-single-content__body .panel-layout,
.nexo-blog-single .nexo-blog-single-content__body .panel-grid,
.nexo-blog-single .nexo-blog-single-content__body .panel-grid-cell,
.nexo-blog-single .nexo-blog-single-content__body .so-panel,
.nexo-blog-single .nexo-blog-single-content__body .so-widget-sow-editor,
.nexo-blog-single .nexo-blog-single-content__body .textwidget {
  margin-top: 0 !important;
}

.nexo-blog-single .nexo-blog-single-content__body .panel-layout {
  margin-bottom: 0 !important;
}

.nexo-blog-single .nexo-blog-single-content__body .panel-grid,
.nexo-blog-single .nexo-blog-single-content__body .so-panel {
  margin-bottom: 0.7rem !important;
}

.nexo-blog-single .nexo-blog-single-content__body .panel-grid:last-child,
.nexo-blog-single .nexo-blog-single-content__body .so-panel:last-child {
  margin-bottom: 0 !important;
}

.nexo-blog-single .nexo-blog-single-content__body .textwidget > :first-child {
  margin-top: 0 !important;
}

.nexo-blog-single .nexo-blog-single-content__body .textwidget > :last-child {
  margin-bottom: 0 !important;
}

.nexo-blog-single .nexo-blog-single-content__body .textwidget > p {
  margin-bottom: 0.85rem;
}

.nexo-blog-single .nexo-blog-single-content__body .textwidget > h2:first-child {
  margin-top: 0.75rem;
}

.nexo-blog-single .nexo-blog-single-content__body .textwidget > h3:first-child {
  margin-top: 0.65rem;
}

.nexo-blog-single .nexo-blog-single-content__body a {
  color: var(--nexo-single-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.nexo-blog-single .nexo-blog-single-content__body a:hover,
.nexo-blog-single .nexo-blog-single-content__body a:focus {
  color: var(--nexo-single-accent);
  text-decoration: none;
}

.nexo-blog-single .nexo-blog-single-content__body blockquote {
  border-left: 4px solid var(--nexo-single-accent);
  color: #424242;
  font-size: 1.2rem;
  margin-left: 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.nexo-blog-single .nexo-blog-single-content__body img {
  border-radius: 0.8rem;
  max-width: 100%;
  height: auto;
}

/* Evita overflow horizontal em imagens e wrappers legados do conteúdo do post. */
.nexo-blog-single .nexo-blog-single-content__body figure,
.nexo-blog-single .nexo-blog-single-content__body .wp-caption,
.nexo-blog-single .nexo-blog-single-content__body .wp-block-image,
.nexo-blog-single .nexo-blog-single-content__body .aligncenter,
.nexo-blog-single .nexo-blog-single-content__body .alignleft,
.nexo-blog-single .nexo-blog-single-content__body .alignright {
  max-width: 100%;
}

.nexo-blog-single .nexo-blog-single-content__body figure[style],
.nexo-blog-single .nexo-blog-single-content__body .wp-caption[style] {
  width: auto !important;
  max-width: 100% !important;
}

.nexo-blog-single .nexo-blog-single-content__body .wp-caption img,
.nexo-blog-single .nexo-blog-single-content__body figure img {
  max-width: 100%;
  height: auto;
}

.nexo-blog-single .nexo-blog-single-share {
  align-items: center;
  border-block: 1px solid var(--nexo-single-line);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding: 1.5rem 0;
}

.nexo-blog-single .nexo-blog-single-share h2 {
  font-size: 1rem;
  margin: 0;
}

.nexo-blog-single .nexo-blog-single-share ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nexo-blog-single .nexo-blog-single-share__link {
  align-items: center;
  background: var(--nexo-single-ink);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  text-transform: uppercase;
  width: 2.5rem;
}

.nexo-blog-single .nexo-blog-single-share__link img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nexo-blog-single .nexo-blog-single-share__link--whatsapp:hover {
  background: #058846;
}

.nexo-blog-single .nexo-blog-single-share__link--facebook:hover {
  background: #1877f2;
}

.nexo-blog-single .nexo-blog-single-share__link--linkedin:hover {
  background: #0a66c2;
}

.nexo-blog-single .nexo-blog-single-share__link--x:hover,
.nexo-blog-single .nexo-blog-single-share__link:hover {
  background: var(--nexo-single-accent);
}

.nexo-blog-single .nexo-blog-single-share__label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.nexo-blog-single .nexo-blog-single-author {
  align-items: center;
  background: var(--nexo-single-surface);
  border: 1px solid var(--nexo-single-line);
  border-radius: 1rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 5rem 1fr;
  margin-top: 2rem;
  padding: 1.5rem;
}

.nexo-blog-single .nexo-blog-single-author__avatar {
  border-radius: 50%;
  height: 5rem;
  object-fit: cover;
  width: 5rem;
}

.nexo-blog-single .nexo-blog-single-author__avatar--brand {
  border-radius: 0;
  object-fit: contain;
  background: transparent;
}

.nexo-blog-single .nexo-blog-single-author__eyebrow {
  color: var(--nexo-single-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nexo-blog-single .nexo-blog-single-author h2,
.nexo-blog-single .nexo-blog-single-author p {
  margin: 0;
}

.nexo-blog-single .nexo-blog-single-author h2 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.nexo-blog-single .nexo-blog-single-author p:last-child {
  color: var(--nexo-single-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.nexo-blog-single .nexo-blog-single-sidebar {
  display: grid;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;
}

.nexo-blog-single .nexo-blog-single-popular,
.nexo-blog-single .nexo-blog-single-catalog {
  background: var(--nexo-single-surface);
  border: 1px solid var(--nexo-single-line);
  border-radius: 1rem;
}

.nexo-blog-single .nexo-blog-single-popular {
  padding: 1.5rem;
}

.nexo-blog-single .nexo-blog-single-popular > h2 {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

/* Ajuste visual do bloco Mais lidos no post individual */
.nexo-blog-single .nexo-blog-single-popular > h2 {
  font-weight: 700;
}

.nexo-blog-single .nexo-blog-single-popular-card h3 {
  font-weight: 500;
}

.nexo-blog-single .nexo-blog-single-popular-card h3 a {
  font-weight: inherit;
}

.nexo-blog-single .nexo-blog-single-popular-card {
  border-top: 1px solid var(--nexo-single-line);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  padding: 1rem 0;
}

.nexo-blog-single .nexo-blog-single-popular-card__index {
  color: #bcbcbc;
  font-size: 1.15rem;
  font-weight: 700;
}

.nexo-blog-single .nexo-blog-single-popular-card h3 {
  font-size: 0.92rem;
  line-height: 1.35;
  margin: 0;
}

.nexo-blog-single .nexo-blog-single-popular-card a:hover,
.nexo-blog-single .nexo-blog-single-related-card h3 a:hover {
  color: var(--nexo-single-accent);
}

.nexo-blog-single .nexo-blog-single-catalog {
  align-items: flex-end;
  background: var(--nexo-single-ink);
  color: #fff;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr auto;
  min-height: 15rem;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

.nexo-blog-single .nexo-blog-single-catalog img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.45;
  position: absolute;
  width: 100%;
}

.nexo-blog-single .nexo-blog-single-catalog::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent);
  content: "";
  inset: 0;
  position: absolute;
}

.nexo-blog-single .nexo-blog-single-catalog span,
.nexo-blog-single .nexo-blog-single-catalog b {
  font-size: 1.12rem;
  position: relative;
  z-index: 1;
}

.nexo-blog-single .nexo-blog-single-catalog b {
  color: var(--nexo-single-accent);
  font-size: 1.6rem;
}

.nexo-blog-single .nexo-blog-single-related {
  border-top: 1px solid var(--nexo-single-line);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.nexo-blog-single .nexo-blog-single-related__heading p,
.nexo-blog-single .nexo-blog-single-related__heading h2 {
  margin: 0;
}

.nexo-blog-single .nexo-blog-single-related__heading p {
  color: var(--nexo-single-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nexo-blog-single .nexo-blog-single-related__heading h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.035em;
  margin-top: 0.4rem;
}

.nexo-blog-single .nexo-blog-single-related__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.nexo-blog-single .nexo-blog-single-related-card {
  background: var(--nexo-single-surface);
  border: 1px solid var(--nexo-single-line);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.nexo-blog-single .nexo-blog-single-related-card__media {
  aspect-ratio: 16 / 9;
  background: #d8d8d8;
  display: block;
  overflow: hidden;
}

.nexo-blog-single .nexo-blog-single-related-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
  width: 100%;
}

.nexo-blog-single .nexo-blog-single-related-card:hover img {
  transform: scale(1.025);
}

.nexo-blog-single .nexo-blog-single-related-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem;
}

.nexo-blog-single .nexo-blog-single-related-card h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0.55rem 0 0.75rem;
}

.nexo-blog-single .nexo-blog-single-related-card__content > p {
  color: var(--nexo-single-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
}

.nexo-blog-single .nexo-blog-single-related-card__button {
  align-self: flex-start;
  color: var(--nexo-single-accent-dark);
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: auto;
}

.nexo-blog-single .nexo-blog-single-newsletter {
  align-items: center;
  background: #dedede;
  border-radius: 1.25rem;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.75fr);
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4rem);
}

.nexo-blog-single .nexo-blog-single-newsletter__eyebrow {
  color: var(--nexo-single-accent-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nexo-blog-single .nexo-blog-single-newsletter__copy h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0.45rem 0 0.8rem;
}

.nexo-blog-single .nexo-blog-single-newsletter__copy p {
  margin: 0;
}

.nexo-blog-single .nexo-blog-single-newsletter__copy p:last-child {
  color: var(--nexo-single-muted);
  line-height: 1.55;
}

.nexo-blog-single .nexo-blog-single-newsletter__form > label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.nexo-blog-single .nexo-blog-single-newsletter__form > div {
  display: flex;
}

.nexo-blog-single .nexo-blog-single-newsletter__form input {
  border: 1px solid #c7c7c7;
  border-radius: 0.65rem 0 0 0.65rem;
  font: inherit;
  min-width: 0;
  padding: 0.85rem 1rem;
  width: 100%;
}

.nexo-blog-single .nexo-blog-single-newsletter__form button {
  background: var(--nexo-single-accent);
  border: 0;
  border-radius: 0 0.65rem 0.65rem 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.85rem 1.2rem;
  white-space: nowrap;
}

.nexo-blog-single .nexo-blog-single-newsletter__form button:hover {
  background: var(--nexo-single-accent-dark);
}

.nexo-blog-single .nexo-blog-single-newsletter__status {
  color: var(--nexo-single-muted);
  font-size: 0.75rem;
  margin: 0.5rem 0 0;
}

.nexo-blog-single :focus-visible {
  outline: 3px solid rgba(236, 100, 28, 0.45);
  outline-offset: 3px;
}

@media (max-width: 64rem) {
  .nexo-blog-single__main-grid {
    gap: clamp(1.75rem, 4vw, 2.75rem);
    grid-template-columns: 1fr;
    margin-top: clamp(1.75rem, 4vw, 2.75rem);
  }

  .nexo-blog-single__top-grid {
    grid-template-columns: 1fr;
  }

  .nexo-blog-single__top-grid .nexo-blog-single-sidebar {
    position: static;
  }

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

  .nexo-blog-single .nexo-blog-single-content__body {
    line-height: 1.58;
  }

  .nexo-blog-single .nexo-blog-single-content__body > * {
    margin-block-end: 0.85rem;
  }

  .nexo-blog-single .nexo-blog-single-content__body p {
    margin-bottom: 0.8rem;
    line-height: 1.58;
  }

  .nexo-blog-single .nexo-blog-single-content__body .panel-grid,
  .nexo-blog-single .nexo-blog-single-content__body .so-panel {
    margin-bottom: 0.6rem !important;
  }

  .nexo-blog-single .nexo-blog-single-content__body h2 {
    margin: 0.9rem 0 0.5rem;
  }

  .nexo-blog-single .nexo-blog-single-content__body h3 {
    margin: 0.75rem 0 0.45rem;
  }
}

@media (max-width: 47.9375rem) {
  .nexo-blog-single {
    padding: clamp(7rem, 28vw, 9rem) 1rem 3rem;
  }

  .nexo-blog-single__container,
  .nexo-blog-single__main-grid,
  .nexo-blog-single__article-column,
  .nexo-blog-single .nexo-blog-single-content,
  .nexo-blog-single .nexo-blog-single-content__body {
    max-width: 100%;
    min-width: 0;
  }

  .nexo-blog-single .nexo-blog-single-hero {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .nexo-blog-single .nexo-blog-single-content__title {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .nexo-blog-single .nexo-blog-single-content__body {
    line-height: 1.55;
  }

  .nexo-blog-single .nexo-blog-single-content__body > * {
    margin-block-end: 0.75rem;
  }

  .nexo-blog-single .nexo-blog-single-content__body p {
    margin-bottom: 0.7rem;
    line-height: 1.55;
  }

  .nexo-blog-single .nexo-blog-single-content__body .panel-grid,
  .nexo-blog-single .nexo-blog-single-content__body .so-panel {
    margin-bottom: 0.5rem !important;
  }

  .nexo-blog-single .nexo-blog-single-content__body h2 {
    font-size: clamp(2rem, 9vw, 2.5rem);
    line-height: 1.15;
    margin: 0.85rem 0 0.45rem;
  }

  .nexo-blog-single .nexo-blog-single-content__body h3 {
    font-size: clamp(1.5rem, 7vw, 2rem);
    line-height: 1.2;
    margin: 0.7rem 0 0.4rem;
  }

  .nexo-blog-single .nexo-blog-single-content__body figure,
  .nexo-blog-single .nexo-blog-single-content__body .wp-caption,
  .nexo-blog-single .nexo-blog-single-content__body .wp-block-image {
    width: auto !important;
    max-width: 100% !important;
  }

  .nexo-blog-single .nexo-blog-single-content__body img {
    max-width: 100% !important;
    height: auto !important;
  }

  .nexo-blog-single .nexo-blog-single-share {
    align-items: flex-start;
    flex-direction: column;
  }

  .nexo-blog-single .nexo-blog-single-author {
    align-items: start;
    grid-template-columns: 3.75rem 1fr;
    padding: 1.25rem;
  }

  .nexo-blog-single .nexo-blog-single-author__avatar {
    height: 3.75rem;
    width: 3.75rem;
  }

  .nexo-blog-single .nexo-blog-single-sidebar,
  .nexo-blog-single .nexo-blog-single-related__grid,
  .nexo-blog-single .nexo-blog-single-newsletter {
    grid-template-columns: 1fr;
  }

  .nexo-blog-single .nexo-blog-single-catalog {
    min-height: 12rem;
  }

  .nexo-blog-single .nexo-blog-single-newsletter__form > div {
    flex-direction: column;
    gap: 0.6rem;
  }

  .nexo-blog-single .nexo-blog-single-newsletter__form input,
  .nexo-blog-single .nexo-blog-single-newsletter__form button {
    border-radius: 0.65rem;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nexo-blog-single *,
  .nexo-blog-single *::before,
  .nexo-blog-single *::after {
    transition-duration: 0.01ms !important;
  }
}
