/* Institute-led research publishing. Structural surfaces stay rectilinear. */
:root {
  --ink: #202c3a;
  --muted: #647382;
  --accent: #1668bd;
  --line: #e6ebef;
}
body {
  color: var(--ink);
  background: #fff;
}
.button {
  background: #1867ae;
  border-color: #1867ae;
  border-radius: 4px;
  font-weight: 500;
}
.button:hover {
  background: #115790;
  border-color: #115790;
}
.button.secondary {
  background: #fff;
  color: #245477;
  border: 1px solid #d6e0e9;
}
.institution-nav-band {
  background: #fff;
  border-top: 1px solid #f0f2f4;
  border-bottom: 1px solid #e5eaf0;
}
.institution-header .clean-nav > a {
  color: #495461;
  background: transparent;
  font-weight: 500;
}
.institution-header .clean-nav > a.active,
.institution-header .clean-nav > a:hover {
  background: #eff6fc;
  color: #145da0;
}
.institution-header .clean-tools .button {
  border-radius: 4px;
  color: #175e9b;
  background: #edf5fd;
  border-color: #edf5fd;
}
.institution-search {
  border-radius: 6px;
  background: #f4f6f8;
}
.portal-banner.premium-banner {
  background: #edf5f8;
  border-radius: 8px;
  height: 280px;
}
.premium-banner:after {
  background: linear-gradient(90deg, #f3f8fbd9, transparent 70%);
}
.premium-banner h1 {
  color: #21374a;
  font-weight: 480;
  font-size: 34px;
}
.premium-banner .portal-banner-copy > p {
  color: #4d6b80;
  font-size: 13px;
}
.premium-banner .button {
  background: #196aaf;
  color: #fff;
  border-color: #196aaf;
  border-radius: 4px;
  font-size: 12px;
}
.premium-banner .button:hover {
  background: #125890;
}
.premium-banner .portal-text-link {
  color: #3d617d;
  font-size: 12px;
}
.premium-banner .portal-text-link:hover {
  color: #1766ac;
}
.portal-shortcuts {
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  margin-top: 0;
  min-height: 74px;
}
.portal-shortcuts a,
.portal-shortcuts a + a {
  color: #445b6c;
  border: 0;
}
.portal-shortcuts .icon {
  color: #278592;
}
.portal-shortcuts a:hover {
  background: #f3f8fb;
}
.portal-main-grid {
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 36px;
}
.portal-section-heading h2 {
  color: #213649;
  font-size: 23px;
  font-weight: 550;
}
.portal-tabs {
  padding-bottom: 15px;
  gap: 4px;
}
.portal-tabs button {
  border-radius: 3px;
  background: transparent;
  color: #627284;
  font-size: 13px;
}
.portal-tabs button.active {
  background: #e8f2fc;
  color: #175d9b;
}
.portal-report-list {
  border-radius: 0;
  background: #fff;
  padding: 0;
}
.portal-report-row {
  border-radius: 0;
  border-bottom: 1px solid #ecf0f3;
  padding: 20px 0;
  min-height: 96px;
}
.portal-report-row:hover {
  background: #f8fbfd;
}
.portal-report-row h3 {
  font-size: 15px;
  font-weight: 500;
  color: #263b4b;
}
.portal-report-topic,
.portal-report-row time,
.portal-report-topic > span {
  color: #6d7c89;
}
.portal-category,
.portal-category.category-weekly,
.portal-category.category-indepth {
  border-radius: 3px;
  font-size: 11px;
  background: #edf4fb;
  color: #33729d;
}
.portal-category.category-weekly {
  background: #e9f5f1;
  color: #368070;
}
.portal-category.category-indepth {
  background: #eceef9;
  color: #616ca0;
}
.portal-topic-links a {
  color: #567080;
}
.portal-help {
  gap: 16px;
}
.institute-summary {
  background: #edf7f7;
  padding: 25px 23px;
}
.eyebrow {
  display: block;
  color: #217e8a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
}
.institute-summary h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin: 16px 0 20px;
  letter-spacing: -0.04em;
  color: #204752;
}
.coverage-list {
  display: grid;
  gap: 11px;
  font-size: 12px;
  color: #537a7e;
  margin-bottom: 25px;
}
.institute-summary > a {
  font-size: 12px;
  color: #276d77;
}
.portal-pdf-guide {
  background: #edf3fb;
  border-radius: 0;
  padding: 23px;
  color: #284768;
}
.portal-pdf-guide h3 {
  color: #284768;
  font-weight: 500;
}
.portal-pdf-guide p {
  color: #5c738e;
  font-size: 11px;
}
.portal-small-button {
  border-radius: 3px;
  background: #fff;
  color: #286299;
}
.portal-membership-guide {
  background: #f6f7f9;
  border-radius: 0;
}
.portal-membership-guide h3 {
  color: #334e65;
}
.portal-membership-guide p,
.portal-membership-guide > a {
  font-size: 11px;
  color: #657787;
}
.portal-help-links a {
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #e5eaee;
  color: #52677b;
}
.portal-business {
  border-radius: 0;
  background: #edf5f9;
  padding: 30px;
}
.portal-business h2 {
  color: #284a60;
}
.portal-business .button {
  border-radius: 3px;
  color: #176699;
}
.portal-media-image,
.media-lead-thumb,
.video-placeholder,
.video-frame {
  border-radius: 10px;
}
.portal-media-meta > span {
  color: #27779e;
}
.portal-media-grid h3 {
  color: #293e50;
}
.quiet-footer {
  background: #f5f7f9;
}
.page-intro h1,
.profile-hero h1 {
  color: #253849;
  font-weight: 500;
}
.page-intro p {
  color: #6b7c8b;
}
.example-note {
  background: #f4f7fa;
  border-radius: 0;
  color: #657a8b;
  font-size: 12px;
}
.save-button {
  border-radius: 4px;
}
.save-button.saved {
  background: #e8f3fc;
  color: #1769a9;
}
.type-label {
  color: #256b9e;
  font-weight: 600;
  font-size: 12px;
}
.type-weekly {
  color: #267d70;
}
.type-indepth {
  color: #606cab;
}
.type-sample {
  color: #667582;
}
.archive-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: #76838e;
}
/* Publication covers are typography, not invented data or decorative charts. */
.research-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1.414;
  background: #fff;
  padding: 22px 21px;
  color: #225581;
  box-shadow: 0 12px 28px #23394c12;
  border: 1px solid #e4eaf0;
  overflow: hidden;
  min-width: 0;
}
.cover-publisher {
  font-size: 9px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.cover-kind {
  margin-top: auto;
  font-size: 9px;
  padding-top: 20px;
  color: inherit;
  opacity: 0.8;
}
.research-cover > strong {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -0.035em;
  margin-top: 11px;
  overflow-wrap: anywhere;
}
.research-cover > p {
  font-size: 10px;
  line-height: 1.6;
  margin: 12px 0 24px;
  max-width: 92%;
}
.cover-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  font-size: 7px;
  opacity: 0.7;
}
.cover-indepth {
  background: #e5edf9;
  color: #315aa0;
  border-color: #dbe5f4;
}
.cover-weekly {
  background: #e7f3ee;
  color: #2d7468;
  border-color: #daece4;
}
.cover-daily {
  background: #f9fbfd;
  color: #376e96;
}
.cover-sample {
  background: #f1f1ed;
  color: #657566;
}
.research-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  min-height: 280px;
  padding: 30px 44px;
  background: #f0f5fa;
  gap: 28px;
  overflow: hidden;
  margin-bottom: 38px;
}
.feature-copy h2 {
  font-size: 29px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #24445f;
  margin: 13px 0;
}
.feature-copy > p {
  font-size: 13px;
  line-height: 1.8;
  color: #657b8b;
}
.feature-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 11px;
  color: #647a8c;
  margin-top: 27px;
}
.feature-facts span:last-child {
  color: #2369a1;
}
.feature-document {
  width: 172px;
  margin: auto;
  transform: rotate(5deg);
  transition: transform 0.35s ease;
}
.feature-document .research-cover {
  padding: 17px 15px;
}
.feature-document .research-cover > strong {
  font-size: 28px;
}
.research-feature:hover .feature-document {
  transform: rotate(1deg) translateY(-3px);
}
.home-feature .research-feature {
  grid-template-columns: minmax(0, 1fr) 145px;
  padding: 23px 26px;
  gap: 16px;
  min-height: 200px;
  margin: 0 0 5px;
}
.home-feature .feature-copy h2 {
  font-size: 21px;
  margin-top: 12px;
  max-width: 310px;
}
.home-feature .feature-copy > p {
  display: none;
}
.home-feature .feature-facts {
  font-size: 10px;
  gap: 12px;
  margin-top: 22px;
}
.home-feature .feature-document {
  width: 115px;
}
.home-feature .research-cover {
  padding: 11px;
}
.home-feature .cover-publisher {
  font-size: 6px;
}
.home-feature .cover-kind {
  font-size: 6px;
  padding-top: 8px;
}
.home-feature .research-cover > strong {
  font-size: 21px;
  margin-top: 5px;
}
.home-feature .research-cover > p {
  font-size: 6px;
  margin: 8px 0;
}
.home-feature .cover-bottom {
  font-size: 5px;
}
.research-page .catalog-layout {
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 42px;
}
.research-page .catalog-sidebar {
  border: 0;
  padding: 0;
  background: #fff;
}
.catalog-sidebar .filter-list .active {
  color: #1868a9;
  background: #edf5fd;
  border-radius: 3px;
}
.catalog-sidebar .filter-group h3 {
  font-weight: 600;
  color: #344e64;
}
.catalog-tools {
  gap: 12px;
}
.catalog-tools select,
.catalog-search {
  border-radius: 3px;
}
.tabs .tab.active {
  color: #1b6ba9;
  border-color: #2879b7;
}
.archive-list {
  display: grid;
}
.archive-entry {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 66px;
  gap: 24px;
  padding: 25px 0;
  border-bottom: 1px solid #e8edf1;
  align-items: center;
}
.archive-cover .research-cover {
  width: 94px;
  padding: 10px;
  box-shadow: 0 4px 12px #223a5010;
}
.archive-cover .cover-publisher {
  font-size: 5px;
}
.archive-cover .cover-kind {
  font-size: 5px;
  padding-top: 8px;
}
.archive-cover .research-cover > strong {
  font-size: 16px;
  margin-top: 6px;
}
.archive-cover .research-cover > p {
  font-size: 5px;
  margin: 7px 0;
}
.archive-cover .cover-bottom {
  font-size: 4px;
}
.archive-entry-body h3 {
  color: #273d51;
  font-size: 19px;
  font-weight: 550;
  line-height: 1.45;
  margin: 10px 0;
}
.archive-entry-body > p {
  font-size: 12px;
  color: #6a7b89;
  line-height: 1.7;
  margin: 0;
  max-width: 570px;
}
.archive-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.archive-tags > a {
  font-size: 11px;
  color: #5a7d92;
}
.archive-tags > a:hover,
.archive-entry-body h3:hover {
  color: #126cb0;
}
.archive-entry-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.archive-entry-actions > span {
  font-size: 10px;
  color: #80909d;
}
.archive-entry-actions > a {
  font-size: 11px;
  color: #2672a6;
}
/* Report detail */
.report-product {
  display: grid;
  grid-template-columns: 36% minmax(0, 1fr);
  gap: 65px;
  align-items: start;
  margin-top: 30px;
}
.report-product-visual {
  background: #f1f5f8;
  padding: 36px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
.report-product-visual .research-cover {
  width: 100%;
  max-width: 255px;
  padding: 27px;
}
.report-product-visual .research-cover > strong {
  font-size: 38px;
}
.report-product-visual > span {
  font-size: 11px;
  color: #798a98;
}
.report-product-info {
  padding: 12px 0;
}
.report-product-info h1 {
  font-size: 34px;
  font-weight: 500;
  color: #263d51;
  line-height: 1.45;
  letter-spacing: -0.04em;
  margin: 18px 0;
}
.report-abstract {
  font-size: 14px;
  line-height: 1.8;
  color: #637b8f;
  margin: 0 0 25px;
}
.report-facts {
  display: grid;
  gap: 13px;
  margin: 22px 0 30px;
}
.report-facts > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  font-size: 13px;
}
.report-facts dt {
  color: #7d8d99;
}
.report-facts dd {
  color: #395569;
  margin: 0;
}
.report-purchase {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.report-purchase .button {
  font-size: 13px;
  padding: 13px 20px;
}
.report-demo-note {
  font-size: 11px;
  color: #788a98;
  line-height: 1.7;
  margin-top: 15px;
}
.report-detail-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 60px;
  margin-top: 64px;
}
.report-detail-bottom h2 {
  font-size: 21px;
  font-weight: 550;
  color: #2d485d;
}
.section-caption {
  font-size: 12px;
  color: #84949f;
  margin-top: 8px;
}
.report-outline {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.report-outline li {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 22px 0;
  border-bottom: 1px solid #e9eef2;
}
.report-outline li > span {
  font-size: 12px;
  color: #4883a6;
}
.report-outline h3 {
  font-size: 15px;
  font-weight: 450;
  color: #465e71;
  margin: 0;
}
.reading-guide {
  background: #f5f8fa;
  padding: 26px;
  align-self: start;
}
.reading-guide h2 {
  font-size: 17px;
}
.reading-guide dl {
  display: grid;
  gap: 23px;
  margin: 28px 0;
}
.reading-guide dt {
  font-size: 12px;
  color: #526e83;
  margin-bottom: 8px;
}
.reading-guide dd {
  font-size: 12px;
  color: #7c8d9c;
  margin: 0;
  line-height: 1.7;
}
.reading-guide > a {
  font-size: 12px;
  color: #236b9d;
}
/* Membership expresses concrete editions, rather than a dark sales card. */
.membership-page .page-intro {
  align-items: center;
  margin-bottom: 36px;
}
.membership-page .page-intro h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-top: 15px;
}
.membership-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
}
.membership-editions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.membership-edition {
  padding: 25px 22px;
  background: #eef5fc;
  display: flex;
  flex-direction: column;
  min-height: 255px;
  color: #2f6388;
}
.membership-edition-weekly {
  background: #eaf5ef;
  color: #347263;
}
.membership-edition-indepth {
  background: #eef0fa;
  color: #626b9e;
}
.membership-edition > span {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.membership-copy .membership-edition h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 24px 0 12px;
  color: inherit;
}
.membership-edition > p {
  font-size: 12px;
  line-height: 1.8;
  color: inherit;
  margin: 0;
  opacity: 0.85;
}
.membership-edition > div {
  margin-top: auto;
  padding-top: 35px;
  display: grid;
  gap: 8px;
}
.membership-edition strong {
  font-size: 18px;
  font-weight: 500;
}
.membership-edition small {
  font-size: 10px;
}
.membership-edition:hover {
  filter: brightness(0.98);
}
.membership-service {
  padding: 30px 0;
}
.membership-service h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 15px;
}
.membership-service p {
  font-size: 13px;
  color: #69808f;
  line-height: 1.9;
}
.membership-service > a {
  font-size: 12px;
  color: #28749c;
  display: block;
  margin-top: 20px;
}
.plan {
  border-radius: 0;
  background: #f6f9fc;
  color: #334f64;
  padding: 30px;
  box-shadow: none;
  border: 1px solid #e1eaf2;
  align-self: start;
}
.plan h2 {
  color: #2c4f6c;
  font-size: 23px;
  font-weight: 500;
  margin-top: 13px;
}
.plan-price {
  color: #205b8f;
  font-size: 29px;
  margin: 25px 0 10px;
  letter-spacing: -0.03em;
  font-weight: 550;
}
.plan-price span {
  font-size: 12px;
  color: #7590a5;
}
.plan p,
.plan .fine {
  color: #6d8394;
  font-size: 12px;
  line-height: 1.8;
}
.plan ul {
  margin: 25px 0;
  color: #506e85;
  font-size: 13px;
}
.plan li .icon {
  color: #32948d;
}
.plan .button {
  border-radius: 4px;
  background: #1c6bb0;
  color: #fff;
  border-color: #1c6bb0;
  font-size: 13px;
}
.plan-pending {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #dde7ef;
}
.plan-pending strong {
  font-size: 11px;
  font-weight: 550;
  color: #637e92;
}
.plan-pending p {
  font-size: 11px;
  margin-bottom: 0;
}
.faq-list details {
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #e5edf2;
}
.institute-intro {
  padding: 30px 0 55px;
}
.institute-intro h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  margin: 20px 0;
  color: #2a495e;
  letter-spacing: -0.035em;
}
.institute-intro p {
  font-size: 14px;
  color: #6d8291;
  line-height: 1.9;
}
.institute-fields {
  display: flex;
  gap: 0;
  margin-top: 32px;
  background: #eef6f8;
}
.institute-fields span {
  flex: 1;
  padding: 22px;
  color: #447386;
  font-size: 14px;
}
.profile-hero {
  background: #f7f9fb;
  padding: 35px;
}
.profile-hero > img {
  border-radius: 6px;
  max-width: 190px;
}
.profile-hero h2 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .portal-main-grid {
    grid-template-columns: minmax(0, 1fr) 235px;
    gap: 25px;
  }
  .membership-layout {
    grid-template-columns: 1fr 300px;
    gap: 25px;
  }
  .membership-editions {
    grid-template-columns: 1fr;
  }
  .membership-edition {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 8px 15px;
    padding: 22px;
  }
  .membership-edition > span {
    grid-column: 1;
  }
  .membership-copy .membership-edition h2 {
    margin: 4px 0;
    grid-column: 1;
  }
  .membership-edition > p {
    grid-column: 2;
    grid-row: 1/3;
  }
  .membership-edition > div {
    padding: 0;
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
  }
  .report-product {
    gap: 35px;
  }
  .research-page .catalog-layout {
    gap: 28px;
  }
}
@media (max-width: 800px) {
  .portal-banner.premium-banner {
    height: 250px;
  }
  .premium-banner h1 {
    font-size: 30px;
  }
  .portal-main-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .portal-help {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .portal-help > .portal-section-heading {
    grid-column: 1/-1;
  }
  .portal-help-links {
    grid-column: 1/-1;
  }
  .institute-summary {
    grid-row: 2/4;
  }
  .research-feature {
    grid-template-columns: minmax(0, 1fr) 180px;
    padding: 25px;
  }
  .feature-copy h2 {
    font-size: 25px;
  }
  .research-page .catalog-layout {
    grid-template-columns: 1fr;
  }
  .catalog-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .catalog-sidebar .filter-group {
    flex: 1;
    min-width: 150px;
  }
  .catalog-sidebar .filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .catalog-sidebar .filter-list button {
    width: auto;
    padding: 7px;
    font-size: 11px;
  }
  .catalog-sidebar > .text-link {
    align-self: end;
    font-size: 11px;
  }
  .archive-entry {
    gap: 18px;
  }
  .archive-entry-body h3 {
    font-size: 17px;
  }
  .report-product {
    grid-template-columns: 31% minmax(0, 1fr);
    gap: 25px;
  }
  .report-product-visual {
    padding: 25px 15px;
  }
  .report-product-visual .research-cover {
    padding: 18px;
  }
  .report-product-visual .research-cover > strong {
    font-size: 25px;
  }
  .report-product-info h1 {
    font-size: 27px;
  }
  .report-detail-bottom {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 30px;
  }
  .report-facts > div {
    grid-template-columns: 80px 1fr;
  }
  .report-purchase .button {
    padding: 12px;
    font-size: 12px;
  }
  .membership-layout {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 22px;
  }
  .membership-edition {
    display: flex;
    padding: 20px;
  }
  .membership-edition > div {
    display: grid;
    padding-top: 15px;
    gap: 8px;
  }
  .membership-page .page-intro h1 {
    font-size: 31px;
  }
  .plan {
    padding: 23px;
  }
  .plan-price {
    font-size: 25px;
  }
  .institute-intro h1 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .portal-banner.premium-banner {
    height: 225px;
    padding: 25px;
  }
  .premium-banner h1 {
    font-size: 25px;
  }
  .premium-banner .portal-banner-copy > p {
    font-size: 10px;
  }
  .premium-banner:after {
    background: linear-gradient(90deg, #eff7fcf0, #eff7fc70 75%, transparent);
  }
  .portal-banner-art {
    object-position: 62% center;
    opacity: 0.8;
  }
  .portal-shortcuts {
    min-height: 65px;
  }
  .portal-shortcuts a {
    font-size: 10px;
  }
  .portal-section-heading h2 {
    font-size: 21px;
  }
  .portal-main-grid {
    padding-top: 28px;
  }
  .home-feature .research-feature {
    grid-template-columns: minmax(0, 1fr) 100px;
    padding: 22px 17px;
    gap: 10px;
  }
  .home-feature .feature-copy h2 {
    font-size: 18px;
  }
  .home-feature .feature-document {
    width: 88px;
  }
  .home-feature .eyebrow {
    font-size: 8px;
  }
  .home-feature .feature-facts {
    gap: 8px;
    font-size: 9px;
    margin-top: 17px;
  }
  .home-feature .research-cover > strong {
    font-size: 17px;
  }
  .home-feature .research-cover > p {
    font-size: 5px;
  }
  .home-feature .cover-kind {
    padding-top: 5px;
  }
  .portal-report-row {
    min-height: 99px;
    padding: 17px 0;
  }
  .portal-report-row h3 {
    font-size: 14px;
  }
  .portal-help {
    gap: 12px;
  }
  .institute-summary {
    padding: 20px 16px;
  }
  .institute-summary h3 {
    font-size: 18px;
  }
  .coverage-list {
    font-size: 10px;
  }
  .institute-summary .eyebrow {
    font-size: 8px;
  }
  .portal-pdf-guide {
    padding: 18px 14px;
  }
  .portal-pdf-guide img {
    width: 42px;
    height: 60px;
  }
  .portal-pdf-guide h3 {
    font-size: 13px;
  }
  .portal-pdf-guide p {
    font-size: 9px;
  }
  .portal-small-button {
    font-size: 9px;
    padding: 7px;
  }
  .portal-membership-guide {
    padding: 17px 14px;
  }
  .portal-membership-guide h3 {
    font-size: 13px;
  }
  .portal-membership-guide p {
    font-size: 9px;
  }
  .portal-membership-guide > a {
    font-size: 10px;
  }
  .research-feature {
    grid-template-columns: minmax(0, 1fr) 100px;
    padding: 23px 20px;
    gap: 15px;
    min-height: 220px;
    margin-bottom: 25px;
  }
  .feature-copy h2 {
    font-size: 22px;
  }
  .feature-copy > p {
    font-size: 11px;
  }
  .feature-copy .eyebrow {
    font-size: 9px;
  }
  .feature-document {
    width: 95px;
  }
  .feature-document .research-cover {
    padding: 10px;
  }
  .feature-document .research-cover > strong {
    font-size: 18px;
  }
  .feature-document .cover-publisher {
    font-size: 5px;
  }
  .feature-document .cover-kind {
    font-size: 5px;
    padding-top: 8px;
  }
  .feature-document .research-cover > p {
    font-size: 5px;
    margin: 7px 0;
  }
  .feature-document .cover-bottom {
    font-size: 4px;
  }
  .feature-facts {
    font-size: 9px;
    gap: 10px;
    margin-top: 18px;
  }
  .archive-entry {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 15px;
    padding: 23px 0;
    align-items: start;
  }
  .archive-cover .research-cover {
    width: 66px;
    padding: 7px;
  }
  .archive-cover .research-cover > strong {
    font-size: 12px;
  }
  .archive-cover .cover-publisher {
    font-size: 4px;
  }
  .archive-cover .cover-kind {
    font-size: 4px;
    padding-top: 4px;
  }
  .archive-cover .research-cover > p {
    font-size: 4px;
    margin: 5px 0;
  }
  .archive-cover .cover-bottom {
    font-size: 3px;
  }
  .archive-entry-body h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 9px 0;
  }
  .archive-meta {
    font-size: 10px;
    gap: 10px;
  }
  .type-label {
    font-size: 10px;
  }
  .archive-entry-body > p {
    font-size: 11px;
  }
  .archive-tags {
    gap: 9px;
    margin-top: 10px;
  }
  .archive-tags > a {
    font-size: 10px;
  }
  .archive-entry-actions {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    margin-top: -8px;
  }
  .archive-entry-actions .save-button {
    width: 28px;
    height: 28px;
  }
  .archive-entry-actions .icon {
    width: 17px;
  }
  .catalog-tools {
    flex-wrap: wrap;
  }
  .catalog-search {
    order: 3;
    flex-basis: 100%;
    max-width: none;
  }
  .catalog-tools select {
    margin-left: auto;
  }
  .report-product {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 20px;
  }
  .report-product-visual {
    padding: 22px 0;
    gap: 14px;
  }
  .report-product-visual .research-cover {
    max-width: 148px;
    padding: 17px;
  }
  .report-product-visual .research-cover > strong {
    font-size: 25px;
  }
  .report-product-visual .cover-publisher {
    font-size: 6px;
  }
  .report-product-visual .cover-kind {
    font-size: 7px;
  }
  .report-product-visual .research-cover > p {
    font-size: 7px;
    margin-bottom: 14px;
  }
  .report-product-info {
    padding: 0;
  }
  .report-product-info h1 {
    font-size: 27px;
  }
  .report-abstract {
    font-size: 13px;
  }
  .report-detail-bottom {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  .report-outline h3 {
    font-size: 14px;
  }
  .membership-page .page-intro {
    display: block;
  }
  .membership-page .page-intro > .button {
    margin-top: 22px;
  }
  .membership-page .page-intro h1 {
    font-size: 29px;
  }
  .membership-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .membership-editions {
    gap: 10px;
  }
  .membership-edition {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .membership-edition > p {
    grid-column: 2;
    grid-row: 1/3;
  }
  .membership-edition > div {
    display: flex;
    grid-column: 1/-1;
    align-items: center;
    gap: 17px;
  }
  .membership-service {
    padding: 28px 0;
  }
  .membership-service h2 {
    font-size: 20px;
  }
  .plan {
    padding: 28px;
  }
  .plan-price {
    font-size: 30px;
  }
  .institute-intro {
    padding: 20px 0 35px;
  }
  .institute-intro h1 {
    font-size: 28px;
  }
  .institute-intro p {
    font-size: 13px;
  }
  .institute-fields {
    flex-direction: column;
  }
  .institute-fields span {
    padding: 15px 20px;
    font-size: 12px;
  }
  .profile-hero {
    padding: 23px;
  }
  .profile-hero > img {
    max-width: 125px;
  }
  .profile-hero h2 {
    font-size: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .feature-document {
    transition: none;
  }
  .research-feature:hover .feature-document {
    transform: rotate(5deg);
  }
}
/* Readability and hierarchy informed by Toss Feed and CLASS101. */
body {
  color: #333d4b;
}
.button {
  min-height: 44px;
  font-size: 14px;
  border-radius: 6px;
  background: #287be2;
  border-color: #287be2;
}
.button:hover {
  background: #216ac4;
  border-color: #216ac4;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #65a3f1;
  outline-offset: 4px;
}
.button:active {
  transform: translateY(1px);
}
.institution-search input {
  font-size: 14px;
}
.institution-header .header-library,
.institution-header .clean-tools .button {
  font-size: 13px;
}
.institution-header .clean-nav > a {
  font-size: 15px;
  color: #4e5968;
}
.institution-header .clean-nav > a.active {
  background: transparent;
  color: #2878d0;
}
.institution-header .clean-nav > a:hover {
  background: #f7f9fc;
  color: #2878d0;
}
.institution-header .clean-tools .button {
  background: #edf4fc;
}
.page-intro h1 {
  font-size: 34px;
  letter-spacing: -0.035em;
  color: #191f28;
}
.page-intro p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7684;
}
.page-intro .button {
  font-size: 14px;
}
.crumb {
  font-size: 12px;
}
.hero-kicker {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #457590;
  margin-bottom: 15px;
}
.premium-banner h1 {
  font-size: 36px;
  font-weight: 500;
  color: #253c50;
}
.premium-banner .button {
  font-size: 14px;
  padding: 12px 20px;
  background: #287be2;
  border-color: #287be2;
}
.premium-banner .portal-text-link {
  font-size: 14px;
}
.premium-banner .portal-banner-links {
  margin-top: 24px;
}
.research-topics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  border-bottom: 1px solid #edf0f3;
  overflow: auto;
  white-space: nowrap;
}
.research-topics > span {
  font-size: 12px;
  color: #8b95a1;
}
.research-topics > a {
  font-size: 14px;
  color: #4e5968;
  padding: 12px 0;
  transition: color 0.2s;
}
.research-topics > a:hover {
  color: #287be2;
}
.publication-section {
  padding-top: 48px;
  padding-bottom: 60px;
}
.publication-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
}
.publication-section-head h2 {
  font-size: 27px;
  color: #191f28;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.035em;
  margin: 10px 0 0;
}
.publication-section-head > a {
  font-size: 13px;
  color: #6b7684;
  padding-bottom: 3px;
  white-space: nowrap;
}
.publication-section-head .eyebrow {
  color: #538a9e;
  font-size: 10px;
}
.publication-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 23px;
}
.publication-controls .portal-tabs {
  padding: 0;
}
.publication-controls .portal-tabs button {
  font-size: 14px;
  padding: 10px 18px;
  min-height: 40px;
}
.publication-controls > span {
  font-size: 11px;
  color: #8b95a1;
}
.publication-shelf {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.shelf-card {
  min-width: 0;
}
.shelf-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 40px;
  background: #f1f5fa;
  height: 224px;
  overflow: hidden;
  border-radius: 6px;
}
.shelf-art > div {
  width: 124px;
  transform: rotate(4deg);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.shelf-art:hover > div {
  transform: rotate(0) translateY(-5px);
}
.shelf-weekly {
  background: #edf5ef;
}
.shelf-indepth {
  background: #eaf0fa;
}
.shelf-art .research-cover {
  padding: 13px;
  background: #fff;
  color: #376697;
  border-color: #e2e8ee;
  box-shadow: 0 12px 25px #26405c19;
}
.shelf-art .cover-weekly {
  color: #3c8071;
}
.shelf-art .cover-publisher {
  font-size: 6px;
}
.shelf-art .cover-kind {
  font-size: 7px;
  padding-top: 9px;
}
.shelf-art .research-cover > strong {
  font-size: 21px;
  line-height: 1.05;
  margin-top: 7px;
}
.shelf-art .research-cover > p {
  font-size: 6px;
  line-height: 1.6;
  margin: 9px 0 14px;
}
.shelf-art .cover-bottom {
  font-size: 5px;
}
.shelf-edition {
  position: absolute;
  left: 27px;
  top: 32px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #5f86af;
  max-width: 80px;
}
.shelf-edition small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 10px;
  color: #8fa4bb;
}
.shelf-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  margin-top: 15px;
  color: #8b95a1;
}
.shelf-meta .save-button {
  margin-left: auto;
  width: 32px;
  height: 32px;
  background: transparent;
}
.shelf-meta .save-button.saved {
  color: #287be2;
  background: #eef5fe;
}
.shelf-card h3 {
  font-size: 20px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #333d4b;
  margin: 6px 0 10px;
}
.shelf-card h3:hover {
  color: #287be2;
}
.shelf-card > p {
  font-size: 12px;
  color: #8b95a1;
  line-height: 1.6;
  margin: 0;
}
.research-cover .cover-kind {
  position: static;
  color: inherit;
  background: none;
  opacity: 0.8;
}
.reading-experience {
  background: #f6f8fa;
  padding: 55px 0;
  margin-bottom: 5px;
  overflow: hidden;
}
.reading-experience-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.reading-experience-copy {
  padding-left: 36px;
}
.reading-experience-copy h2 {
  font-size: 34px;
  color: #191f28;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.04em;
  margin: 18px 0;
}
.reading-experience-copy > p {
  font-size: 16px;
  color: #6b7684;
  line-height: 1.8;
}
.preview-selector {
  display: flex;
  gap: 5px;
  margin: 25px 0;
}
.preview-selector button {
  background: transparent;
  padding: 10px 19px;
  border: 0;
  color: #8b95a1;
  font-size: 13px;
  border-radius: 4px;
}
.preview-selector button.active {
  background: #e5edf6;
  color: #256dc0;
}
.reading-experience-copy .button {
  display: inline-flex;
  padding: 12px 22px;
}
.sample-caption {
  display: block;
  font-size: 11px;
  color: #8b95a1;
  margin-top: 14px;
}
.reading-experience-visual {
  height: 365px;
  background: #e9eef3;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 10px 25px #24425c06;
}
.mini-reader-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 16px 22px;
  color: #65798c;
  font-size: 11px;
}
.reading-experience-visual > a {
  display: block;
  width: 66%;
  max-width: 290px;
  margin: 23px auto 0;
  box-shadow: 0 5px 24px #25405912;
}
.reading-experience-visual img {
  display: block;
  width: 100%;
  transition: opacity 0.2s;
}
.institute-home .portal-media {
  padding-top: 55px;
  padding-bottom: 60px;
}
.portal-media-meta {
  font-size: 12px;
}
.portal-media-grid h3 {
  font-size: 18px;
  line-height: 1.6;
  color: #333d4b;
}
.institute-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 60px;
}
.institute-bottom > div {
  padding: 36px;
  background: #eff6f8;
}
.institute-bottom > div + div {
  background: #f1f4fa;
}
.institute-bottom h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin: 18px 0 27px;
  color: #334b5f;
}
.institute-bottom a {
  font-size: 13px;
  color: #3a7eaf;
}
.catalog-sidebar .filter-group h3 {
  font-size: 13px;
}
.catalog-sidebar .filter-list button {
  font-size: 14px;
  min-height: 40px;
}
.research-page .tabs .tab {
  font-size: 14px;
}
.catalog-tools {
  font-size: 13px;
}
.catalog-search input,
.catalog-tools select {
  font-size: 13px;
}
.archive-entry-body h3 {
  font-size: 21px;
  color: #333d4b;
}
.archive-entry-body > p {
  font-size: 14px;
  line-height: 1.7;
}
.archive-meta {
  font-size: 13px;
}
.archive-tags > a {
  font-size: 12px;
}
.archive-entry-actions > a {
  font-size: 12px;
}
.archive-entry {
  padding: 28px 0;
}
.feature-copy h2 {
  font-size: 31px;
  color: #253e53;
  max-width: 600px;
}
.feature-copy > p {
  font-size: 14px;
}
.feature-facts {
  font-size: 12px;
}
.feature-copy .eyebrow {
  font-size: 11px;
}
.report-product-info h1 {
  color: #191f28;
}
.report-abstract {
  font-size: 15px;
}
.report-facts > div {
  font-size: 14px;
}
.report-outline h3 {
  font-size: 16px;
}
.report-demo-note {
  font-size: 12px;
}
.reading-guide dd {
  font-size: 13px;
}
.membership-edition > p {
  font-size: 14px;
}
.membership-edition small {
  font-size: 12px;
}
.plan p,
.plan .fine {
  font-size: 13px;
}
.plan ul {
  font-size: 14px;
}
.membership-service p {
  font-size: 15px;
}
.faq-list summary {
  font-size: 15px;
}
.faq-list details > p {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 1000px) {
  .catalog-sidebar {
    position: sticky;
    top: 24px;
    align-self: start;
  }
  .plan {
    position: sticky;
    top: 24px;
  }
  .research-page .research-feature {
    min-height: 248px;
    margin-bottom: 32px;
  }
  .research-page .feature-document {
    width: 150px;
  }
  .research-page .page-intro {
    margin-bottom: 28px;
  }
}
@media (max-width: 1000px) {
  .publication-shelf {
    gap: 20px;
  }
  .shelf-art {
    padding: 23px;
    height: 205px;
  }
  .shelf-art > div {
    width: 106px;
  }
  .shelf-edition {
    left: 18px;
    top: 25px;
    font-size: 10px;
  }
  .shelf-art .research-cover > strong {
    font-size: 18px;
  }
  .reading-experience-inner {
    gap: 40px;
  }
  .reading-experience-copy {
    padding-left: 0;
  }
  .reading-experience-copy h2 {
    font-size: 31px;
  }
}
@media (max-width: 800px) {
  .shelf-edition {
    position: static;
    align-self: flex-start;
    font-size: 9px;
    margin-right: 10px;
  }
  .shelf-art {
    padding: 18px 15px;
    height: 188px;
  }
  .shelf-art > div {
    width: 94px;
    flex-shrink: 0;
  }
  .shelf-art .research-cover {
    padding: 10px;
  }
  .shelf-art .research-cover > strong {
    font-size: 16px;
  }
  .shelf-card h3 {
    font-size: 17px;
  }
  .shelf-meta {
    font-size: 10px;
    gap: 8px;
  }
  .publication-section-head h2 {
    font-size: 25px;
  }
  .research-topics {
    gap: 25px;
  }
  .reading-experience-inner {
    gap: 30px;
  }
  .reading-experience-visual {
    height: 320px;
  }
  .reading-experience-copy h2 {
    font-size: 29px;
  }
  .reading-experience-copy > p {
    font-size: 14px;
  }
  .institute-bottom h2 {
    font-size: 22px;
  }
  .institute-bottom > div {
    padding: 26px;
  }
}
@media (max-width: 600px) {
  .institution-header .header-main {
    height: 74px;
  }
  .institution-header .full-logo-frame {
    width: 186px;
  }
  .institution-header .clean-nav > a {
    font-size: 14px;
  }
  .hero-kicker {
    font-size: 9px;
    margin-bottom: 15px;
  }
  .premium-banner h1 {
    font-size: 27px;
  }
  .premium-banner .button {
    font-size: 12px;
    padding: 10px 14px;
    min-height: 40px;
  }
  .premium-banner .portal-text-link {
    font-size: 12px;
  }
  .premium-banner .portal-banner-links {
    margin-top: 23px;
    gap: 19px;
  }
  .research-topics {
    min-height: 62px;
    gap: 23px;
    scrollbar-width: none;
  }
  .research-topics > span {
    display: none;
  }
  .research-topics > a {
    font-size: 12px;
  }
  .publication-section {
    padding-top: 34px;
    padding-bottom: 38px;
  }
  .publication-section-head {
    gap: 14px;
    margin-bottom: 22px;
  }
  .publication-section-head h2 {
    font-size: 23px;
    max-width: 250px;
  }
  .publication-section-head > a {
    font-size: 11px;
  }
  .publication-section-head .eyebrow {
    font-size: 9px;
  }
  .publication-controls {
    display: block;
    margin-bottom: 18px;
  }
  .publication-controls > span {
    display: none;
  }
  .publication-controls .portal-tabs button {
    font-size: 13px;
    padding: 9px 14px;
    min-height: 39px;
  }
  .publication-shelf {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    gap: 18px;
    padding-bottom: 10px;
  }
  .shelf-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .shelf-art {
    height: 193px;
    padding: 23px 32px;
    justify-content: flex-end;
  }
  .shelf-edition {
    position: absolute;
    left: 23px;
    top: 25px;
    font-size: 10px;
  }
  .shelf-art > div {
    width: 108px;
  }
  .shelf-art .research-cover > strong {
    font-size: 19px;
  }
  .shelf-card h3 {
    font-size: 18px;
  }
  .shelf-meta {
    font-size: 11px;
  }
  .reading-experience {
    padding: 35px 0;
  }
  .reading-experience-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .reading-experience-copy h2 {
    font-size: 28px;
    margin: 12px 0;
  }
  .reading-experience-copy > p {
    font-size: 14px;
  }
  .preview-selector {
    margin: 18px 0;
  }
  .reading-experience-copy .button {
    font-size: 13px;
  }
  .reading-experience-visual {
    height: 290px;
  }
  .reading-experience-visual > a {
    max-width: 220px;
  }
  .mini-reader-top {
    font-size: 10px;
    padding: 13px 17px;
  }
  .institute-home .portal-media {
    padding-top: 37px;
    padding-bottom: 36px;
  }
  .portal-media-meta {
    font-size: 11px;
  }
  .portal-media-grid h3 {
    font-size: 16px;
  }
  .institute-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 35px;
  }
  .institute-bottom h2 {
    font-size: 23px;
  }
  .institute-bottom > div {
    padding: 28px;
  }
  .page-intro h1 {
    font-size: 29px;
  }
  .page-intro p {
    font-size: 13px;
  }
  .feature-copy h2 {
    font-size: 21px;
  }
  .feature-copy > p {
    font-size: 12px;
  }
  .feature-facts {
    font-size: 10px;
  }
  .feature-copy .eyebrow {
    font-size: 9px;
  }
  .catalog-sidebar .filter-list button {
    font-size: 12px;
    min-height: 36px;
  }
  .archive-entry-body h3 {
    font-size: 17px;
  }
  .archive-entry-body > p {
    font-size: 12px;
  }
  .archive-meta {
    font-size: 11px;
    gap: 9px;
  }
  .archive-tags > a {
    font-size: 11px;
  }
  .archive-entry {
    padding: 23px 0;
  }
  .catalog-tools {
    font-size: 12px;
  }
  .catalog-search input,
  .catalog-tools select {
    font-size: 12px;
  }
  .report-outline h3 {
    font-size: 14px;
  }
  .report-facts > div {
    font-size: 13px;
  }
  .report-abstract {
    font-size: 14px;
  }
  .membership-edition > p {
    font-size: 12px;
  }
  .membership-edition small {
    font-size: 11px;
  }
  .plan p {
    font-size: 13px;
  }
  .faq-list summary {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .institute-home .portal-banner-copy {
    animation: research-enter 0.65s ease both;
  }
  .publication-shelf {
    animation: research-enter 0.35s ease both;
  }
  .reading-experience-visual img {
    animation: research-enter 0.3s ease both;
  }
  @keyframes research-enter {
    from {
      opacity: 0.3;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.membership-edition {
  align-items: flex-start;
  gap: 0;
}
.library-cover-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f6fa;
  padding: 25px;
  min-height: 240px;
}
.library-cover-stage > .research-cover {
  width: 145px;
  padding: 17px;
}
.library-cover-stage .research-cover > strong {
  font-size: 25px;
}
.library-cover-stage .cover-publisher {
  font-size: 7px;
}
.library-cover-stage .cover-kind {
  font-size: 7px;
}
.library-cover-stage .research-cover > p {
  font-size: 7px;
  margin: 9px 0 16px;
}
.library-cover-stage .cover-bottom {
  font-size: 5px;
}
.document-card h3 {
  font-size: 18px;
  color: #333d4b;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .membership-edition {
    gap: 8px 15px;
  }
  .library-cover-stage {
    padding: 18px;
    min-height: 190px;
  }
  .library-cover-stage > .research-cover {
    width: 115px;
    padding: 13px;
  }
  .library-cover-stage .research-cover > strong {
    font-size: 20px;
  }
  .document-card h3 {
    font-size: 16px;
  }
}
.archive-filter-panel > summary {
  display: none;
}
@media (max-width: 800px) {
  .research-page .catalog-sidebar {
    display: block;
  }
  .archive-filter-panel > summary {
    display: list-item;
    cursor: pointer;
    padding: 15px 18px;
    background: #f5f7fa;
    font-size: 13px;
    color: #4e5968;
  }
  .filter-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px 0 0;
  }
  .filter-content .filter-group {
    flex: 1;
    min-width: 145px;
  }
  .filter-content > .text-link {
    align-self: end;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .research-page .catalog-layout {
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .publication-controls .portal-tabs {
    display: flex;
    gap: 4px;
  }
  .publication-controls .portal-tabs button {
    white-space: nowrap;
    flex: 1;
    padding: 10px 8px;
  }
  .membership-edition {
    min-height: 150px;
  }
  .membership-page .page-intro {
    margin-bottom: 25px;
  }
  .membership-page .membership-layout {
    padding-top: 0;
  }
}
