.vm-blog-page {
  overflow-x: clip;
}

.vm-article-page {
  overflow-x: clip;
}

.vm-article-breadcrumb {
  padding-top: var(--vm-hero-pad);
}

.vm-blog-page [hidden],
.vm-article-page [hidden],
.article-float[hidden] {
  display: none !important;
}

.vm-blog-hero {
  background: #f4eff1;
  color: #361f2a;
  padding: var(--vm-hero-pad) 0 var(--vm-hero-crumb-pad);
}

.vm-blog-hero__inner,
.vm-blog-hero__copy {
  min-width: 0;
}

.vm-blog-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 54rem;
}

.vm-blog-hero .vm-kicker,
.vm-blog-panel__head .vm-kicker,
.vm-blog-empty .vm-kicker,
.vm-blog-closing .vm-kicker,
.vm-article-header .vm-kicker,
.article-mac-promo .vm-kicker {
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  margin-bottom: var(--vm-space-2);
}

.vm-blog-hero h1 {
  max-width: 18ch;
  margin: 0;
  color: #361f2a;
  font-size: var(--vm-fs-6);
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.vm-blog-hero__copy > p {
  max-width: 48rem;
  margin: var(--vm-space-3) 0 0;
  color: #5d4b53;
  font-size: var(--vm-fs-3);
  line-height: 1.65;
}

.vm-blog-hero__status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--vm-space-2);
  margin-top: var(--vm-space-4);
  color: #5d4b53;
  font-size: var(--vm-fs-1);
}

.vm-blog-count-shell {
  display: inline-flex;
  align-items: center;
  gap: var(--vm-space-1);
  min-height: 2rem;
  padding: var(--vm-space-1) var(--vm-space-2);
  border-radius: 999px;
  background: #171419;
  color: #f7f5f8;
  line-height: 1;
}

#blg-article-count {
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.vm-blog-list-section {
  background: #fafaf8;
  color: #171419;
}

.vm-blog-panel {
  min-width: 0;
}

.vm-blog-panel--series {
  margin-top: var(--vm-space-6);
}

.vm-blog-panel__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: var(--vm-space-4);
}

.vm-blog-panel__head h2,
.vm-blog-empty h2 {
  margin: 0;
  color: inherit;
  font-size: var(--vm-fs-5);
  line-height: 1.2;
}

.blg-magazine {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  margin-bottom: var(--vm-space-3);
  padding-left: 10rem;
}

.blg-magazine::before {
  position: absolute;
  top: 0;
  bottom: calc(var(--vm-space-3) * -1);
  left: 7.25rem;
  width: 1px;
  background: var(--vm-line);
  content: "";
}

.vm-blog-month-label {
  position: absolute;
  top: var(--vm-space-3);
  left: 0;
  width: 6.25rem;
  color: #4d3298;
  font-family: monospace;
  font-size: var(--vm-fs-1);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  text-align: right;
}

.vm-blog-month-label::after {
  position: absolute;
  top: 0.35rem;
  right: -1.48rem;
  width: 0.65rem;
  height: 0.65rem;
  border: 3px solid #fafaf8;
  border-radius: 50%;
  background: #7a1fa2;
  box-shadow: 0 0 0 1px #7a1fa2;
  content: "";
}

.blog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  min-width: 0;
  gap: var(--vm-space-3);
}

.vm-blog-month {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  align-items: stretch;
  min-width: 0;
}

.vm-blog-month__label {
  position: relative;
  margin: 0;
  padding: var(--vm-space-3) var(--vm-space-3) 0 0;
  border-right: 1px solid var(--vm-line);
  color: #4d3298;
  font-family: monospace;
  font-size: var(--vm-fs-1);
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
  text-align: right;
}

.vm-blog-month__label::after {
  position: absolute;
  top: 1.7rem;
  right: -0.38rem;
  width: 0.65rem;
  height: 0.65rem;
  border: 3px solid #fafaf8;
  border-radius: 50%;
  background: #7a1fa2;
  box-shadow: 0 0 0 1px #7a1fa2;
  content: "";
}

.vm-blog-month__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  min-width: 0;
  gap: var(--vm-space-3);
  padding-left: var(--vm-space-4);
}

.blog-card {
  min-width: 0;
  color: #171419;
  text-decoration: none;
}

