.dfao-blog-page,
.dfao-blog-page *,
.dfao-related-posts,
.dfao-related-posts * {
  box-sizing: border-box;
}

.dfao-blog-page {
  --dfao-blog-navy: #082d61;
  --dfao-blog-blue: #245bc3;
  --dfao-blog-green: #62c67b;
  --dfao-blog-ink: #42566f;
  --dfao-blog-line: #dce5ef;
  width: 100%;
  overflow: hidden;
  color: var(--dfao-blog-ink);
  background: #fff;
  font-family: inherit;
}

.dfao-blog-page a,
.dfao-related-posts a {
  text-decoration: none;
}

.dfao-blog-page .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dfao-blog-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  padding: clamp(72px, 8vw, 116px) 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(98, 198, 123, 0.2), transparent 25%),
    linear-gradient(115deg, #f8fbfd 0%, #edf5f7 52%, #e7f0fa 100%);
}

.dfao-blog-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: clamp(42px, 6vw, 80px);
  width: min(100%, 1240px);
  margin: 0 auto;
}

.dfao-blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #73859a;
  font-size: 0.9rem;
  line-height: 1.4;
}

.dfao-blog-breadcrumb a {
  color: var(--dfao-blog-blue);
}

.dfao-blog-hero__eyebrow,
.dfao-blog-tools__eyebrow {
  margin: 0 0 16px;
  color: #267140;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dfao-blog-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--dfao-blog-navy);
  font-size: clamp(2.65rem, 4.45vw, 4.85rem);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.dfao-blog-hero__copy > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: #526981;
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.75;
}

.dfao-blog-hero__visual {
  position: relative;
  display: grid;
  width: min(100%, 390px);
  min-height: 330px;
  justify-self: end;
  place-items: center;
  border: 1px solid rgba(36, 91, 195, 0.13);
  border-radius: 50% 50% 46% 54% / 54% 46% 54% 46%;
  background:
    linear-gradient(145deg, rgba(36, 91, 195, 0.94), rgba(8, 45, 97, 0.98));
  box-shadow: 0 40px 100px rgba(8, 45, 97, 0.2);
  animation: dfao-blog-visual-float 8s ease-in-out infinite;
}

.dfao-blog-hero__visual::before,
.dfao-blog-hero__visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.dfao-blog-hero__visual::before {
  width: 76%;
  aspect-ratio: 1;
}

.dfao-blog-hero__visual::after {
  width: 48%;
  aspect-ratio: 1;
}

.dfao-blog-hero__lens {
  position: relative;
  z-index: 2;
  display: grid;
  width: 132px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, #74d58a 0 7%, #2e68ca 8% 39%, #0a3168 73%);
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.04), 0 30px 65px rgba(1, 19, 45, 0.33);
}

.dfao-blog-hero__lens span {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.dfao-blog-hero__lens span:nth-child(1) {
  width: 120%;
  height: 120%;
}

.dfao-blog-hero__lens span:nth-child(2) {
  width: 150%;
  height: 150%;
}

.dfao-blog-hero__lens span:nth-child(3) {
  width: 184%;
  height: 184%;
}

.dfao-blog-hero__visual > p {
  position: absolute;
  right: 10%;
  bottom: 8%;
  z-index: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: right;
}

.dfao-blog-hero__visual > p strong {
  color: #fff;
  font-size: 1.05rem;
}

.dfao-blog-hero__orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(36, 91, 195, 0.11);
  border-radius: 50%;
  pointer-events: none;
  animation: dfao-blog-orbit 22s linear infinite;
}

.dfao-blog-hero__orbit--one {
  top: -240px;
  right: -170px;
  width: 620px;
  height: 620px;
}

.dfao-blog-hero__orbit--two {
  bottom: -320px;
  left: -230px;
  width: 710px;
  height: 710px;
  animation-direction: reverse;
}

.dfao-blog-browser {
  padding: clamp(80px, 9vw, 138px) 28px;
  background: #fff;
}

.dfao-blog-browser__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.dfao-blog-tools {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}

.dfao-blog-tools h2 {
  margin: 0;
  color: var(--dfao-blog-navy);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.dfao-blog-search {
  display: flex;
  width: min(100%, 430px);
  padding: 6px;
  border: 1px solid var(--dfao-blog-line);
  border-radius: 16px;
  background: #f8fafc;
}

.dfao-blog-search input {
  min-width: 0;
  flex: 1;
  padding: 13px 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dfao-blog-navy);
  font: inherit;
  font-size: 1rem;
}

