.gmb-blog-main,
.gmb-article-main {
  overflow-x: clip;
}

.gmb-blog-hero {
  padding-block: var(--gm-space-5);
  background: var(--gm-light);
  color: var(--gm-ink);
}

.gmb-blog-hero__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--gm-space-3);
}

.gmb-blog-hero__copy {
  min-width: 0;
  max-width: 52rem;
}

.gmb-blog-hero__copy .gm-kicker,
.gmb-blog-panel__head .gm-kicker,
.gmb-article-header .gm-kicker,
.article-mac-promo .gm-kicker,
.gmb-blog-cta .gm-kicker {
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
}

.gmb-blog-hero__copy .gm-kicker + h1,
.gmb-blog-panel__head .gm-kicker + h2,
.gmb-article-header .gm-kicker + h1,
.article-mac-promo .gm-kicker + h2,
.gmb-blog-cta .gm-kicker + h2 {
  margin-top: var(--gm-space-2);
}

.gmb-blog-hero h1 {
  max-width: 13ch;
  margin-bottom: var(--gm-space-2);
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-6);
  line-height: 1.08;
  letter-spacing: -.04em;
  color: var(--gm-dark);
}

.gmb-blog-hero p {
  max-width: 44rem;
  margin: 0;
  font-size: var(--gm-text-3);
  line-height: 1.65;
  color: var(--gm-muted);
}

.gmb-blog-count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--gm-space-1);
  padding: var(--gm-space-1) var(--gm-space-2);
  border-radius: var(--gm-radius-sm);
  background: var(--gm-accent-soft);
  color: var(--gm-dark);
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-1);
}

.gmb-blog-count[hidden] {
  display: none;
}

#blg-article-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding-inline: .35rem;
  border-radius: 999px;
  background: var(--gm-dark);
  color: var(--gm-light);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.gmb-blog-stream {
  background: var(--gm-band);
  color: var(--gm-ink);
}

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

.gmb-blog-panel[hidden] {
  display: none;
}

.gmb-blog-panel + .gmb-blog-panel {
  margin-top: var(--gm-space-6);
}

.gmb-blog-panel__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 48rem;
  margin-bottom: var(--gm-space-3);
}

.gmb-blog-panel__head h2 {
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-5);
  line-height: 1.15;
  color: var(--gm-dark);
}

.blg-magazine {
  margin-bottom: var(--gm-space-3);
}

.blg-magazine[hidden],
.blog-grid[hidden],
.gmb-blog-empty[hidden] {
  display: none;
}

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

.blg-featured {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--gm-radius-lg);
  background: var(--gm-surface, #fff);
  color: var(--gm-ink);
  box-shadow: 0 1.25rem 3rem color-mix(in srgb, var(--gm-dark) 12%, transparent);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blg-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.5rem 3.5rem color-mix(in srgb, var(--gm-dark) 18%, transparent);
}

.blg-featured:focus-visible {
  outline: 3px solid var(--gm-primary);
  outline-offset: 4px;
}

.blg-featured__media {
  position: relative;
  min-width: 0;
  height: clamp(15rem, 24vw, 18rem);
  overflow: hidden;
  background: var(--gm-dark);
  color: #fff;
}

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

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

.blg-featured__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, color-mix(in srgb, var(--gm-dark) 92%, transparent), color-mix(in srgb, var(--gm-dark) 4%, transparent) 72%);
  pointer-events: none;
}

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

.blg-featured__pill {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  padding: .45em .85em;
  border-radius: 999px;
  background: var(--gm-accent);
  color: var(--gm-dark);
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-0);
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.blg-featured__hl {
  max-width: 24ch;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(1.65rem, 3.6vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -.025em;
  color: #fff;
  overflow-wrap: anywhere;
}

.blg-featured__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: var(--gm-space-3) var(--gm-space-4);
  background: #fff;
  color: var(--gm-ink);
}