.blg-featured {
  display: flex;
  grid-column: 1 / -1;
  flex-direction: column;
  align-self: start;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--vm-radius-md);
  background: #ffffff;
  color: #171419;
  box-shadow: var(--vm-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blg-featured:hover {
  transform: translateY(-3px);
}

.blg-featured:focus-visible {
  outline: 3px solid #7a1fa2;
  outline-offset: 4px;
}

.blg-featured__media {
  position: relative;
  width: 100%;
  height: clamp(15rem, 26vw, 19rem);
  min-height: 0;
  overflow: hidden;
  background: #171419;
}

.blg-featured__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.blg-featured:hover .blg-featured__img {
  transform: scale(1.025);
}

.blg-featured__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 20, 25, 0.08) 22%, rgba(23, 20, 25, 0.9) 100%);
  pointer-events: none;
}

.blg-featured__overlay {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vm-space-2);
  padding: var(--vm-space-4);
  color: #ffffff;
}

.blg-featured__pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: var(--vm-space-1) var(--vm-space-2);
  border-radius: 999px;
  background: #ffffff;
  color: #361f2a;
  font-size: var(--vm-fs-0);
  font-weight: 700;
  line-height: 1;
}

.blg-featured__hl {
  max-width: 28ch;
  margin: 0;
  color: #ffffff;
  font-size: var(--vm-fs-5);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.blg-featured__body {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: var(--vm-space-4);
  background: #ffffff;
  color: #171419;
}

.blg-featured__excerpt {
  display: -webkit-box;
  max-width: 64rem;
  margin: 0;
  overflow: hidden;
  color: #5f5b62;
  font-size: var(--vm-fs-2);
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blg-featured__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: var(--vm-space-3);
  padding-top: var(--vm-space-2);
  border-top: 1px solid var(--vm-line);
}

.blg-featured__hint {
  color: #68646c;
  font-family: monospace;
  font-size: var(--vm-fs-0);
  font-variant-numeric: tabular-nums;
}

.blg-featured.blg-compact {
  align-self: stretch;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

.blg-featured.blg-compact .blg-featured__media {
  height: 10rem;
  flex: 0 0 10rem;
}

.blg-featured.blg-compact .blg-featured__shade,
.blg-featured.blg-compact .blg-featured__overlay {
  display: none;
}

.blg-featured.blg-compact .blg-featured__body {
  flex: 1;
  height: 100%;
  padding: var(--vm-space-3);
}

.blg-featured.blg-compact .blg-featured__pill {
  margin-bottom: var(--vm-space-2);
  background: #f4eff1;
  color: #361f2a;
}

.blg-featured.blg-compact .blg-featured__hl {
  display: -webkit-box;
  max-width: none;
  margin: 0 0 var(--vm-space-2);
  overflow: hidden;
  color: #171419;
  font-size: clamp(1.08rem, 2cqi, 1.3rem);
  line-height: 1.3;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blg-featured.blg-compact .blg-featured__excerpt {
  margin-bottom: var(--vm-space-3);
  font-size: var(--vm-fs-1);
  -webkit-line-clamp: 3;
}

.blg-featured.blg-compact .blg-featured__meta {
  margin-top: auto;
  padding-top: var(--vm-space-2);
}

.vm-blog-empty {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: start;
  gap: var(--vm-space-4);
  padding: var(--vm-space-4);
  border-radius: var(--vm-radius-md);
  background: #eef2f6;
  color: #1d2a3a;
}

.vm-blog-empty__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.vm-blog-empty__copy p {
  max-width: 38rem;
  margin: var(--vm-space-2) 0 0;
  color: #526174;
  line-height: 1.65;
}

.vm-blog-empty__links {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--vm-space-2);
  min-width: 0;
}

.vm-blog-empty__link {
  display: flex;
  flex-direction: column;
  gap: var(--vm-space-1);
  min-width: 0;
  padding: var(--vm-space-3);
  border-radius: var(--vm-radius-md);
  background: #ffffff;
  color: #171419;
  text-decoration: none;
  transition: transform 180ms ease;
}

.vm-blog-empty__link:hover {
  transform: translateX(3px);
}

.vm-blog-empty__link:focus-visible {
  outline: 3px solid #7a1fa2;
  outline-offset: 3px;
}

.vm-blog-empty__link strong {
  font-size: var(--vm-fs-3);
}

.vm-blog-empty__link span {
  color: #5f5b62;
  line-height: 1.55;
}

.vm-blog-closing-section {
  padding-top: 0;
  background: #fafaf8;
  color: #171419;
}

.vm-blog-closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, max-content);
  align-items: center;
  gap: var(--vm-space-5);
  padding: var(--vm-space-5);
  border-radius: var(--vm-radius-md);
  background: #171419;
  color: #f7f5f8;
}

