/* ============================================================
   AGAed V2 — editorial AGA / ED hubs
   Approved white editorial direction, scoped to .agaed-hub-v2.
   ============================================================ */

.agaed-hub-v2 {
  --hub-white: #ffffff;
  --hub-surface: #f5f7fa;
  --hub-blue-soft: #edf3f7;
  --hub-ink: #0e2a47;
  --hub-text: #31455a;
  --hub-muted: #64778a;
  --hub-sand: #b8956a;
  --hub-sand-dark: #80633e;
  --hub-line: #dce3e9;
  --hub-line-strong: #bdc9d4;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--hub-white);
  color: var(--hub-text);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.agaed-hub-v2,
.agaed-hub-v2 *,
.agaed-hub-v2 *::before,
.agaed-hub-v2 *::after {
  box-sizing: border-box;
}

.agaed-hub-v2 a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.agaed-hub-v2 img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.agaed-hub-v2 .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

.agaed-hub-v2__shell {
  width: min(1180px, calc(100% - 56px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.agaed-hub-v2__section {
  padding: 72px 0;
}

.agaed-hub-v2 a:focus-visible {
  outline: 3px solid #1b4a85;
  outline-offset: 3px;
}

/* Breadcrumb */
.agaed-hub-v2__breadcrumb {
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--hub-white);
}

.agaed-hub-v2__breadcrumb ol {
  min-height: 59px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  color: var(--hub-muted);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.agaed-hub-v2__breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 0;
}

.agaed-hub-v2__breadcrumb li + li::before {
  color: #9aa8b5;
  content: "/";
}

.agaed-hub-v2__breadcrumb a:hover,
.agaed-hub-v2__breadcrumb a:focus-visible {
  color: var(--hub-ink);
}

/* Hero */
.agaed-hub-v2__hero {
  background: var(--hub-white);
}

.agaed-hub-v2__hero-inner {
  min-height: 294px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: center;
  gap: 90px;
  padding-top: 34px;
  padding-bottom: 54px;
}

.agaed-hub-v2__eyebrow {
  margin: 0 0 13px;
  color: var(--hub-sand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.agaed-hub-v2__hero h1 {
  margin: 0;
  color: var(--hub-ink);
  font-size: clamp(44px, 4.4vw, 66px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.agaed-hub-v2__hero-copy > p:last-child {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--hub-text);
  font-size: 16px;
  line-height: 2;
}

.agaed-hub-v2__hero-visual {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1.55;
  display: grid;
  place-items: center;
  justify-self: end;
  overflow: hidden;
  background: var(--hub-white);
}

.agaed-hub-v2__hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Section heading */
.agaed-hub-v2__section-title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 13px;
  border: 0;
  color: var(--hub-ink);
  font-size: clamp(25px, 2.1vw, 32px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.agaed-hub-v2__section-title::before {
  display: none;
  content: none;
}

.agaed-hub-v2__section-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: var(--hub-sand);
  content: "";
}

.agaed-hub-v2__section-intro {
  margin: -12px 0 26px;
  color: var(--hub-muted);
  font-size: 14px;
  line-height: 1.8;
}

/* Essential articles */
.agaed-hub-v2__essential {
  padding-top: 24px;
  padding-bottom: 72px;
}

.agaed-hub-v2__featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: 42px;
}

.agaed-hub-v2__feature-main {
  min-width: 0;
  display: block;
}

.agaed-hub-v2__feature-image {
  width: 100%;
  aspect-ratio: 1.72;
  overflow: hidden;
  background: var(--hub-blue-soft);
}

.agaed-hub-v2__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.agaed-hub-v2__feature-copy {
  padding-top: 16px;
}

.agaed-hub-v2__article-category,
.agaed-hub-v2__latest-category {
  display: block;
  color: var(--hub-sand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.agaed-hub-v2__feature-main h3 {
  margin: 8px 0 0;
  color: var(--hub-ink);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.agaed-hub-v2__feature-main p {
  margin: 12px 0 0;
  color: var(--hub-muted);
  font-size: 14px;
  line-height: 1.8;
}

.agaed-hub-v2__article-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  color: var(--hub-muted);
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.agaed-hub-v2__article-meta span:last-child {
  color: var(--hub-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.agaed-hub-v2__feature-side {
  display: grid;
  align-content: start;
  gap: 24px;
}

.agaed-hub-v2__side-article {
  min-width: 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--hub-line);
}

.agaed-hub-v2__side-article > img {
  width: 150px;
  aspect-ratio: 1.15;
  object-fit: contain;
  background: var(--hub-blue-soft);
}

.agaed-hub-v2__side-copy {
  min-width: 0;
  display: block;
}

.agaed-hub-v2__side-copy > strong {
  display: block;
  margin-top: 8px;
  color: var(--hub-ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.45;
}

.agaed-hub-v2__side-copy > small {
  display: block;
  margin-top: 8px;
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.8;
}

.agaed-hub-v2__feature-main:hover h3,
.agaed-hub-v2__feature-main:focus-visible h3,
.agaed-hub-v2__side-article:hover strong,
.agaed-hub-v2__side-article:focus-visible strong {
  color: #1b4a85;
}

/* Honest single-article state used by the ED hub. */
.agaed-hub-v2__featured-grid--1 {
  display: block;
}

.agaed-hub-v2__featured-grid--1 .agaed-hub-v2__feature-main {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  border: 1px solid var(--hub-line);
  background: var(--hub-white);
}

.agaed-hub-v2__featured-grid--1 .agaed-hub-v2__feature-image {
  height: 100%;
  min-height: 300px;
  aspect-ratio: auto;
}

.agaed-hub-v2__featured-grid--1 .agaed-hub-v2__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 48px;
}

.agaed-hub-v2__featured-grid--1 .agaed-hub-v2__feature-main.is-text-only {
  grid-template-columns: minmax(0, 1fr);
  border-left: 3px solid var(--hub-sand);
}

.agaed-hub-v2__featured-grid--1 .agaed-hub-v2__feature-main.is-text-only .agaed-hub-v2__feature-copy {
  max-width: 820px;
}

/* Concerns */
.agaed-hub-v2__concerns {
  padding-top: 0;
  padding-bottom: 68px;
}

.agaed-hub-v2__concern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.agaed-hub-v2__concern-grid.is-sparse {
  grid-template-columns: repeat(auto-fit, minmax(280px, 380px));
}

.agaed-hub-v2__concern-link {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  gap: 13px;
  padding: 16px 17px;
  border: 1px solid var(--hub-line-strong);
  background: var(--hub-white);
  color: var(--hub-text);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.agaed-hub-v2__concern-link > .dashicons:last-child {
  width: 16px;
  height: 16px;
  color: var(--hub-ink);
  font-size: 16px;
  transition: transform 160ms ease;
}

.agaed-hub-v2__concern-link > span {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.agaed-hub-v2__concern-link:hover,
.agaed-hub-v2__concern-link:focus-visible {
  border-color: var(--hub-sand);
  background: #fbfaf7;
  transform: translateY(-1px);
}

.agaed-hub-v2__concern-link:hover > .dashicons:last-child,
.agaed-hub-v2__concern-link:focus-visible > .dashicons:last-child {
  transform: translateX(3px);
}

/* Topics */
.agaed-hub-v2__topic-band {
  padding: 68px 0 72px;
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
  background: var(--hub-surface);
}

.agaed-hub-v2__topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--hub-line);
  background: var(--hub-white);
}

.agaed-hub-v2__topic-row {
  min-height: 104px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--hub-line);
  transition: background 160ms ease;
}

.agaed-hub-v2__topic-row:nth-child(odd) {
  border-right: 1px solid var(--hub-line);
}

.agaed-hub-v2__topic-list.is-odd .agaed-hub-v2__topic-row:last-child {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.agaed-hub-v2__topic-list:not(.is-odd) .agaed-hub-v2__topic-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.agaed-hub-v2__topic-row > .dashicons:first-child {
  width: 31px;
  height: 31px;
  color: var(--hub-ink);
  font-size: 31px;
}

.agaed-hub-v2__topic-row > .dashicons:last-child {
  width: 16px;
  height: 16px;
  color: var(--hub-ink);
  font-size: 16px;
  transition: transform 160ms ease;
}

.agaed-hub-v2__topic-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.agaed-hub-v2__topic-copy strong {
  color: var(--hub-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.agaed-hub-v2__topic-copy small {
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.55;
}

.agaed-hub-v2__topic-count {
  color: var(--hub-sand-dark);
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.agaed-hub-v2__topic-row:hover,
.agaed-hub-v2__topic-row:focus-visible {
  background: #fafbfc;
}

.agaed-hub-v2__topic-row:hover > .dashicons:last-child,
.agaed-hub-v2__topic-row:focus-visible > .dashicons:last-child {
  transform: translateX(3px);
}

/* Latest articles */
.agaed-hub-v2__latest {
  padding-top: 70px;
  padding-bottom: 74px;
}

.agaed-hub-v2__latest-list {
  border-top: 1px solid var(--hub-line);
}

.agaed-hub-v2__latest-row {
  min-height: 82px;
  display: grid;
  grid-template-columns: 132px 235px minmax(0, 1fr) 86px 18px;
  align-items: center;
  gap: 18px;
  padding: 12px 8px 12px 0;
  border-bottom: 1px solid var(--hub-line);
  transition: background 160ms ease;
}

.agaed-hub-v2__latest-row > strong {
  color: var(--hub-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.agaed-hub-v2__latest-excerpt {
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.65;
}

.agaed-hub-v2__latest-row time {
  color: var(--hub-muted);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  text-align: right;
}

.agaed-hub-v2__latest-row > .dashicons {
  width: 15px;
  height: 15px;
  color: var(--hub-ink);
  font-size: 15px;
}

.agaed-hub-v2__latest-row:hover,
.agaed-hub-v2__latest-row:focus-visible {
  background: var(--hub-surface);
}

/* Comparison CTA */
.agaed-hub-v2__compare {
  padding: 0 0 54px;
  background: var(--hub-white);
}

.agaed-hub-v2__compare-inner {
  min-height: 168px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 34px 46px;
  border: 1px solid #dfd3bf;
  background: #fffefa;
}

.agaed-hub-v2__compare-icon {
  width: 65px;
  height: 65px;
  color: var(--hub-ink);
  font-size: 65px;
}

.agaed-hub-v2__compare-copy h2 {
  margin: 0;
  color: var(--hub-ink);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.agaed-hub-v2__compare-copy p {
  max-width: 650px;
  margin: 11px 0 0;
  color: var(--hub-muted);
  font-size: 13px;
  line-height: 1.8;
}

.agaed-hub-v2__primary-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 26px;
  border: 1px solid var(--hub-ink);
  background: var(--hub-ink);
  color: var(--hub-white) !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  transition: background 160ms ease, color 160ms ease;
}

.agaed-hub-v2__primary-button .dashicons {
  width: 17px;
  height: 17px;
  font-size: 17px;
}

.agaed-hub-v2__primary-button:hover,
.agaed-hub-v2__primary-button:focus-visible {
  background: var(--hub-white);
  color: var(--hub-ink) !important;
}

/* Trust */
.agaed-hub-v2__trust-band {
  padding-bottom: 34px;
  border-top: 1px solid var(--hub-line);
  background: var(--hub-white);
}

.agaed-hub-v2__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agaed-hub-v2__trust-card {
  min-height: 196px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 34px 26px;
  border-right: 1px solid var(--hub-line);
}

.agaed-hub-v2__trust-card:first-child {
  border-left: 1px solid var(--hub-line);
}

.agaed-hub-v2__trust-card > .dashicons {
  width: 43px;
  height: 43px;
  color: #6b8299;
  font-size: 43px;
}

.agaed-hub-v2__trust-card > span {
  min-width: 0;
  display: block;
}

.agaed-hub-v2__trust-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--hub-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.agaed-hub-v2__trust-card strong {
  display: block;
  color: var(--hub-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.agaed-hub-v2__trust-card > span > span {
  display: block;
  margin-top: 8px;
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.7;
}

a.agaed-hub-v2__trust-card:hover,
a.agaed-hub-v2__trust-card:focus-visible {
  background: var(--hub-surface);
}

.agaed-hub-v2__medical-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid var(--hub-line);
  color: var(--hub-muted);
}

.agaed-hub-v2__medical-note .dashicons {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--hub-sand-dark);
  font-size: 18px;
}

.agaed-hub-v2__medical-note p {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
}

@media (max-width: 1040px) {
  .agaed-hub-v2__featured-grid {
    grid-template-columns: 1fr;
  }

  .agaed-hub-v2__feature-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agaed-hub-v2__latest-row {
    grid-template-columns: 120px minmax(0, 1fr) 88px 18px;
  }

  .agaed-hub-v2__latest-excerpt {
    display: none;
  }

  .agaed-hub-v2__trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agaed-hub-v2__trust-card:nth-child(2) {
    border-right: 0;
  }

  .agaed-hub-v2__trust-card:nth-child(n + 3) {
    border-top: 1px solid var(--hub-line);
  }

  .agaed-hub-v2__trust-card:nth-child(3) {
    border-left: 1px solid var(--hub-line);
  }
}

@media (max-width: 760px) {
  .agaed-hub-v2__shell {
    width: min(calc(100% - 32px), 560px);
  }

  .agaed-hub-v2__section {
    padding: 62px 0;
  }

  .agaed-hub-v2__breadcrumb ol {
    min-height: 50px;
  }

  .agaed-hub-v2__hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 48px;
  }

  .agaed-hub-v2__hero h1 {
    font-size: 38px;
  }

  .agaed-hub-v2__hero-copy > p:last-child {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
  }

  .agaed-hub-v2__hero-visual {
    max-width: none;
    aspect-ratio: 1.8;
    justify-self: stretch;
  }

  .agaed-hub-v2--ed .agaed-hub-v2__hero-visual {
    aspect-ratio: 1.65;
    background: var(--hub-surface);
  }

  .agaed-hub-v2__section-title {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .agaed-hub-v2__essential {
    padding-top: 14px;
    padding-bottom: 62px;
  }

  .agaed-hub-v2__feature-main h3 {
    font-size: 23px;
  }

  .agaed-hub-v2__feature-side {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 6px;
  }

  .agaed-hub-v2__side-article {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 16px;
  }

  .agaed-hub-v2__side-article > img {
    width: 118px;
  }

  .agaed-hub-v2__side-copy > strong {
    font-size: 17px;
  }

  .agaed-hub-v2__side-copy > small {
    display: none;
  }

  .agaed-hub-v2__article-meta {
    gap: 10px;
    font-size: 11px;
  }

  .agaed-hub-v2__featured-grid--1 .agaed-hub-v2__feature-main {
    display: block;
  }

  .agaed-hub-v2__featured-grid--1 .agaed-hub-v2__feature-image {
    min-height: 0;
    aspect-ratio: 1.45;
  }

  .agaed-hub-v2__featured-grid--1 .agaed-hub-v2__feature-copy {
    padding: 24px 22px 28px;
  }

  .agaed-hub-v2__concerns {
    padding-top: 0;
    padding-bottom: 58px;
  }

  .agaed-hub-v2__concern-grid,
  .agaed-hub-v2__concern-grid.is-sparse {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .agaed-hub-v2__concern-link {
    min-height: 60px;
    padding: 13px 15px;
  }

  .agaed-hub-v2__topic-band {
    padding: 58px 0;
  }

  .agaed-hub-v2__topic-list {
    grid-template-columns: 1fr;
  }

  .agaed-hub-v2__topic-list .agaed-hub-v2__topic-row,
  .agaed-hub-v2__topic-list.is-odd .agaed-hub-v2__topic-row:last-child,
  .agaed-hub-v2__topic-list:not(.is-odd) .agaed-hub-v2__topic-row:nth-last-child(-n + 2) {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--hub-line);
  }

  .agaed-hub-v2__topic-list .agaed-hub-v2__topic-row:last-child {
    border-bottom: 0;
  }

  .agaed-hub-v2__topic-row {
    min-height: 88px;
    grid-template-columns: 28px minmax(0, 1fr) auto 16px;
    gap: 13px;
    padding: 17px;
  }

  .agaed-hub-v2__topic-row > .dashicons:first-child {
    width: 27px;
    height: 27px;
    font-size: 27px;
  }

  .agaed-hub-v2__topic-count {
    font-size: 10px;
  }

  .agaed-hub-v2__latest {
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .agaed-hub-v2__latest-row {
    min-height: 88px;
    grid-template-columns: minmax(0, 1fr) 16px;
    gap: 13px;
    padding: 12px 0;
  }

  .agaed-hub-v2__latest-category,
  .agaed-hub-v2__latest-row > strong,
  .agaed-hub-v2__latest-row time {
    grid-column: 1;
  }

  .agaed-hub-v2__latest-row > strong {
    font-size: 13px;
    line-height: 1.5;
  }

  .agaed-hub-v2__latest-row time {
    font-size: 11px;
    text-align: left;
  }

  .agaed-hub-v2__latest-row > .dashicons {
    grid-row: 1 / span 3;
    grid-column: 2;
  }

  .agaed-hub-v2__compare {
    padding-bottom: 0;
  }

  .agaed-hub-v2__compare-inner {
    width: 100%;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    padding: 34px 20px;
    border-right: 0;
    border-left: 0;
  }

  .agaed-hub-v2__compare-icon {
    width: 46px;
    height: 46px;
    font-size: 46px;
  }

  .agaed-hub-v2__compare-copy h2 {
    font-size: 22px;
  }

  .agaed-hub-v2__compare-copy p {
    font-size: 12px;
  }

  .agaed-hub-v2__primary-button {
    width: 100%;
    grid-column: 1 / -1;
    margin-top: 7px;
  }

  .agaed-hub-v2__trust-band {
    padding-bottom: 26px;
  }

  .agaed-hub-v2__trust-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .agaed-hub-v2__trust-card,
  .agaed-hub-v2__trust-card:first-child,
  .agaed-hub-v2__trust-card:nth-child(n + 3) {
    min-height: 0;
    padding: 26px 20px;
    border: 0;
    border-bottom: 1px solid var(--hub-line);
  }

  .agaed-hub-v2__medical-note {
    width: min(calc(100% - 32px), 560px);
    padding-top: 20px;
  }
}

@media (max-width: 380px) {
  .agaed-hub-v2__hero h1 {
    font-size: 34px;
  }

  .agaed-hub-v2__topic-row {
    grid-template-columns: 27px minmax(0, 1fr) 16px;
  }

  .agaed-hub-v2__topic-count {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agaed-hub-v2 *,
  .agaed-hub-v2 *::before,
  .agaed-hub-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