.blg-featured__excerpt {
  margin: 0;
  font-size: var(--gm-text-2);
  line-height: 1.7;
  color: var(--gm-muted);
}

.blg-featured__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gm-space-2);
  min-width: 0;
  margin-top: var(--gm-space-3);
  padding-top: var(--gm-space-2);
  border-top: 1px solid var(--gm-line);
  color: var(--gm-muted);
}

.blg-featured__hint {
  min-width: 0;
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-1);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.blog-grid,
.blg-grid,
.blg-grid--rest,
.blg-grid--openclaw-rest {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  gap: var(--gm-space-3);
  min-width: 0;
}

.blg-compact {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border-radius: var(--gm-radius-md);
  background: #fff;
  color: var(--gm-ink);
  box-shadow: 0 .8rem 2rem color-mix(in srgb, var(--gm-dark) 9%, transparent);
}

.blg-compact .blg-featured__media {
  display: none;
  width: 0;
  height: 0;
}

.blg-compact .blg-featured__body {
  gap: var(--gm-space-2);
  min-height: 20rem;
  padding: var(--gm-space-3);
  border-radius: inherit;
}

.blg-compact .blg-featured__pill {
  position: static;
  order: 0;
  color: var(--gm-dark);
}

.blg-compact .blg-featured__hl {
  position: static;
  order: 1;
  max-width: none;
  color: var(--gm-dark);
  font-size: var(--gm-text-4);
  line-height: 1.3;
}

.blg-compact .blg-featured__excerpt {
  order: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.blg-compact .blg-featured__meta {
  order: 3;
  margin-top: auto;
}

.gmb-blog-empty {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: var(--gm-space-4);
  align-items: start;
  padding: var(--gm-space-4);
  border-radius: var(--gm-radius-lg);
  background: var(--gm-light);
  color: var(--gm-ink);
}

.gmb-blog-empty__copy {
  min-width: 0;
}

.gmb-blog-empty__copy .c-badge {
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
}

.gmb-blog-empty__copy .c-badge + h3 {
  margin-top: var(--gm-space-2);
}

.gmb-blog-empty__copy h3 {
  margin-bottom: var(--gm-space-1);
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-4);
  color: var(--gm-dark);
}

.gmb-blog-empty__copy p {
  margin: 0;
  line-height: 1.7;
  color: var(--gm-muted);
}

.gmb-blog-empty__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
  gap: var(--gm-space-2);
  min-width: 0;
}

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

.gmb-blog-empty__link:hover {
  transform: translateY(-3px);
  background: var(--gm-accent-soft);
}

.gmb-blog-empty__link:focus-visible {
  outline: 3px solid var(--gm-primary);
  outline-offset: 3px;
}

.gmb-blog-empty__link strong {
  font-family: Sora, sans-serif;
  color: var(--gm-dark);
}

.gmb-blog-empty__link span {
  font-size: var(--gm-text-1);
  line-height: 1.55;
  color: var(--gm-muted);
}

.gmb-blog-cta {
  background: var(--gm-light);
}

.gmb-blog-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, .4fr);
  gap: var(--gm-space-4);
  align-items: center;
  padding: var(--gm-space-4);
  border-radius: var(--gm-radius-lg);
  background: var(--gm-dark);
  color: var(--gm-light);
}

.gmb-blog-cta__card h2 {
  margin-bottom: var(--gm-space-1);
  color: var(--gm-light);
}

.gmb-blog-cta__card p {
  max-width: 44rem;
  margin: 0;
  color: color-mix(in srgb, var(--gm-light) 78%, transparent);
}

.gmb-blog-cta__card .gm-kicker {
  color: #2b2418;
  background: #f4c95d;
}

.gmb-blog-cta__card .gm-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: var(--gm-space-2);
  min-width: 0;
}

.gmb-blog-cta__card .c-btn {
  width: 100%;
  text-align: center;
}

.gmb-blog-cta__card .c-btn--ghost {
  border-color: color-mix(in srgb, var(--gm-light) 48%, transparent);
  color: var(--gm-light);
}