.vm-blog-closing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.vm-blog-closing h2 {
  max-width: 22ch;
  margin: 0;
  color: #ffffff;
  font-size: var(--vm-fs-5);
  line-height: 1.2;
}

.vm-blog-closing p {
  max-width: 44rem;
  margin: var(--vm-space-2) 0 0;
  color: #cbc6cd;
  line-height: 1.65;
}

.vm-blog-closing__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--vm-space-2);
  min-width: 0;
}

.vm-blog-closing .c-btn-ghost {
  border-color: color-mix(in srgb, currentColor 40%, transparent);
  color: #f7f5f8;
}

.vm-article-rail,
.article-hero,
.blog-article-body {
  width: min(100%, 58rem);
  margin-inline: auto;
  padding-inline: var(--vm-gutter);
}

.vm-article-breadcrumb .c-breadcrumb,
.vm-article-breadcrumb .c-breadcrumb ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 0;
}

.vm-article-breadcrumb .c-breadcrumb ol {
  width: 100%;
  list-style: none;
}

.vm-article-breadcrumb .c-breadcrumb li {
  min-width: 0;
}

.vm-article-breadcrumb .c-breadcrumb li[aria-current="page"] {
  max-width: 38ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vm-article-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: var(--vm-space-4);
  padding-bottom: var(--vm-space-4);
}

.vm-article-header h1 {
  max-width: 24ch;
  margin: 0;
  color: #171419;
  font-size: var(--vm-fs-6);
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.vm-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--vm-space-2);
  margin-top: var(--vm-space-3);
}

.blog-article-date,
.blog-article-lead {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2rem;
  margin: 0;
  padding: var(--vm-space-1) var(--vm-space-2);
  border-radius: 999px;
  font-family: monospace;
  font-size: var(--vm-fs-0);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.blog-article-date {
  background: #171419;
  color: #f7f5f8;
}

.blog-article-lead {
  gap: 0.35em;
  background: #f1f4f2;
  color: #173127;
}

.article-hero {
  overflow: hidden;
  margin-bottom: var(--vm-space-4);
  border-radius: var(--vm-radius-md);
}

.article-hero img {
  display: block;
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
  border-radius: var(--vm-radius-md);
  box-shadow: var(--vm-shadow);
}

.blog-article-body {
  padding-bottom: var(--vm-space-6);
  color: #2b282d;
  font-size: max(1rem, var(--vm-fs-2));
  line-height: 1.72;
}

.blog-article-body > :first-child {
  margin-top: 0;
}

.blog-article-body h2,
.blog-article-body h3 {
  color: #171419;
  overflow-wrap: anywhere;
  scroll-margin-top: 7rem;
}

.blog-article-body h2 {
  margin: var(--vm-space-5) 0 var(--vm-space-2);
  font-size: var(--vm-fs-5);
  line-height: 1.25;
}

.blog-article-body h3 {
  margin: var(--vm-space-4) 0 var(--vm-space-2);
  font-size: var(--vm-fs-4);
  line-height: 1.3;
}

.blog-article-body p,
.blog-article-body ul,
.blog-article-body ol {
  margin-top: 0;
  margin-bottom: var(--vm-space-3);
}

.blog-article-body ul,
.blog-article-body ol {
  padding-left: var(--vm-space-4);
}

.blog-article-body li {
  margin-bottom: var(--vm-space-1);
}

.blog-article-body a:not(.c-btn) {
  color: #681789;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.blog-article-body a:not(.c-btn):hover,
.blog-article-body a:not(.c-btn):focus-visible {
  color: #4d3298;
}

.blog-article-body pre {
  max-width: 100%;
  overflow-x: auto;
  margin: var(--vm-space-3) 0;
  padding: var(--vm-space-3);
  border-radius: var(--vm-radius-md);
  background: #171419;
  color: #f7f5f8;
  font-size: 0.95rem;
  line-height: 1.6;
}

.blog-article-body code {
  font-family: monospace;
}

.blog-article-body :not(pre) > code {
  padding: 0.15em 0.4em;
  border-radius: var(--vm-radius-sm);
  background: #eef2f6;
  color: #1d2a3a;
}

.blog-article-body blockquote {
  margin: var(--vm-space-3) 0;
  padding: var(--vm-space-3);
  border-left: 3px solid #7a1fa2;
  background: #f4eff1;
  color: #361f2a;
}

.blog-article-body blockquote p:last-child {
  margin-bottom: 0;
}

.blog-article-body dl {
  margin: var(--vm-space-3) 0;
}

.blog-article-body dt {
  color: #171419;
  font-weight: 700;
}

.blog-article-body dd {
  margin: var(--vm-space-1) 0 var(--vm-space-2);
  padding-left: var(--vm-space-2);
  border-left: 2px solid var(--vm-line);
  color: #5f5b62;
}

.blog-article-body mark {
  padding-inline: 0.12em;
  background: linear-gradient(transparent 45%, #eadcf0 45%);
  color: #361f2a;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.blog-article-body del {
  color: #737078;
}

.blog-article-body > img,
.blog-article-body figure {
  max-width: 100%;
  margin: var(--vm-space-3) 0;
}

.blog-article-body > img,
.blog-article-body figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--vm-radius-md);
  box-shadow: var(--vm-shadow);
}

.blog-article-body figcaption {
  margin-top: var(--vm-space-1);
  color: #737078;
  font-size: var(--vm-fs-0);
  line-height: 1.5;
  text-align: center;
}

.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: var(--vm-space-3) 0;
  -webkit-overflow-scrolling: touch;
}