.dfao-blog-search button {
  flex: 0 0 auto;
  padding: 12px 20px;
  border: 0;
  border-radius: 11px;
  background: var(--dfao-blog-blue);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.dfao-blog-search:focus-within {
  border-color: rgba(36, 91, 195, 0.55);
  box-shadow: 0 0 0 4px rgba(36, 91, 195, 0.1);
}

.dfao-blog-categories {
  display: flex;
  gap: 10px;
  padding: 4px 0 24px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.dfao-blog-categories a {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid var(--dfao-blog-line);
  border-radius: 999px;
  color: #51667e;
  background: #fff;
  font-size: 0.93rem;
  font-weight: 700;
  transition: 180ms ease;
}

.dfao-blog-categories a:hover,
.dfao-blog-categories a:focus-visible,
.dfao-blog-categories a.is-active {
  border-color: var(--dfao-blog-blue);
  background: var(--dfao-blog-blue);
  color: #fff;
}

.dfao-blog-filter-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 4px 0 30px;
  padding: 15px 18px;
  border-left: 4px solid var(--dfao-blog-green);
  border-radius: 8px 14px 14px 8px;
  background: #f2f8f4;
}

.dfao-blog-filter-status a {
  color: var(--dfao-blog-blue);
  font-weight: 750;
}

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

.dfao-blog-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 45, 97, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(8, 45, 97, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dfao-blog-card:hover {
  border-color: rgba(36, 91, 195, 0.28);
  box-shadow: 0 26px 70px rgba(8, 45, 97, 0.14);
  transform: translateY(-6px);
}

.dfao-blog-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10.2;
  overflow: hidden;
  background: #eaf1f8;
}

.dfao-blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 500ms ease;
}

/* Fotografias verticais não devem perder rosto, cabeça ou informações da imagem. */
.dfao-blog-card__media--portrait {
  background:
    radial-gradient(circle at 50% 34%, rgba(113, 196, 126, 0.14), transparent 33%),
    linear-gradient(145deg, #f6f9fc, #eaf1f8);
}

.dfao-blog-card__media--portrait img {
  object-fit: contain;
}

.dfao-blog-card:hover .dfao-blog-card__media img {
  transform: scale(1.045);
}

.dfao-blog-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f5ed, #e5eefb);
}

.dfao-blog-card__placeholder i {
  position: absolute;
  border: 1px solid rgba(36, 91, 195, 0.16);
  border-radius: 50%;
}

.dfao-blog-card__placeholder i:first-child {
  width: 68%;
  aspect-ratio: 1;
}

.dfao-blog-card__placeholder i:nth-child(2) {
  width: 92%;
  aspect-ratio: 1;
}

.dfao-blog-card__placeholder strong {
  display: grid;
  z-index: 2;
  width: 82px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--dfao-blog-blue);
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 20px 45px rgba(36, 91, 195, 0.25);
}

.dfao-blog-card__body {
  min-width: 0;
  padding: 25px 25px 27px;
}

.dfao-blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: #75879b;
  font-size: 0.82rem;
  font-weight: 650;
}

.dfao-blog-card__meta span {
  color: #267140;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dfao-blog-card h2,
.dfao-blog-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.65vw, 1.75rem);
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.dfao-blog-card h2 a,
.dfao-blog-card h3 a {
  color: var(--dfao-blog-navy);
}

.dfao-blog-card__body > p {
  margin: 17px 0 22px;
  color: #5e7187;
  font-size: 1rem;
  line-height: 1.7;
}

.dfao-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dfao-blog-blue);
  font-weight: 780;
}

.dfao-blog-card__link span {
  transition: transform 180ms ease;
}

.dfao-blog-card__link:hover span {
  transform: translateX(4px);
}

.dfao-blog-card--featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
}

.dfao-blog-card--featured .dfao-blog-card__media {
  width: calc(100% - 24px);
  height: clamp(330px, 31vw, 410px);
  min-height: 0;
  aspect-ratio: auto;
  margin: 24px 0 24px 24px;
  border-radius: 18px;
}

.dfao-blog-card--featured .dfao-blog-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 3.3vw, 42px);
}

.dfao-blog-card--featured h2 {
  font-size: clamp(1.65rem, 2.25vw, 2.3rem);
}

.dfao-blog-card--featured .dfao-blog-card__link {
  margin-top: auto;
}

.dfao-blog-pagination {
  margin-top: 58px;
}

.dfao-blog-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dfao-blog-pagination a.page-numbers,
.dfao-blog-pagination span.page-numbers {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 12px;
  place-items: center;
  border: 1px solid var(--dfao-blog-line);
  border-radius: 11px;
  color: var(--dfao-blog-navy);
  background: #fff;
  font-weight: 750;
}

.dfao-blog-pagination .prev,
.dfao-blog-pagination .next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dfao-blog-pagination .current,
.dfao-blog-pagination a:hover {
  border-color: var(--dfao-blog-blue);
  background: var(--dfao-blog-blue);
  color: #fff;
}