.gmb-article-main {
  padding-bottom: var(--gm-space-6);
  background: var(--gm-light);
  color: var(--gm-ink);
}

.gmb-article-frame {
  width: min(100%, 56rem);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 1.5rem);
}

.gmb-article-breadcrumb ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--gm-space-1);
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gmb-article-breadcrumb li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: var(--gm-space-1);
  font-size: var(--gm-text-1);
  color: var(--gm-muted);
}

.gmb-article-breadcrumb li + li::before {
  content: "/";
  flex: 0 0 auto;
  color: var(--gm-control-line);
}

.gmb-article-breadcrumb a {
  color: var(--gm-primary-paper);
  text-decoration: none;
}

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

.gmb-article-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: var(--gm-space-3);
}

.gmb-article-header h1 {
  max-width: 18ch;
  margin-bottom: var(--gm-space-2);
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-6);
  line-height: 1.1;
  letter-spacing: -.04em;
  color: var(--gm-dark);
  overflow-wrap: anywhere;
}

.gmb-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gm-space-1);
}

.blog-article-date,
.blog-article-lead {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  min-height: 2rem;
  margin: 0;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-1);
  line-height: 1.2;
}

.blog-article-date {
  background: var(--gm-accent);
  color: var(--gm-dark);
  font-variant-numeric: tabular-nums;
}

.blog-article-lead {
  gap: .3em;
  background: var(--gm-band);
  color: var(--gm-muted);
}

.article-hero {
  width: 100%;
  margin: 0 0 var(--gm-space-3);
}

.article-hero img {
  display: block;
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
  border-radius: var(--gm-radius-lg);
  background: var(--gm-band-cool);
  box-shadow: 0 1.2rem 2.8rem color-mix(in srgb, var(--gm-dark) 12%, transparent);
}

.blog-article-body {
  width: 100%;
  font-size: var(--gm-text-2);
  line-height: 1.75;
  color: var(--gm-ink);
}

.blog-article-body h2,
.blog-article-body h3 {
  font-family: Sora, sans-serif;
  color: var(--gm-dark);
  scroll-margin-top: 7rem;
}