.blog-article-body table {
  display: table;
  width: 100%;
  min-width: 38rem;
  border-collapse: collapse;
  background: #ffffff;
  color: #171419;
  font-size: var(--vm-fs-1);
}

.blog-article-body th,
.blog-article-body td {
  padding: var(--vm-space-2);
  border-bottom: 1px solid var(--vm-line);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.blog-article-body th {
  background: #eef2f6;
  color: #1d2a3a;
  font-weight: 700;
}

.article-toc {
  margin: 0 0 var(--vm-space-4);
  padding: var(--vm-space-4);
  border-left: 4px solid #7a1fa2;
  border-radius: var(--vm-radius-md);
  background: #f1f4f2;
  color: #173127;
}

.article-toc__title {
  margin: 0 0 var(--vm-space-2) !important;
  color: #173127;
  font-size: var(--vm-fs-3);
  font-weight: 800;
}

.article-toc__list,
.article-toc__sublist {
  margin-bottom: 0 !important;
}

.article-toc__list {
  padding-left: var(--vm-space-3) !important;
}

.article-toc__sublist {
  padding-top: var(--vm-space-1);
  padding-left: var(--vm-space-3) !important;
}

.article-toc li::marker {
  color: #681789;
  font-family: monospace;
  font-weight: 700;
}

.article-faq__item {
  margin: var(--vm-space-3) 0;
  padding-inline: var(--vm-space-3);
  border-top: 1px solid var(--vm-line);
  border-bottom: 1px solid var(--vm-line);
  background: #ffffff;
  color: #171419;
}

.article-faq__q {
  padding: var(--vm-space-2) 0;
  color: #171419;
  font-weight: 750;
  cursor: pointer;
}

.article-faq__a {
  padding: var(--vm-space-2) 0;
  border-top: 1px solid var(--vm-line);
  background: #ffffff;
  color: #39353b;
}

.article-faq__a > :last-child {
  margin-bottom: 0;
}

.article-further-reading {
  margin: var(--vm-space-4) 0;
  padding: var(--vm-space-4);
  border-radius: var(--vm-radius-md);
  background: #eef2f6;
  color: #1d2a3a;
}

.article-further-reading h3 {
  margin-top: 0;
  color: #1d2a3a;
}

.article-further-reading ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  gap: var(--vm-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-cta-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  padding: var(--vm-space-2) var(--vm-space-5) var(--vm-space-2) var(--vm-space-3);
  border: 1px solid var(--vm-line);
  border-radius: var(--vm-radius-md);
  background: #ffffff;
  color: #361f2a !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease;
}

.article-cta-link::after {
  position: absolute;
  right: var(--vm-space-3);
  content: "→";
}

.article-cta-link:hover,
.article-cta-link:focus-visible {
  border-color: #7a1fa2;
  color: #361f2a !important;
  transform: translateY(-2px);
}

.article-mac-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, max-content);
  align-items: center;
  gap: var(--vm-space-4);
  margin: var(--vm-space-4) 0 0;
  padding: var(--vm-space-4);
  border-radius: var(--vm-radius-md);
  background: #171419;
  color: #f7f5f8;
}