.dfao-blog-empty {
  margin-top: 34px;
  padding: clamp(48px, 7vw, 88px) 24px;
  border: 1px solid var(--dfao-blog-line);
  border-radius: 28px;
  background: #f8fafc;
  text-align: center;
}

.dfao-blog-empty > div {
  position: relative;
  display: grid;
  width: 92px;
  aspect-ratio: 1;
  margin: 0 auto 28px;
  place-items: center;
  border: 1px solid rgba(36, 91, 195, 0.2);
  border-radius: 50%;
}

.dfao-blog-empty > div::before,
.dfao-blog-empty > div::after {
  position: absolute;
  border: 1px solid rgba(36, 91, 195, 0.14);
  border-radius: 50%;
  content: "";
}

.dfao-blog-empty > div::before {
  width: 62%;
  height: 62%;
}

.dfao-blog-empty > div::after {
  width: 28%;
  height: 28%;
  background: var(--dfao-blog-blue);
}

.dfao-blog-empty h2 {
  margin: 0;
  color: var(--dfao-blog-navy);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.dfao-blog-empty p {
  margin: 14px 0 24px;
  font-size: 1.06rem;
}

.dfao-blog-empty a {
  display: inline-flex;
  padding: 13px 20px;
  border-radius: 11px;
  background: var(--dfao-blog-blue);
  color: #fff;
  font-weight: 750;
}

/* Artigo interno --------------------------------------------------------- */

body.dfao-managed-single-post {
  background: #f7fafc;
}

body.dfao-managed-single-post .entry-title:empty,
body.dfao-managed-single-post .post-title:empty,
body.dfao-managed-single-post h1.entry-title:empty,
body.dfao-managed-single-post .fancy-title-head:has(h1:empty) {
  display: none !important;
}

body.dfao-managed-single-post .entry-content,
body.dfao-managed-single-post .post-content {
  max-width: none;
}

.dfao-single-article,
.dfao-single-article * {
  box-sizing: border-box;
}

.dfao-single-article {
  --dfao-article-navy: #082d61;
  --dfao-article-blue: #245bc3;
  --dfao-article-green: #62c67b;
  --dfao-article-ink: #334b65;
  width: min(calc(100% - 40px), 1120px);
  margin: clamp(34px, 5vw, 72px) auto 0;
  color: var(--dfao-article-ink);
  font-family: inherit;
}

.dfao-single-article__header {
  width: min(100%, 940px);
  margin: 0 auto;
  text-align: center;
}

.dfao-single-article__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 34px;
  color: #73859a;
  font-size: 0.88rem;
  font-weight: 650;
}

.dfao-single-article__breadcrumb a {
  color: #526b87;
  text-decoration: none;
}

.dfao-single-article__breadcrumb a:hover {
  color: var(--dfao-article-blue);
}

.dfao-single-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  margin-bottom: 20px;
  color: #72849a;
  font-size: 0.88rem;
  font-weight: 680;
}

.dfao-single-article__meta span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  color: #226c3a;
  background: #eaf7ee;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dfao-single-article__header h1 {
  margin: 0;
  color: var(--dfao-article-navy);
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.dfao-single-article__media {
  display: grid;
  width: min(100%, 980px);
  min-height: 300px;
  max-height: 620px;
  margin: clamp(36px, 5vw, 58px) auto clamp(42px, 6vw, 70px);
  padding: clamp(12px, 2vw, 20px);
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(8, 45, 97, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 32%, rgba(98, 198, 123, 0.13), transparent 34%),
    linear-gradient(145deg, #f9fbfd, #eaf1f8);
  box-shadow: 0 24px 70px rgba(8, 45, 97, 0.1);
}

.dfao-single-article__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 580px;
  margin: 0 auto;
  border-radius: 18px;
  object-fit: contain;
}

.dfao-single-article__content {
  width: min(100%, 790px);
  margin: 0 auto;
  color: var(--dfao-article-ink);
  font-size: clamp(1.08rem, 1.2vw, 1.2rem);
  line-height: 1.82;
}

.dfao-single-article__content > :first-child {
  margin-top: 0 !important;
}

.dfao-single-article__content p {
  margin: 0 0 1.45em;
}

.dfao-single-article__content h2 {
  margin: 2.1em 0 0.7em;
  color: var(--dfao-article-navy);
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  font-weight: 770;
  letter-spacing: -0.035em;
  line-height: 1.15;
  text-wrap: balance;
}

.dfao-single-article__content h3 {
  margin: 1.8em 0 0.65em;
  color: var(--dfao-article-navy);
  font-size: clamp(1.38rem, 2.2vw, 1.8rem);
  font-weight: 750;
  line-height: 1.25;
}

.dfao-single-article__content ul,
.dfao-single-article__content ol {
  margin: 0 0 1.6em;
  padding-left: 1.35em;
}

.dfao-single-article__content li {
  margin-bottom: 0.55em;
  padding-left: 0.28em;
}