.blog-article-body h2 {
  margin: var(--gm-space-4) 0 var(--gm-space-2);
  font-size: var(--gm-text-5);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.blog-article-body h3 {
  margin: var(--gm-space-3) 0 var(--gm-space-1);
  font-size: var(--gm-text-4);
  line-height: 1.3;
}

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

.blog-article-body ul,
.blog-article-body ol {
  margin: 0 0 var(--gm-space-3);
  padding-left: var(--gm-space-3);
}

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

.blog-article-body a:not(.c-btn) {
  color: var(--gm-primary-paper);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.blog-article-body a:not(.c-btn):hover {
  color: var(--gm-primary-deep);
}

.blog-article-body a:not(.c-btn):focus-visible {
  outline: 2px solid var(--gm-primary);
  outline-offset: 3px;
}

.blog-article-body blockquote {
  margin: var(--gm-space-3) 0;
  padding: var(--gm-space-2) var(--gm-space-3);
  border-left: .25rem solid var(--gm-accent);
  border-radius: 0 var(--gm-radius-md) var(--gm-radius-md) 0;
  background: var(--gm-band);
  color: var(--gm-ink);
}

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

.blog-article-body pre {
  max-width: 100%;
  margin: var(--gm-space-3) 0;
  padding: var(--gm-space-3);
  overflow-x: auto;
  border-radius: var(--gm-radius-md);
  background: var(--gm-dark);
  color: var(--gm-light);
  font-size: var(--gm-text-1);
  line-height: 1.65;
  tab-size: 2;
}

.blog-article-body pre code {
  color: inherit;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.blog-article-body code:not(pre code) {
  padding: .15em .4em;
  border-radius: .3rem;
  background: var(--gm-band);
  color: var(--gm-dark);
  font-size: .92em;
  overflow-wrap: anywhere;
}

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

.blog-article-body dt {
  margin-top: var(--gm-space-2);
  font-family: Sora, sans-serif;
  font-weight: 700;
  color: var(--gm-dark);
}

.blog-article-body dd {
  margin: var(--gm-space-1) 0 0;
  padding-left: var(--gm-space-2);
  border-left: 2px solid var(--gm-accent);
  color: var(--gm-muted);
}

.blog-article-body table {
  display: table;
  width: 100%;
  max-width: 100%;
  margin: var(--gm-space-3) 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  color: var(--gm-ink);
  font-variant-numeric: tabular-nums;
}

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

.blog-article-body th {
  background: var(--gm-band);
  color: var(--gm-dark);
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-1);
}

.blog-article-body mark {
  padding: .08em .2em;
  background: linear-gradient(transparent 35%, var(--gm-accent-soft) 35%);
  color: var(--gm-dark);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.blog-article-body del {
  color: var(--gm-muted);
}

.blog-article-body > img,
.blog-article-body figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--gm-radius-md);
  box-shadow: 0 .8rem 2rem color-mix(in srgb, var(--gm-dark) 10%, transparent);
}

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

.blog-article-body figcaption {
  margin-top: var(--gm-space-1);
  text-align: center;
  font-size: var(--gm-text-1);
  line-height: 1.5;
  color: var(--gm-muted);
}

.article-toc {
  margin: 0 0 var(--gm-space-3);
  padding: var(--gm-space-3);
  border-left: .3rem solid var(--gm-accent);
  border-radius: var(--gm-radius-md);
  background: #fff;
  color: var(--gm-ink);
  box-shadow: 0 .7rem 1.8rem color-mix(in srgb, var(--gm-dark) 7%, transparent);
}

.article-toc__title {
  display: block;
  margin-bottom: var(--gm-space-2);
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-3);
  color: var(--gm-dark);
}

.article-toc ol.article-toc__list,
.article-toc ul.article-toc__sublist {
  margin-bottom: 0;
}

.article-toc__list {
  padding-left: var(--gm-space-3);
}

.article-toc__list li::marker,
.article-toc__sublist li::marker {
  color: var(--gm-primary-paper);
  font-family: Sora, sans-serif;
  font-weight: 700;
}

.article-toc__sublist {
  margin-top: var(--gm-space-1);
  padding-left: var(--gm-space-3);
}

.article-faq {
  margin: var(--gm-space-3) 0;
}

.article-faq__item {
  overflow: hidden;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius-md);
  background: #fff;
  color: var(--gm-ink);
}

.article-faq__item + .article-faq__item {
  margin-top: var(--gm-space-2);
}

.article-faq__q {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: var(--gm-space-2);
  padding: var(--gm-space-2);
  color: var(--gm-dark);
  font-family: Sora, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.article-faq__q::marker {
  color: var(--gm-primary-paper);
}

.article-faq__a {
  padding: 14px var(--gm-space-2) var(--gm-space-2);
  border-top: 1px solid var(--gm-line);
  background: var(--gm-light);
  color: var(--gm-ink);
}

.article-faq__a p {
  margin-bottom: 0;
}

.article-further-reading {
  margin: var(--gm-space-3) 0;
  padding: var(--gm-space-3);
  border-radius: var(--gm-radius-lg);
  background: var(--gm-band-cool);
  color: var(--gm-ink);
}

.article-further-reading h3 {
  margin-top: 0;
}

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

.article-further-reading li {
  margin: 0;
}

.article-cta-link {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: var(--gm-space-2);
  padding: var(--gm-space-2);
  border: 1px solid var(--gm-control-line);
  border-radius: var(--gm-radius-md);
  background: #fff;
  color: var(--gm-primary-paper);
  font-family: Sora, sans-serif;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.article-cta-link::after {
  content: "→";
  flex: 0 0 auto;
}

.article-cta-link:hover {
  transform: translateY(-3px);
  border-color: var(--gm-primary);
}

.article-mac-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, .35fr);
  gap: var(--gm-space-3);
  align-items: center;
  margin: var(--gm-space-3) 0 0;
  padding: var(--gm-space-4);
  border-radius: var(--gm-radius-lg);
  background: var(--gm-dark);
  color: var(--gm-light);
}