.article-mac-promo__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.article-mac-promo h2 {
  margin: 0;
  color: #ffffff;
  font-size: var(--vm-fs-4);
}

.article-mac-promo p {
  margin: var(--vm-space-2) 0 0;
  color: #cbc6cd;
}

.article-mac-promo .c-btn-secondary {
  background: #ffffff;
  color: #681789;
}

.article-float {
  position: fixed;
  right: var(--vm-space-3);
  bottom: var(--vm-space-3);
  z-index: 80;
  display: flex;
  flex-direction: column;
  width: min(18rem, calc(100vw - 3rem));
  overflow: hidden;
  padding: var(--vm-space-3);
  border-top: 4px solid #7a1fa2;
  border-radius: var(--vm-radius-md);
  background: #171419;
  color: #f7f5f8;
  box-shadow: var(--vm-shadow);
}

.article-float__bar {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: .65rem;
}

.article-float__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 1.9rem;
  height: 1.9rem;
  margin: 0;
  padding: 0;
  border: 1px solid color-mix(in srgb, currentColor 35%, transparent);
  border-radius: 50%;
  background: transparent;
  color: #f7f5f8;
  cursor: pointer;
}

.article-float__close svg {
  width: 1rem;
  height: 1rem;
}

.article-float__title {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #ffffff;
  font-size: var(--vm-fs-2);
  font-weight: 750;
  line-height: 1.45;
}

.article-float__action {
  width: 100%;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

@media (max-width: 900px) {
  .article-float {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .vm-blog-empty,
  .vm-blog-closing,
  .article-mac-promo {
    grid-template-columns: minmax(0, 1fr);
  }

  .vm-blog-closing__actions {
    align-items: stretch;
  }

  .blg-magazine {
    padding-left: 0;
  }

  .blg-magazine::before {
    display: none;
  }

  .vm-blog-month-label {
    position: relative;
    top: auto;
    left: auto;
    width: fit-content;
    margin-bottom: var(--vm-space-2);
    text-align: left;
  }

  .vm-blog-month-label::after {
    display: none;
  }

  .vm-blog-month {
    grid-template-columns: minmax(0, 1fr);
  }

  .vm-blog-month__label {
    padding: 0 0 var(--vm-space-2);
    border-right: 0;
    border-bottom: 1px solid var(--vm-line);
    text-align: left;
  }

  .vm-blog-month__label::after {
    display: none;
  }

  .vm-blog-month__cards {
    grid-template-columns: minmax(0, 1fr);
    padding: var(--vm-space-3) 0 0;
  }

  .blg-featured__overlay,
  .blg-featured__body,
  .vm-blog-empty,
  .vm-blog-closing,
  .article-toc,
  .article-further-reading,
  .article-mac-promo {
    padding: var(--vm-space-3);
  }

  .vm-blog-hero h1,
  .vm-article-header h1 {
    max-width: none;
  }
}

@media (max-width: 390px) {
  .vm-blog-hero__status,
  .vm-article-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .blg-featured__media {
    height: 14rem;
  }

  .blg-featured__hl {
    font-size: var(--vm-fs-4);
  }

  .vm-blog-closing .c-btn,
  .article-mac-promo .c-btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .blog-article-date,
  .blog-article-lead {
    max-width: 100%;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blg-featured,
  .blg-featured__img,
  .vm-blog-empty__link,
  .article-cta-link {
    transition: none;
  }
}