.dfao-single-article__content li::marker {
  color: var(--dfao-article-green);
  font-weight: 800;
}

.dfao-single-article__content a {
  color: var(--dfao-article-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.dfao-single-article__content blockquote {
  margin: 2em 0;
  padding: 22px 26px;
  border-left: 4px solid var(--dfao-article-green);
  border-radius: 0 16px 16px 0;
  color: #294760;
  background: #f0f7f2;
  font-size: 1.06em;
}

.dfao-single-article__footer {
  display: flex;
  width: min(100%, 790px);
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin: clamp(44px, 6vw, 72px) auto 0;
  padding: 24px 26px;
  border: 1px solid #dce6ef;
  border-radius: 18px;
  color: #64778c;
  background: #f5f8fb;
  font-size: 0.9rem;
  line-height: 1.65;
}

.dfao-single-article__footer p {
  max-width: 590px;
  margin: 0;
}

.dfao-single-article__footer time {
  flex: 0 0 auto;
  font-weight: 700;
}

.dfao-related-posts {
  --dfao-blog-navy: #082d61;
  --dfao-blog-blue: #245bc3;
  --dfao-blog-green: #62c67b;
  width: min(100%, 1180px);
  margin: clamp(70px, 9vw, 120px) auto 30px;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 96% 2%, rgba(98, 198, 123, 0.16), transparent 28%),
    #f4f8fb;
}

.dfao-related-posts__heading {
  margin-bottom: 32px;
}

.dfao-related-posts__heading > p {
  margin: 0 0 8px;
  color: #267140;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dfao-related-posts__heading h2 {
  margin: 0;
  color: var(--dfao-blog-navy);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

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

.dfao-blog-card--related .dfao-blog-card__body {
  padding: 21px;
}

.dfao-blog-card--related .dfao-blog-card__body > p {
  display: none;
}

.dfao-related-posts__all {
  display: inline-flex;
  margin-top: 28px;
  color: var(--dfao-blog-blue);
  font-weight: 780;
}

@keyframes dfao-blog-visual-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotate(1deg);
  }
}

@keyframes dfao-blog-orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1040px) {
  .dfao-blog-hero__inner {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 48px;
  }

  .dfao-blog-hero__visual {
    min-height: 300px;
  }

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

  .dfao-blog-card--featured {
    grid-column: 1 / -1;
    grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
  }
}

@media (max-width: 760px) {
  .dfao-blog-hero {
    min-height: 0;
    padding: 72px 18px 82px;
  }

  .dfao-blog-hero__inner {
    grid-template-columns: 1fr;
  }

  .dfao-blog-breadcrumb {
    margin-bottom: 30px;
  }

  .dfao-blog-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.3rem);
  }

  .dfao-blog-hero__visual {
    width: min(100%, 330px);
    min-height: 280px;
    justify-self: center;
    margin: 0 auto;
  }

  .dfao-blog-browser {
    padding: 72px 18px;
  }

  .dfao-blog-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .dfao-blog-search {
    width: 100%;
  }

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

  .dfao-blog-card--featured {
    display: block;
    grid-column: auto;
  }

  .dfao-blog-card--featured .dfao-blog-card__media {
    width: auto;
    height: auto;
    min-height: 0;
    margin: 14px 14px 0;
    aspect-ratio: 16 / 10;
  }

  .dfao-blog-card--featured .dfao-blog-card__media--portrait {
    aspect-ratio: 4 / 3;
  }

  .dfao-blog-card--featured .dfao-blog-card__body {
    padding: 24px 22px 28px;
  }

  .dfao-blog-filter-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .dfao-blog-pagination ul {
    flex-wrap: wrap;
  }

  .dfao-related-posts {
    padding: 42px 18px;
    border-radius: 22px;
  }

  .dfao-single-article {
    width: min(calc(100% - 30px), 1120px);
    margin-top: 30px;
  }

  .dfao-single-article__breadcrumb {
    justify-content: flex-start;
    margin-bottom: 25px;
  }

  .dfao-single-article__header {
    text-align: left;
  }

  .dfao-single-article__meta {
    justify-content: flex-start;
  }

  .dfao-single-article__header h1 {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
    line-height: 1.08;
  }

  .dfao-single-article__media {
    min-height: 220px;
    margin: 32px auto 42px;
    padding: 10px;
    border-radius: 20px;
  }

  .dfao-single-article__media img {
    max-height: 470px;
    border-radius: 13px;
  }

  .dfao-single-article__content {
    font-size: 1.06rem;
    line-height: 1.75;
  }

  .dfao-single-article__footer {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dfao-blog-hero__visual,
  .dfao-blog-hero__orbit {
    animation: none !important;
  }

  .dfao-blog-card,
  .dfao-blog-card__media img,
  .dfao-blog-card__link span {
    transition: none !important;
  }
}