.article-mac-promo__copy {
  min-width: 0;
}

.article-mac-promo h2 {
  margin-bottom: var(--gm-space-1);
  color: var(--gm-light);
}

.article-mac-promo p {
  margin: 0;
  color: color-mix(in srgb, var(--gm-light) 78%, transparent);
}

.article-mac-promo .gm-kicker {
  color: #2b2418;
  background: #f4c95d;
}

.article-mac-promo .c-btn {
  width: 100%;
  background: var(--gm-light);
  color: var(--gm-primary-deep);
  text-align: center;
}

.article-float {
  position: fixed;
  right: var(--gm-space-3);
  bottom: var(--gm-space-3);
  z-index: 120;
  width: min(18rem, calc(100vw - 3rem));
  overflow: hidden;
  padding: var(--gm-space-3);
  border-top: .3rem solid var(--gm-accent);
  border-radius: var(--gm-radius-md);
  background: var(--gm-dark);
  color: var(--gm-light);
  box-shadow: 0 1.3rem 3rem color-mix(in srgb, var(--gm-dark) 35%, transparent);
}

.article-float[hidden] {
  display: none;
}

.article-float__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gm-space-2);
  margin-bottom: var(--gm-space-2);
}

.article-float__title {
  min-width: 0;
  font-family: Sora, sans-serif;
  font-size: var(--gm-text-2);
  line-height: 1.45;
  color: var(--gm-light);
  overflow-wrap: anywhere;
}

.article-float__close {
  display: inline-flex;
  flex: 0 0 auto;
  width: 1.9rem;
  height: 1.9rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--gm-light) 42%, transparent);
  border-radius: var(--gm-radius-sm);
  background: transparent;
  color: var(--gm-light);
  cursor: pointer;
}

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

.article-float__close:hover {
  background: color-mix(in srgb, var(--gm-light) 12%, transparent);
}

.article-float__close:focus-visible {
  outline: 2px solid var(--gm-accent);
  outline-offset: 2px;
}

.article-float__link {
  display: flex;
  width: 100%;
  justify-content: center;
  background: var(--gm-accent);
  color: var(--gm-dark);
  text-align: center;
}

@media (max-width: 56.25rem) {
  .article-float {
    display: none;
  }
}

@media (max-width: 48rem) {
  .gmb-blog-hero {
    padding-block: var(--gm-space-4);
  }

  .gmb-blog-hero__row {
    align-items: flex-start;
    flex-direction: column;
  }

  .gmb-blog-empty,
  .gmb-blog-cta__card,
  .article-mac-promo {
    grid-template-columns: minmax(0, 1fr);
  }

  .gmb-blog-cta__card .gm-actions {
    width: 100%;
  }

  .blg-featured__media {
    height: clamp(15rem, 70vw, 21rem);
  }

  .blg-featured__overlay,
  .blg-featured__body {
    padding: var(--gm-space-3);
  }
}

@media (max-width: 24.375rem) {
  .gmb-blog-hero h1,
  .gmb-article-header h1 {
    font-size: clamp(2.15rem, 12vw, 3rem);
  }

  .gmb-blog-empty,
  .gmb-blog-cta__card,
  .article-mac-promo {
    padding: var(--gm-space-3);
  }

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

  .gmb-article-breadcrumb [aria-current="page"] {
    max-width: 16ch;
  }

  .gmb-article-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-article-date,
  .blog-article-lead {
    white-space: normal;
  }
}

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

  .blg-featured:hover,
  .gmb-blog-empty__link:hover,
  .article-cta-link:hover {
    transform: none;
  }
}
