:root {
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: #333;
  background: #fff;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 0;
  font-size: 192px;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: #333;
  background: #fff;
  font-size: 18px;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
}

img {
  max-width: 100%;
}

ul,
ol,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.site-wrapper {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 8px 14px;
  clip: auto;
  color: #fff;
  background: #003da5;
}

.favorite-message {
  position: fixed;
  z-index: 1000;
  top: 62px;
  left: 50%;
  padding: 9px 18px;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 61, 165, .94);
  font-size: 14px;
  opacity: 0;
  transform: translate(-50%, -8px);
  transition: opacity .18s ease, transform .18s ease;
}

.favorite-message.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Header */
.site-top {
  position: relative;
  z-index: 20;
}

.header-top {
  height: 50px;
  color: #003da5;
  background: #fff;
}

.header-top-inner {
  height: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.header-left {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #003da5;
  font-size: 14px;
  line-height: 50px;
  white-space: nowrap;
}

.header-left button {
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.header-language-mobile {
  display: none;
}

.header-right {
  width: 372px;
  height: 43px;
  display: flex;
  align-items: flex-start;
}

.header-search {
  width: 297px;
  height: 35px;
  display: flex;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 5px;
  background: #f6f6f6;
}

.header-search input {
  min-width: 0;
  flex: 1;
  height: 35px;
  padding: 0 8px 0 10px;
  color: #333;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  line-height: 35px;
}

.header-search input::placeholder {
  color: #989898;
  opacity: 1;
}

.header-search button {
  width: 42px;
  height: 35px;
  flex: 0 0 42px;
  background: url("/img/xinjin/search_icon@2x.png") center / 19px 19px no-repeat;
  cursor: pointer;
}

.language {
  width: 75px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 7px;
  color: #003da5;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
}

.language b,
.header-language-mobile b {
  font-weight: 400;
}

.language i,
.header-language-mobile i {
  width: 1px;
  height: 20px;
  display: block;
  background: #315d94;
}

.main-head,
.header-logo {
  height: .74479rem;
}

.header-logo {
  background: #003da5;
}

.header-logo-wrapper {
  height: .74479rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo-left {
  height: .66667rem;
  display: flex;
  align-items: center;
  padding-left: .03646rem;
}

.brand-logo-image {
  width: .58333rem;
  height: .58333rem;
  display: block;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 8px 14px rgba(0, 30, 92, .2));
}

.header-organization-name {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  margin: 0 .18rem;
  padding-left: .15625rem;
  border-left: 3px solid rgba(78, 211, 220, .82);
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 26, 80, .24);
}

.header-organization-name span {
  color: rgba(255, 255, 255, .82);
  font-family: STKaiti, KaiTi, serif;
  font-size: .10417rem;
  line-height: .15104rem;
  letter-spacing: .02604rem;
  white-space: nowrap;
}

.header-organization-name strong {
  margin-top: .02083rem;
  color: #fff;
  font-family: STZhongsong, SimSun, "宋体", serif;
  font-size: .16146rem;
  font-weight: 600;
  line-height: .20313rem;
  letter-spacing: .01563rem;
  white-space: nowrap;
}

.brand-symbol {
  width: .42969rem;
  height: .42969rem;
  display: block;
  flex: 0 0 auto;
}

.brand-symbol svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.brand-symbol circle {
  fill: #fff;
  stroke: #cf3947;
  stroke-width: 4;
}

.brand-symbol path {
  fill: #cf3947;
}

.brand-identity {
  width: 2.42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: .07813rem;
  color: #fff;
}

.brand-identity strong {
  font-size: .16667rem;
  font-weight: 600;
  line-height: .21094rem;
  letter-spacing: .01042rem;
  white-space: nowrap;
}

.brand-identity small {
  font: 500 .05208rem/.07292rem Arial, sans-serif;
  letter-spacing: .00391rem;
  white-space: nowrap;
}

.header-logo-right {
  width: 1.724rem;
  height: .74479rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff;
  background: radial-gradient(circle at center, rgba(255, 255, 255, .1), transparent 68%);
}

.header-logo-right span {
  color: #fff;
  font-family: STXingkai, "华文行楷", FZShuTi, "方正舒体", KaiTi, STKaiti, serif;
  font-size: .1875rem;
  font-weight: 400;
  line-height: .24479rem;
  letter-spacing: .02604rem;
  text-shadow: 0 2px 7px rgba(0, 22, 74, .28);
  white-space: nowrap;
}

.header-logo-right span + span {
  transform: translateX(.18229rem);
}

.section-nav {
  position: relative;
  z-index: 2;
  color: #fff;
  background: #0753b8;
  box-shadow: 0 2px 6px rgba(0, 30, 84, .14);
}

.section-nav .site-wrapper {
  min-height: .36rem;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.section-nav a {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: .08rem .02rem;
  font-size: .085rem;
  white-space: nowrap;
}

.section-nav a:hover,
.section-nav a.active {
  background: rgba(255, 255, 255, .16);
}

.secondary-nav {
  position: relative;
  z-index: 1;
  color: #344a60;
  border-bottom: 1px solid #d9e2eb;
  background: #fff;
  box-shadow: 0 3px 10px rgba(27, 56, 89, .06);
}

.secondary-nav .site-wrapper {
  min-height: 54px;
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: thin;
}

.secondary-nav a {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 108px;
  padding: 14px 18px;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
}

.secondary-nav a::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  content: "";
  background: transparent;
}

.secondary-nav a:hover,
.secondary-nav a.active {
  color: #0753b8;
  font-weight: 700;
}

.secondary-nav a.active::after {
  background: #0753b8;
}

.secondary-page-layout {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding: 28px 0 80px;
}

.secondary-page-layout .secondary-nav {
  position: sticky;
  top: 16px;
  width: 132px;
  max-height: calc(100vh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #d9e2eb;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(27, 56, 89, .08);
}

.secondary-page-layout .secondary-nav .site-wrapper {
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}

.secondary-page-layout .secondary-nav a {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  padding: 14px 20px;
  border-bottom: 1px solid #edf1f5;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  overflow-wrap: anywhere;
}

.secondary-page-layout .secondary-nav a:last-child {
  border-bottom: 0;
}

.secondary-page-layout .secondary-nav a::after {
  top: 10px;
  right: auto;
  bottom: 10px;
  left: 0;
  width: 4px;
  height: auto;
}

.secondary-page-layout .secondary-nav a:hover,
.secondary-page-layout .secondary-nav a.active {
  background: #edf6ff;
}

.secondary-page-content {
  min-width: 0;
}

.secondary-page-content > main,
.secondary-page-content .module-hub-page,
.secondary-page-content .hospital-directory,
.secondary-page-content .listing-section,
.secondary-page-content .about-section,
.secondary-page-content .article-detail {
  width: 100%;
  margin-inline: 0;
}

.secondary-page-content .module-hub-page,
.secondary-page-content .article-page {
  padding-bottom: 0;
}

.secondary-page-content .hospital-directory,
.secondary-page-content .about-section {
  padding-top: 0;
}

.secondary-page-content .institution-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  justify-content: stretch;
  gap: 18px;
}

.secondary-page-content .institution-card {
  width: 100%;
}

html[lang="en"] .brand-identity {
  width: 3.15rem;
}

html[lang="en"] .brand-identity strong {
  font: 600 .102rem/.14rem Arial, sans-serif;
  letter-spacing: .002rem;
}

html[lang="en"] .brand-identity small {
  font-size: .045rem;
}

html[lang="en"] .header-logo-right {
  width: 2.05rem;
}

html[lang="en"] .header-organization-name {
  margin-inline: .12rem;
}

html[lang="en"] .header-organization-name span {
  font: 600 .07292rem/.10417rem Arial, sans-serif;
  letter-spacing: .00521rem;
}

html[lang="en"] .header-organization-name strong {
  font: 700 .08854rem/.11979rem Arial, sans-serif;
  letter-spacing: .0026rem;
  white-space: normal;
}

html[lang="en"] .header-logo-right span {
  font-family: Arial, sans-serif;
  font-size: .115rem;
  letter-spacing: .002rem;
}

html[lang="en"] .section-nav a {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .065rem .025rem;
  font-size: .073rem;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

html[lang="en"] .section-nav .site-wrapper {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

html[lang="en"] .category-copy strong {
  padding: 0;
  text-align: left;
}

/* Hero */
.home-main {
  position: relative;
}

.banner {
  position: relative;
  width: 100%;
  height: clamp(420px, 36vw, 608px);
  overflow: hidden;
  background: #d8edf7;
}

.banner-track,
.banner-slide {
  position: absolute;
  inset: 0;
}

.banner-slide {
  z-index: 0;
  opacity: 0;
  transition: opacity .7s ease;
}

.banner-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: .36458rem;
  height: .36458rem;
  margin-top: -.17188rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .16);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.banner-arrow-left {
  left: .28646rem;
  background-image: url("/img/xinjin/banner_left@2x.png");
}

.banner-arrow-right {
  right: .28646rem;
  background-image: url("/img/xinjin/banner_right@2x.png");
}

.banner-pagination {
  position: absolute;
  z-index: 3;
  bottom: .17708rem;
  left: 50%;
  width: auto;
  height: .02604rem;
  display: flex;
  gap: .05208rem;
  transform: translateX(-50%);
}

.banner-pagination button {
  width: .26042rem;
  height: .02604rem;
  padding: 0;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}

.banner-pagination button.active {
  background: #003da5;
}

.floating-medical {
  position: absolute;
  z-index: 15;
  top: calc(clamp(420px, 36vw, 608px) - 24px);
  right: max(24px, calc((100vw - 1200px) / 2 - 110px));
  width: .45833rem;
  height: .88542rem;
  display: block;
  background: url("/img/xinjin/fix@2x.png") 0 0 / cover no-repeat;
  transition: transform .18s ease;
}

.floating-medical:hover {
  transform: translateY(-.025rem);
}

.floating-medical.is-fixed {
  position: fixed;
  top: 42vh;
}

/* Homepage category area */
.category-section {
  position: relative;
  width: 100%;
  padding: 28px 0 38px;
  background: #f4f8fb;
}

/* Home information disclosure */
#home-information {
  position: relative;
  min-height: 0;
  padding: 76px 0 88px;
  background: #fff;
}

#home-information::before,
#home-information::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(30, 116, 191, .12);
  border-radius: 50%;
  pointer-events: none;
}

#home-information::before {
  top: -180px;
  right: -130px;
  width: 430px;
  height: 430px;
}

#home-information::after {
  bottom: -240px;
  left: -180px;
  width: 520px;
  height: 520px;
}

.home-information-inner {
  position: relative;
  z-index: 1;
}

.home-information-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.home-information-heading {
  max-width: 570px;
}

.home-information-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #176cb7;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.2px;
}

.home-information-eyebrow::before {
  width: 30px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #1a79c7;
}

.home-information-heading h2 {
  color: #163a5a;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1px;
}

.home-information-heading p {
  margin-top: 13px;
  color: #657b8f;
  font-size: 16px;
  line-height: 1.8;
}

.home-information-tabs {
  min-width: 480px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 5px;
  border: 1px solid rgba(47, 107, 160, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 32px rgba(37, 91, 137, .08);
  backdrop-filter: blur(8px);
}

.home-information-tab {
  position: relative;
  min-height: 48px;
  padding: 10px 18px;
  color: #5e7182;
  border-radius: 10px;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease,
    transform .18s ease;
}

.home-information-tab:hover {
  color: #075eb2;
  background: rgba(231, 243, 254, .84);
}

.home-information-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, #0758ad, #2384c9);
  box-shadow: 0 8px 18px rgba(9, 91, 168, .25);
}

.home-information-tab:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(16, 105, 185, .25);
  outline-offset: 3px;
}

.home-information-panels {
  margin-top: 34px;
}

.home-information-panel {
  overflow: hidden;
  border: 1px solid rgba(39, 103, 157, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 55px rgba(30, 78, 120, .11);
}

.home-information-panel + .home-information-panel {
  margin-top: 24px;
}

.home-information-panel:focus {
  outline: none;
}

.home-information-panel[hidden] {
  display: none;
}

.home-information-panel-heading {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 28px;
  border-bottom: 1px solid #e3edf5;
  background: linear-gradient(90deg, #fff, #f5faff);
}

.home-information-panel-heading > div {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.home-information-panel-heading > div > span {
  color: #7a8c9e;
  font-size: 13px;
}

.home-information-panel-heading h3 {
  color: #174b77;
  font-size: 23px;
  line-height: 1.3;
}

.home-information-panel-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #126bb7;
  font-size: 14px;
  font-weight: 700;
}

.home-information-panel-heading > a b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #b7d3ea;
  border-radius: 50%;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.home-information-panel-heading > a:hover b {
  color: #fff;
  background: #126bb7;
  transform: translateX(3px);
}

.home-information-panel-heading > a:focus-visible {
  outline: 3px solid rgba(16, 105, 185, .22);
  outline-offset: 4px;
}

.home-information-content {
  min-height: 350px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.home-information-feature {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 42px 46px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(110, 204, 255, .35), transparent 28%),
    linear-gradient(145deg, #063f83 0%, #0768b8 56%, #1c8bca 100%);
}

.home-information-feature::after {
  position: absolute;
  right: -84px;
  bottom: -128px;
  width: 250px;
  height: 250px;
  content: "";
  border: 28px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .025);
}

.home-information-feature-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 21px;
}

.home-information-feature-meta b {
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 20px;
  background: rgba(255, 255, 255, .12);
  font-size: 12px;
}

.home-information-feature-meta time {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.home-information-feature > strong {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  font-size: 26px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-information-feature > p {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  margin-top: 15px;
  overflow: hidden;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-information-feature-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: 27px;
  font-size: 14px;
  font-weight: 700;
}

.home-information-feature-action i {
  font-size: 18px;
  font-style: normal;
  transition: transform .18s ease;
}

.home-information-feature:hover .home-information-feature-action i {
  transform: translate(3px, -3px);
}

.home-information-feature:focus-visible {
  z-index: 1;
  outline: 3px solid #8bc8f1;
  outline-offset: -6px;
}

.home-information-list {
  min-width: 0;
  display: grid;
  align-content: stretch;
  gap: 10px;
  padding: 24px;
}

.home-information-list > a {
  min-width: 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 15px;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #f7fafc;
  transition: border-color .18s ease, background-color .18s ease,
    box-shadow .18s ease, transform .18s ease;
}

.home-information-list > a:hover,
.home-information-list > a:focus-visible {
  border-color: #bad7ee;
  background: #fff;
  box-shadow: 0 9px 22px rgba(28, 87, 137, .1);
  transform: translateY(-2px);
}

.home-information-list > a:focus-visible {
  outline: 3px solid rgba(16, 105, 185, .2);
  outline-offset: 2px;
}

.home-information-list time {
  width: 62px;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #176db7;
  border-radius: 10px;
  background: #e7f2fb;
  font-family: Arial, sans-serif;
}

.home-information-list time strong {
  font-size: 24px;
  line-height: 26px;
}

.home-information-list time small {
  margin-top: 2px;
  color: #6387a5;
  font-size: 9px;
}

.home-information-list > a > span {
  min-width: 0;
}

.home-information-list > a > span b {
  display: -webkit-box;
  overflow: hidden;
  color: #24455f;
  font-size: 16px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-information-list > a > span small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #8493a0;
  font-size: 12px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-information-list > a > i {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: #3c7cb1;
  border: 1px solid #c5d9e9;
  border-radius: 50%;
  font-size: 15px;
  font-style: normal;
}

.home-information-empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 15px;
  color: #71879a;
}

.home-information-empty > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #7baad0;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .home-information-header {
    align-items: stretch;
    flex-direction: column;
    gap: 26px;
  }

  .home-information-tabs {
    width: 100%;
    min-width: 0;
  }

  .home-information-content {
    grid-template-columns: 1fr;
  }

  .home-information-feature {
    min-height: 330px;
  }
}

@media (max-width: 600px) {
  #home-information {
    padding: 54px 0 62px;
  }

  .home-information-heading h2 {
    font-size: 31px;
  }

  .home-information-heading p {
    font-size: 14px;
  }

  .home-information-tabs {
    gap: 3px;
    padding: 4px;
  }

  .home-information-tab {
    min-height: 44px;
    padding: 8px 5px;
    font-size: 13px;
  }

  .home-information-panels {
    margin-top: 22px;
  }

  .home-information-panel {
    border-radius: 16px;
  }

  .home-information-panel-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }

  .home-information-panel-heading > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .home-information-panel-heading h3 {
    font-size: 21px;
  }

  .home-information-feature {
    min-height: 320px;
    padding: 34px 26px;
  }

  .home-information-feature > strong {
    font-size: 22px;
  }

  .home-information-list {
    padding: 14px;
  }

  .home-information-list > a {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
  }

  .home-information-list time {
    width: 54px;
    height: 54px;
  }

  .home-information-list time strong {
    font-size: 21px;
  }

  .home-information-list > a > span b {
    font-size: 14px;
  }

  .home-information-list > a > i {
    display: none;
  }
}

/* Flat information disclosure variant: square edges and underline tabs */
#home-information {
  padding: 64px 0 72px;
  background: #fff;
}

#home-information::before,
#home-information::after,
.home-information-feature::after {
  display: none;
}

.home-information-eyebrow::before {
  border-radius: 0;
}

.home-information-header {
  min-height: .26823rem;
  padding-bottom: 0;
  border-bottom: 1px solid #c7c7c7;
}

.home-information-heading h2 {
  color: #333;
  font-size: .14583rem;
  font-weight: 700;
  line-height: .26042rem;
  letter-spacing: 0;
}

.home-information-tabs {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-information-tab {
  min-height: 0;
  padding: 0 0 11px;
  color: #8c95a3;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  transition: color .18s ease;
}

.home-information-tab::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background: #0782d8;
  transform: translateX(-50%);
  transition: width .18s ease;
}

.home-information-tab:hover,
.home-information-tab.is-active {
  color: #0782d8;
  background: transparent;
}

.home-information-tab.is-active {
  font-weight: 600;
  box-shadow: none;
}

.home-information-tab.is-active::after {
  width: 20px;
}

.home-information-tab:focus-visible {
  outline: 1px dashed #0782d8;
  outline-offset: 4px;
}

.home-information-panels {
  margin-top: 24px;
}

.home-information-panel,
.home-information-panel + .home-information-panel {
  margin-top: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.home-information-panel-heading {
  min-height: 48px;
  padding: 0 0 14px;
  border-bottom: 0;
  background: transparent;
}

.home-information-panel-heading > div {
  gap: 12px;
}

.home-information-panel-heading > div > span {
  color: #8b939d;
}

.home-information-panel-heading h3 {
  color: #333;
  font-size: 20px;
}

.home-information-panel-heading > a {
  color: #0782d8;
  font-weight: 400;
}

.home-information-panel-heading > a b {
  width: auto;
  height: auto;
  display: inline;
  border: 0;
  border-radius: 0;
}

.home-information-panel-heading > a:hover b {
  color: inherit;
  background: transparent;
  transform: translateX(3px);
}

.home-information-content {
  min-height: 0;
  display: block;
  border: 0;
}

.home-information-feature {
  padding: 40px 44px;
  background: #0878c9;
}

.home-information-feature-meta b {
  padding: 0 0 0 9px;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, .8);
  border-radius: 0;
  background: transparent;
}

.home-information-list {
  gap: 0;
  padding: 0 0 0 28px;
}

.home-information-list > a {
  grid-template-columns: 62px minmax(0, 1fr) 24px;
  padding: 18px 12px 18px 0;
  border: 0;
  border-bottom: 1px solid #e8ebef;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transform: none;
}

.home-information-list > a:last-child {
  border-bottom: 0;
}

.home-information-list > a:hover,
.home-information-list > a:focus-visible {
  border-color: #e8ebef;
  background: #f7fbfe;
  box-shadow: none;
  transform: none;
}

.home-information-list time {
  border-radius: 0;
}

.home-information-list > a > i {
  width: auto;
  height: auto;
  display: inline;
  color: #0782d8;
  border: 0;
  border-radius: 0;
}

.home-information-empty {
  border-top: 1px solid #e5e8ec;
  border-bottom: 1px solid #e5e8ec;
}

.home-information-empty > span {
  border-radius: 0;
}

.home-information-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-information-news-card {
  min-width: 0;
  min-height: 118px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  padding: 16px 16px 16px 14px;
  color: #25384b;
  border: 1px solid #dfe7ef;
  border-left: 3px solid #0782d8;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 3px 12px rgba(24, 67, 105, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-information-news-card:hover,
.home-information-news-card:focus-visible {
  color: #075eb2;
  border-color: #a9c9e5;
  box-shadow: 0 8px 22px rgba(24, 67, 105, .11);
  transform: translateY(-2px);
}

.home-information-news-card:focus-visible {
  outline: 2px solid rgba(7, 130, 216, .24);
  outline-offset: 2px;
}

.home-information-news-card time {
  width: 58px;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #075eb2;
  border-radius: 0;
  background: #edf6fc;
  font-family: Arial, sans-serif;
}

.home-information-news-card time strong {
  font-size: 25px;
  line-height: 27px;
}

.home-information-news-card time small {
  margin-top: 3px;
  color: #69849b;
  font-size: 10px;
  line-height: 13px;
}

.home-information-news-copy {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.home-information-news-copy b {
  display: -webkit-box;
  overflow: hidden;
  color: #1e3348;
  font-size: 16px;
  line-height: 23px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-information-news-copy small {
  display: -webkit-box;
  overflow: hidden;
  color: #748391;
  font-size: 12px;
  line-height: 19px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-information-news-card > i {
  color: #0782d8;
  font-size: 16px;
  font-style: normal;
  text-align: right;
  transition: transform .18s ease;
}

.home-information-news-card:hover > i {
  transform: translateX(3px);
}

@media (max-width: 980px) {
  .home-information-header {
    gap: 24px;
  }

  .home-information-tabs {
    width: 100%;
    flex-wrap: nowrap;
    align-self: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .home-information-content {
    border-bottom: 0;
  }

  .home-information-card-grid {
    grid-template-columns: 1fr;
  }

  .home-information-list {
    padding-left: 0;
    border-bottom: 1px solid #e5e8ec;
  }
}

@media (max-width: 600px) {
  #home-information {
    padding: 50px 0 58px;
  }

  .home-information-tabs {
    width: 100%;
    gap: 26px;
    padding: 0;
    overflow-x: auto;
  }

  .home-information-tab {
    min-height: 0;
    flex: 0 0 auto;
    padding: 0 0 10px;
    font-size: 14px;
  }

  .home-information-panel {
    border-radius: 0;
  }

  .home-information-panel-heading {
    align-items: center;
    flex-direction: row;
    padding: 0 0 14px;
  }

  .home-information-panel-heading > div {
    align-items: baseline;
    flex-direction: row;
  }

  .home-information-news-card {
    min-height: 96px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 12px 13px 10px;
  }

  .home-information-news-card time {
    width: 52px;
    height: 58px;
  }

  .home-information-news-card > i {
    display: none;
  }

  .home-information-feature {
    min-height: 300px;
    padding: 34px 26px;
  }

  .home-information-list {
    padding: 0;
  }

  .home-information-list > a {
    padding: 15px 8px 15px 0;
  }
}

@media (max-width: 1050px) {
  .home-information-heading h2 {
    font-size: 24px;
    line-height: 44px;
  }
}

.category-content {
  height: auto;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.category-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.category-grid li {
  --category-accent: #168bf2;
  --category-tint: #e8f3ff;
  min-width: 0;
  min-height: 128px;
  border: 1px solid #d9e5ed;
  border-radius: 2px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 4px 12px rgba(31, 72, 103, .035);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.category-grid li:nth-child(2) {
  --category-accent: #13a98d;
  --category-tint: #e5f6f1;
}

.category-grid li:nth-child(3) {
  --category-accent: #f08b2e;
  --category-tint: #fff1e5;
}

.category-grid li:nth-child(4) {
  --category-accent: #8069eb;
  --category-tint: #f0ebff;
}

.category-grid li:nth-child(5) {
  --category-accent: #df5165;
  --category-tint: #fdecef;
}

.category-grid li:nth-child(6) {
  --category-accent: #1aa68e;
  --category-tint: #e5f6f1;
}

.category-grid li:nth-child(7) {
  --category-accent: #e65e75;
  --category-tint: #fdecef;
}

.category-grid li:nth-child(8) {
  --category-accent: #c91f37;
  --category-tint: #fff0f2;
}

.category-grid li:nth-child(8) .category-icon {
  overflow: hidden;
  background: #ffe68a;
}

.category-grid li:nth-child(8) .category-icon img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.category-grid li:nth-child(9) {
  --category-accent: #15a3c6;
  --category-tint: #e6f7fb;
}

.category-grid li:hover {
  border-color: #c4d6e2;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(31, 72, 103, .09);
}

.category-grid a {
  width: 100%;
  height: 100%;
  min-height: 126px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  padding: 16px 16px;
}

.category-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--category-accent);
  background: var(--category-tint);
  transition: transform .2s ease;
}

.category-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 4px;
}

.category-copy strong {
  overflow: hidden;
  color: #123a5f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-copy small {
  overflow: hidden;
  color: #72879a;
  font-size: 13px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-arrow {
  display: grid;
  place-items: center;
  justify-self: end;
  color: #7e9fb5;
  font-size: 21px;
  line-height: 1;
  transition: color .2s ease, transform .2s ease;
}

.category-grid a:hover .category-icon,
.category-grid a:focus-visible .category-icon {
  transform: scale(1.04);
}

.category-grid a:hover .category-arrow,
.category-grid a:focus-visible .category-arrow {
  color: var(--category-accent);
  transform: translateX(4px);
}

.category-grid a:focus-visible {
  outline: 3px solid rgba(23, 100, 185, .22);
  outline-offset: -3px;
}

/* Headline news */
.headline-news {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
  overflow: hidden;
  background: #fff;
}

.headline-inner {
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 600px;
  padding-top: .22396rem;
  padding-bottom: .22396rem;
}

.headline-header {
  position: relative;
  width: 100%;
  height: .26823rem;
  border-bottom: 1px solid #c7c7c7;
}

.headline-header h2 {
  color: #333;
  font-size: .14583rem;
  font-weight: 700;
  line-height: .26042rem;
}

.headline-header a {
  position: absolute;
  top: .03646rem;
  right: 0;
  width: .68229rem;
  height: .18229rem;
  display: grid;
  place-items: center;
  color: #8e8e8e;
  border: 1px solid #707070;
  border-radius: 0;
  background: rgba(255, 255, 255, .39);
  font-size: .07292rem;
  font-weight: 700;
  line-height: .16667rem;
}

.headline-content {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 615px minmax(0, 1fr);
  padding-top: .29167rem;
}

.lead-news {
  position: relative;
  width: 100%;
  height: 1.79167rem;
  overflow: hidden;
  border-radius: 0;
}

.lead-news > a,
.lead-news > a > img,
.lead-news > a > .lead-news-visual {
  width: 100%;
  height: 100%;
  display: block;
}

.lead-news > a > img {
  object-fit: fill;
}

.lead-news-visual {
  display: grid !important;
  place-items: center;
  color: #2c75d8;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(111, 202, 255, .42)),
    linear-gradient(160deg, #e9f8ff 0%, #a9dcff 100%);
  font-size: .39rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: .035rem;
  text-shadow: 0 .012rem .02rem rgba(255, 255, 255, .8);
}

.lead-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .46875rem;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, .2);
}

.lead-caption time {
  width: .39063rem;
  height: .46875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 .39063rem;
  background: rgba(0, 61, 165, .22);
}

.lead-caption time strong {
  font-size: .19271rem;
  line-height: .20313rem;
}

.lead-caption time small {
  font-size: .07031rem;
  line-height: .09375rem;
}

.lead-caption b {
  min-width: 0;
  overflow: hidden;
  padding-inline: .07813rem;
  font-size: .08854rem;
  font-weight: 400;
  line-height: .14063rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headline-list {
  width: 100%;
  height: 1.79167rem;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-left: 20px;
}

.headline-list article {
  width: 100%;
  min-height: 0;
  height: auto;
  padding: 0;
}

.headline-list article + article {
  margin-top: 0;
}

.headline-item-link {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 32px;
  gap: 16px;
  align-items: center;
  padding: 10px 14px 10px 10px;
  border: 1px solid #e0e9f3;
  border-left: 2px solid #1468bd;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 4px 14px rgba(28, 72, 116, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.headline-item-link:hover,
.headline-item-link:focus-visible {
  border-color: #8fb9e4;
  box-shadow: 0 9px 24px rgba(28, 72, 116, .13);
  transform: translateY(-2px);
}

.headline-item-link:focus-visible {
  outline: 3px solid rgba(20, 104, 189, .22);
  outline-offset: 2px;
}

.headline-list time {
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: linear-gradient(145deg, #0753b8, #2589d0);
  font-family: Arial, sans-serif;
}

.headline-list time::after {
  content: none;
}

.headline-list time strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.headline-list time small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .88);
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  white-space: nowrap;
}

.headline-item-link > div {
  min-width: 0;
}

.headline-list h3 {
  display: -webkit-box;
  margin-bottom: 6px;
  overflow: hidden;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.headline-item-link:hover h3 {
  color: #003da5;
}

.headline-list p {
  overflow: hidden;
  color: #777;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headline-item-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #0753b8;
  border: 1px solid #b8cee6;
  border-radius: 0;
  font-size: 17px;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.headline-item-link:hover .headline-item-arrow {
  color: #fff;
  background: #0753b8;
  transform: translateX(3px);
}

/* Footer */
.site-footer {
  position: relative;
  width: 100%;
  min-height: 2.65104rem;
  height: auto;
  overflow: hidden;
  color: #fff;
  background: #003da5;
}

.footer-background {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.footer-background-left {
  left: 0;
  bottom: .16406rem;
  width: 2.84375rem;
  height: 1.30469rem;
}

.footer-background-right {
  top: .38281rem;
  right: 0;
  width: 2.95313rem;
  height: 2.10156rem;
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  min-height: 2.51042rem;
  height: auto;
  margin-inline: auto;
  padding-top: .19271rem;
}

.footer-heading {
  width: 100%;
  height: .18229rem;
  display: flex;
  align-items: flex-end;
  color: #fff;
  line-height: .18229rem;
}

.footer-heading h2 {
  color: #fff;
  font-size: .15844rem;
  font-weight: 700;
  line-height: .18229rem;
}

.footer-heading span {
  margin-right: 0;
  margin-left: .07813rem;
  color: #fff;
  font-size: .08333rem;
  line-height: .10417rem;
}

.footer-content {
  width: 100%;
  height: .88542rem;
  display: flex;
  align-items: center;
  margin-top: .13542rem;
  margin-bottom: .23958rem;
}

.footer-contact {
  width: 2.34375rem;
  height: .8125rem;
  flex: 0 0 2.34375rem;
  margin: 0;
  color: #fff;
  font-style: normal;
}

.footer-contact p {
  position: relative;
  min-height: .21875rem;
  padding-left: .19792rem;
  color: #fff;
  font-size: .08333rem;
  line-height: .10938rem;
  white-space: nowrap;
}

.footer-contact p + p {
  margin-top: .04688rem;
}

.footer-contact img {
  position: absolute;
  top: .01042rem;
  left: 0;
  width: .125rem;
  height: .125rem;
}

.footer-portals {
  width: auto;
  flex: 1;
  height: .88542rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: .02344rem;
}

.footer-qr {
  width: 1.5625rem;
  height: .88542rem;
  flex: 0 0 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.footer-qr span {
  min-height: .19792rem;
  display: block;
  color: #fff;
  font-size: .08333rem;
  line-height: .125rem;
  text-align: center;
  white-space: nowrap;
}

.footer-qr-image {
  width: .65625rem;
  height: .65625rem;
  display: block;
  padding: .01042rem;
  object-fit: contain;
  background: #fff;
}

.footer-legal {
  width: 100%;
  height: .875rem;
  color: #fff;
  font-size: .0625rem;
  line-height: .13021rem;
  text-align: center;
}

.footer-friendly-links {
  width: 1.25rem;
  height: .8125rem;
  flex: 0 0 1.25rem;
  padding-left: .15625rem;
  color: rgba(255, 255, 255, .82);
  font-size: .07292rem;
  line-height: .11458rem;
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.footer-friendly-links strong {
  display: block;
  margin-bottom: .0625rem;
  color: #fff;
  font-size: .08854rem;
  line-height: .125rem;
}

.footer-friendly-links ul {
  display: grid;
  gap: .03646rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-friendly-links a {
  color: #fff;
}

.footer-friendly-links a::before {
  margin-right: .03125rem;
  content: "›";
  color: #9fd0ff;
}

.footer-friendly-links a:hover,
.footer-friendly-links a:focus-visible {
  color: #d8ecff;
}

.footer-legal-mark {
  width: .39844rem;
  height: .39844rem;
  display: grid;
  place-items: center;
  margin: .02604rem auto;
  color: #fff;
  border: .018rem solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  font-size: .22rem;
  line-height: 1;
}

/* Member institutions */
.hospital-page {
  color: #222;
  background: #fff;
  font-size: 16px;
}

.hospital-directory {
  width: min(1200px, calc(100% - 40px));
  min-height: 690px;
  margin-inline: auto;
  padding: 30px 0 90px;
}

.hospital-tabs {
  width: 430px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.hospital-tab {
  position: relative;
  min-width: 200px;
  flex: 1 1 calc((100% - 16px) / 2);
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #44576c;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(36, 55, 72, .08);
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.hospital-tab:hover {
  color: #0753b8;
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
}

.hospital-tab:focus-visible {
  outline: 3px solid rgba(0, 91, 207, .3);
  outline-offset: 4px;
}

.hospital-tab.active {
  color: #fff;
  background: #064cb5;
  box-shadow: 0 3px 10px rgba(0, 56, 148, .2);
}

.hospital-tab.active::after {
  content: none;
}

.hospital-tab strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.hospital-tab-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.directory-icon {
  gap: 3px;
  align-content: center;
  color: #0753b8;
  background: #fff;
}

.directory-icon i {
  position: relative;
  width: 13px;
  height: 2px;
  margin-left: 7px;
  border-radius: 2px;
  background: currentColor;
}

.directory-icon i::before {
  position: absolute;
  top: -2px;
  left: -7px;
  width: 4px;
  height: 4px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 1px;
}

.news-icon {
  color: #fff;
  background: #ff9b72;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

html[lang="en"] .hospital-tabs {
  width: 500px;
}

html[lang="en"] .hospital-tab {
  gap: 8px;
  padding-inline: 14px;
}

html[lang="en"] .hospital-tab strong {
  font-size: 15px;
}

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

.institution-intro {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 14px 42px;
  color: #202733;
  background: #fff;
  box-shadow: 0 1px 18px rgba(36, 55, 72, .16);
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}

.institution-grid {
  display: grid;
  grid-template-columns: repeat(5, 220px);
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}

.institution-map-panel {
  min-height: 690px;
  color: #21344a;
}

.institution-map-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  padding: 28px 32px;
  border: 1px solid #dce7f2;
  border-radius: 12px;
  background:
    radial-gradient(circle at 92% 12%, rgba(55, 151, 232, .16), transparent 30%),
    linear-gradient(135deg, #f7fbff, #eef6ff);
}

.institution-map-eyebrow {
  margin: 0 0 8px;
  color: #1677c8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.institution-map-header h1 {
  margin: 0;
  color: #0b386b;
  font-size: 30px;
  line-height: 1.35;
}

.institution-map-header > div > p:last-child {
  max-width: 720px;
  margin: 10px 0 0;
  color: #607386;
  font-size: 15px;
  line-height: 1.75;
}

.institution-map-stats {
  display: flex;
  gap: 12px;
  margin: 0;
}

.institution-map-stats > div {
  min-width: 108px;
  padding: 13px 18px;
  border: 1px solid rgba(45, 123, 196, .16);
  border-radius: 9px;
  background: rgba(255, 255, 255, .82);
  text-align: center;
}

.institution-map-stats dt {
  color: #74879a;
  font-size: 12px;
}

.institution-map-stats dd {
  margin: 3px 0 0;
  color: #0753b8;
}

.institution-map-stats strong {
  font-size: 25px;
  line-height: 1;
}

.institution-map-stats span {
  margin-left: 3px;
  font-size: 12px;
}

.institution-map-notice {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 10px 14px;
  color: #74551f;
  border: 1px solid #ead49b;
  border-radius: 8px;
  background: #fff9e8;
  font-size: 13px;
  line-height: 1.6;
}

.institution-map-notice > span {
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #c48a1a;
  font-family: Georgia, serif;
  font-weight: 700;
}

.institution-map-notice p {
  margin: 0;
}

.institution-map-layout {
  min-height: 610px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 57, 96, .1);
}

.institution-map-directory {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dce4ec;
  background: #fff;
}

.institution-map-directory-heading {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #e5ebf1;
}

.institution-map-directory-heading h2 {
  margin: 0;
  color: #163d69;
  font-size: 18px;
}

.institution-map-directory-heading span {
  color: #8291a1;
  font-size: 12px;
}

.institution-map-directory ol {
  margin: 0;
  padding: 8px;
  overflow-y: auto;
  list-style: none;
}

.institution-map-directory li + li {
  margin-top: 3px;
}

.institution-map-directory button {
  width: 100%;
  min-height: 67px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 16px;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  color: #283d54;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.institution-map-directory button:hover,
.institution-map-directory button:focus-visible,
.institution-map-directory button.is-active {
  color: #0753b8;
  border-color: #c7dcef;
  background: #eef7ff;
}

.institution-map-directory button:focus-visible {
  outline: 3px solid rgba(7, 83, 184, .2);
  outline-offset: -2px;
}

.institution-map-directory button:disabled {
  color: #7c8996;
  cursor: not-allowed;
  opacity: .72;
}

.institution-map-directory button:disabled:hover {
  border-color: transparent;
  background: transparent;
}

.institution-map-index {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #3977b5;
  border-radius: 50%;
  background: #e8f2fc;
  font-size: 12px;
  font-weight: 700;
}

.institution-map-directory button.is-active .institution-map-index {
  color: #fff;
  background: #0753b8;
}

.institution-map-item-copy {
  min-width: 0;
}

.institution-map-item-copy strong,
.institution-map-item-copy small {
  display: block;
}

.institution-map-item-copy strong {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.institution-map-item-copy small {
  margin-top: 3px;
  overflow: hidden;
  color: #7c8996;
  font-size: 12px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.institution-map-item-arrow {
  font-size: 24px;
  font-weight: 300;
}

.institution-map-item-missing {
  color: #aeb7c0;
  text-align: center;
}

.institution-map-stage {
  position: relative;
  min-width: 0;
  min-height: 610px;
  overflow: hidden;
  background: #e9f1f7;
}

.institution-map-canvas {
  position: absolute;
  inset: 0;
}

.institution-map-status[hidden] {
  display: none;
}

.institution-map-status {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: #456078;
  background:
    linear-gradient(rgba(243, 248, 252, .94), rgba(235, 244, 250, .96)),
    repeating-linear-gradient(45deg, #dce9f3 0 1px, transparent 1px 18px);
  text-align: center;
}

.institution-map-status-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 17px;
  border: 4px solid #b9d2e8;
  border-top-color: #0753b8;
  border-radius: 50%;
}

.institution-map-status.is-loading .institution-map-status-icon {
  animation: institution-map-spin .9s linear infinite;
}

.institution-map-status.is-warning .institution-map-status-icon {
  position: relative;
  border-color: #dfc786;
  background: #fff8e3;
}

.institution-map-status.is-warning .institution-map-status-icon::before,
.institution-map-status.is-warning .institution-map-status-icon::after {
  position: absolute;
  left: 50%;
  content: "";
  background: #a67818;
  transform: translateX(-50%);
}

.institution-map-status.is-warning .institution-map-status-icon::before {
  top: 11px;
  width: 4px;
  height: 17px;
  border-radius: 3px;
}

.institution-map-status.is-warning .institution-map-status-icon::after {
  bottom: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.institution-map-status strong {
  color: #1d4165;
  font-size: 18px;
}

.institution-map-status p {
  max-width: 480px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.7;
}

.institution-map-brand {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  padding: 6px 9px;
  color: #526d86;
  border: 1px solid rgba(132, 160, 184, .4);
  border-radius: 5px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 2px 8px rgba(25, 55, 82, .12);
  font-size: 11px;
  pointer-events: none;
}

.institution-map-info {
  width: min(290px, 70vw);
  padding: 4px 2px;
  color: #33495f;
}

.institution-map-info > p {
  margin: 0 0 4px;
  color: #1672bd;
  font-size: 11px;
}

.institution-map-info h3 {
  margin: 0 0 10px;
  color: #123c69;
  font-size: 16px;
  line-height: 1.45;
}

.institution-map-info dl {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.institution-map-info dl > div {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px;
  padding-top: 6px;
  border-top: 1px solid #edf1f5;
}

.institution-map-info dt {
  color: #7f8d9a;
}

.institution-map-info dd {
  margin: 0;
  overflow-wrap: anywhere;
}

@keyframes institution-map-spin {
  to { transform: rotate(360deg); }
}

/* Hospital-facing information architecture and member service portal */
.section-nav .site-wrapper {
  overflow: visible;
}

.nav-group {
  position: relative;
  min-width: 0;
}

.nav-group > a {
  height: 100%;
}

.nav-dropdown {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  display: grid;
  padding: 8px;
  visibility: hidden;
  border-top: 3px solid #61b8ff;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 45, 94, .2);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.nav-dropdown-right {
  right: 0;
  left: auto;
}

.nav-dropdown-scroll {
  max-height: min(70vh, 560px);
  overflow-y: auto;
}

.nav-dropdown a,
html[lang="en"] .nav-dropdown a {
  min-width: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 11px 14px;
  color: #26394f;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  overflow-wrap: anywhere;
  white-space: normal;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  color: #0753b8;
  background: #edf6ff;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.banner-service-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(8%, calc((100vw - 1200px) / 2));
  width: min(540px, 46vw);
  display: grid;
  gap: 18px;
  padding: 36px 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 47, 112, .9), rgba(4, 101, 170, .7));
  box-shadow: 0 24px 60px rgba(0, 35, 84, .24);
  transform: translateY(-50%);
  backdrop-filter: blur(5px);
}

.banner-service-copy span {
  color: #9ed8ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
}

.banner-service-copy strong {
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 1.25;
}

.banner-service-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 1.8;
}

.banner-service-copy a {
  width: fit-content;
  display: inline-flex;
  padding: 12px 22px;
  color: #0753b8;
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
}

.member-service-section,
.home-focus-section {
  padding: 72px 0;
  background: #f5f9fd;
}

.home-focus-section {
  background: #fff;
}

.home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.home-section-heading h2 {
  margin: 5px 0 0;
  color: #17324f;
  font-size: 34px;
  line-height: 1.25;
}

.home-section-heading > a {
  padding: 11px 20px;
  color: #0753b8;
  border: 1px solid #9dbde1;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.member-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.member-service-grid > a {
  min-height: 178px;
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px 18px;
  align-content: center;
  padding: 28px;
  color: #17324f;
  border: 1px solid #dce7f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(18, 70, 130, .07);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.member-service-grid > a:hover {
  border-color: #77ace5;
  box-shadow: 0 18px 38px rgba(18, 70, 130, .14);
  transform: translateY(-4px);
}

.member-service-grid span {
  grid-row: 1 / 3;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(145deg, #0753b8, #2b91d8);
  font-size: 24px;
  font-weight: 800;
}

.member-service-grid strong {
  align-self: end;
  font-size: 21px;
}

.member-service-grid p {
  margin: 0;
  color: #6e7e8e;
  font-size: 14px;
  line-height: 1.7;
}

.home-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-focus-grid > a {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(145deg, #0b4d9b, #0879b8);
  box-shadow: 0 14px 35px rgba(0, 67, 143, .18);
}

.home-focus-grid > a:nth-child(2) {
  background: linear-gradient(145deg, #09719a, #22a5a2);
}

.home-focus-grid > a:nth-child(3) {
  background: linear-gradient(145deg, #31519e, #6c72c9);
}

.home-focus-grid > a:nth-child(4) {
  background: linear-gradient(145deg, #5c4a9c, #9a68b5);
}

.home-focus-grid small {
  color: rgba(255, 255, 255, .65);
  font-size: 40px;
  font-weight: 800;
}

.home-focus-grid strong {
  margin-top: auto;
  font-size: 24px;
}

.home-focus-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.75;
}

.module-hub-page {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
  padding-bottom: 80px;
  font-size: 16px;
}

.module-hub-page .breadcrumb {
  width: 100%;
}

.module-related {
  padding: 0 0 42px;
}

.footer-friendly-links {
  margin-left: auto;
}

@media (max-width: 1050px) {
  .nav-group {
    width: 118px;
  }

  .nav-group > a {
    min-width: 118px;
  }

  .nav-dropdown {
    display: none;
  }

  .banner-service-copy {
    left: 7%;
    width: min(560px, 68vw);
    gap: 12px;
    padding: 26px 30px;
  }

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

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

@media (max-width: 768px) {
  .secondary-nav .site-wrapper {
    width: 100%;
    min-height: 48px;
  }

  .secondary-nav a {
    min-width: auto;
    padding: 11px 15px;
    font-size: 14px;
  }

  .secondary-page-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding-top: 20px;
  }

  .secondary-page-layout .secondary-nav {
    position: static;
    width: 100%;
    max-width: 100%;
    max-height: none;
    overflow: visible;
    border-radius: 0;
  }

  .secondary-page-layout .secondary-nav .site-wrapper {
    width: 100%;
    min-width: 0;
    flex-direction: row;
    overflow-x: auto;
  }

  .secondary-page-layout .secondary-nav a {
    width: auto;
    flex: 0 0 auto;
    padding: 11px 15px;
    border-right: 1px solid #edf1f5;
    border-bottom: 0;
  }

  .secondary-page-layout .secondary-nav a:last-child {
    border-right: 0;
  }

  .secondary-page-layout .secondary-nav a::after {
    top: auto;
    right: 15px;
    bottom: 0;
    left: 15px;
    width: auto;
    height: 3px;
  }

  .banner-service-copy {
    right: 48px;
    left: 48px;
    width: auto;
    gap: 8px;
    padding: 20px 22px;
  }

  .banner-service-copy span,
  .banner-service-copy p {
    display: none;
  }

  .banner-service-copy strong {
    font-size: 25px;
  }

  .banner-service-copy a {
    padding: 9px 16px;
    font-size: 13px;
  }

  .member-service-section,
  .home-focus-section {
    padding: 46px 0;
  }

  .home-section-heading {
    align-items: flex-start;
  }

  .home-section-heading h2 {
    font-size: 27px;
  }

  .home-section-heading > a {
    display: none;
  }

  .member-service-grid,
  .home-focus-grid {
    grid-template-columns: 1fr;
  }

  .member-service-grid > a {
    min-height: 150px;
    padding: 22px;
  }

  .home-focus-grid > a {
    min-height: 210px;
  }

  .module-hub-page {
    width: min(100% - 28px, 1200px);
  }

}

@media (max-width: 480px) {
  .banner-service-copy {
    right: 32px;
    left: 32px;
  }

  .banner-service-copy strong {
    font-size: 21px;
  }

  .member-service-grid > a {
    grid-template-columns: 48px 1fr;
    gap: 6px 14px;
  }

  .member-service-grid span {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

}

.institution-card {
  width: 220px;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  color: #80572f;
  border: 1px solid #e1ac75;
  border-radius: 7px;
  background: #fffdf9;
  box-shadow: inset 0 0 0 2px #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.institution-card:hover,
.institution-card:focus-visible,
.institution-card[aria-expanded="true"] {
  border-color: #c98238;
  box-shadow: 0 7px 18px rgba(92, 56, 20, .12);
  transform: translateY(-2px);
}

.institution-card:focus-visible {
  outline: 3px solid rgba(201, 130, 56, .3);
  outline-offset: 3px;
}

.institution-logo {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: block;
  padding: 2px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
}

.institution-name {
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  overflow-wrap: break-word;
}

html[lang="en"] .institution-card {
  height: 104px;
}

html[lang="en"] .institution-name {
  font-size: 13px;
  line-height: 1.35;
}

.institution-popover[hidden] {
  display: none;
}

.institution-popover {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: min(560px, calc(100% - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  color: #70471f;
  border: 2px solid #d49a55;
  border-radius: 12px;
  background: #fffaf2;
  box-shadow: 0 20px 60px rgba(70, 44, 20, .28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(.97);
  transform-origin: var(--institution-popover-origin, center top);
  transition: opacity .16s ease, transform .16s ease;
}

.institution-popover[data-placement="above"] {
  transform: translateY(-8px) scale(.97);
  transform-origin: var(--institution-popover-origin, center bottom);
}

.institution-popover.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.institution-popover > header {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 12px 56px;
  border-bottom: 1px solid #ead8be;
  background: #f5ead8;
}

.institution-popover h2 {
  margin: 0;
  color: #754816;
  font-size: 21px;
  line-height: 1.45;
  text-align: center;
}

.institution-popover-close {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #8d5b27;
  border: 1px solid #d5ad78;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.institution-popover-close:hover,
.institution-popover-close:focus-visible {
  color: #fff;
  background: #b86f28;
}

.institution-popover-body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
}

.institution-popover-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 16px;
  border-right: 1px solid #ead8be;
  background: #fffdf9;
  text-align: center;
}

.institution-popover-identity img {
  width: 88px;
  height: 88px;
  display: block;
  padding: 4px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 18px rgba(90, 58, 24, .1);
}

.institution-popover-identity strong {
  font-size: 14px;
  line-height: 1.5;
}

.institution-popover-details {
  min-width: 0;
  padding: 20px 22px 0;
}

.institution-popover-details > p {
  margin-bottom: 14px;
  color: #795a3b;
  font-size: 14px;
  line-height: 1.7;
}

.institution-popover-details dl {
  margin: 0;
}

.institution-popover-details dl > div {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  column-gap: 14px;
  padding: 12px 0;
  border-top: 1px solid #ead8be;
  font-size: 15px;
  line-height: 1.6;
}

.institution-popover-details dt {
  color: #a56627;
  font-weight: 700;
  white-space: nowrap;
}

.institution-popover-details dd {
  min-width: 0;
  margin: 0;
  color: #71491f;
  overflow-wrap: anywhere;
}

.institution-popover-details > a {
  display: block;
  margin: 4px -22px 0;
  padding: 11px 20px;
  color: #0753b8;
  background: #f4e7d2;
  font-size: 14px;
  text-align: center;
}

.institution-popover-details > a:hover,
.institution-popover-details > a:focus-visible {
  text-decoration: underline;
}

.institution-popover-note {
  padding: 9px 18px;
  color: #8d6c4c;
  border-top: 1px solid #ead8be;
  background: #fff8ed;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.hospital-news-panel {
  min-height: 410px;
}

.institution-news-grid {
  margin-top: 36px;
}

.article-card-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.article-card {
  display: grid;
  grid-template-columns: 74px 160px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 20px 24px;
  border: 1px solid #e8ecf1;
  background: #fff;
  box-shadow: 0 5px 18px rgba(25, 54, 88, .07);
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.article-card.article-card-no-cover {
  grid-template-columns: 74px minmax(0, 1fr);
}

.article-card:hover {
  border-color: #aac5e7;
  box-shadow: 0 9px 24px rgba(25, 54, 88, .12);
  transform: translateY(-2px);
}

.article-card:focus-visible {
  outline: 3px solid rgba(0, 83, 184, .28);
  outline-offset: 3px;
}

.article-card-cover {
  width: 160px;
  height: 96px;
  display: block;
  object-fit: cover;
  border: 1px solid #edf0f3;
  border-radius: 6px;
  background: #fff;
}

.article-card-date {
  display: flex;
  flex-direction: column;
  color: #0753b8;
  text-align: center;
}

.article-card-date strong {
  font-size: 34px;
  line-height: 1;
}

.article-card-date span {
  margin-top: 7px;
  color: #87919b;
  font-size: 12px;
}

.article-card-content {
  min-width: 0;
  display: grid;
  gap: 8px;
  align-content: center;
}

.article-card-title {
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-card-prefix {
  color: #111;
}

.article-card:hover .article-card-title {
  color: #0753b8;
}

.article-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #7a858f;
  font-size: 14px;
  line-height: 22px;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listing,
.search-result-list {
  margin-top: 24px;
}

/* Inner pages retain the same brand chrome while remaining practical to use. */
.breadcrumb,
.listing-section,
.about-section,
.article-detail,
.search-section {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
  font-size: 16px;
}

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 22px 0;
  color: #6f7881;
}

.breadcrumb a {
  color: #0753b8;
}

.listing-section,
.about-section,
.search-section {
  min-height: 500px;
  padding-bottom: 70px;
}

.list-summary {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 2px solid #003da5;
}

.list-summary > span {
  color: #666;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 35px 0;
}

.pagination a,
.pagination span {
  padding: 7px 12px;
  border: 1px solid #d7e0e8;
}

.pagination .active {
  color: #fff;
  background: #003da5;
}

.about-section {
  padding-top: 25px;
}

.about-intro {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 50px;
  align-items: center;
}

.about-number {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #003da5;
}

.about-number strong {
  font-size: 42px;
}

.about-intro h2,
.section-heading h2 {
  margin: 5px 0 16px;
  font-size: 30px;
}

.about-intro p {
  margin-bottom: 14px;
  color: #56697a;
  line-height: 2;
}

.eyebrow {
  color: #2581c4;
  font-size: 13px;
  letter-spacing: .16em;
}

.duty-section {
  margin-top: 55px;
}

.duty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.duty-grid article {
  min-height: 170px;
  padding: 24px 20px;
  border-top: 3px solid #003da5;
  background: #f3f7fb;
}

.duty-grid article > span {
  color: #98b4d4;
  font-size: 26px;
}

.duty-grid h3 {
  margin: 10px 0;
}

.article-page {
  padding-bottom: 70px;
  background: #f6f7f9;
}

.article-detail {
  padding: 48px 70px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 50, 104, .08);
}

.article-detail > header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e4e8;
  text-align: center;
}

.article-detail h1 {
  margin: 12px auto;
  font-size: 30px;
  line-height: 1.5;
}

.article-meta {
  display: flex;
  gap: 20px;
  justify-content: center;
  color: #77818b;
}

.article-body {
  max-width: 900px;
  margin: 35px auto;
  font-size: 18px;
  line-height: 2;
}

.article-body p {
  margin-bottom: 18px;
  text-indent: 2em;
}

.article-body h2 {
  margin: 26px 0 8px;
}

.custom-page-content img {
  max-width: 100%;
  height: auto;
}

.secondary-page-content .custom-page-content {
  max-width: none;
  margin: 0;
}

.secondary-page-content .about-experience {
  border-radius: 0;
}

.custom-page-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
}

.custom-page-content th,
.custom-page-content td {
  padding: 12px 15px;
  border: 1px solid #d9e3ed;
  text-align: left;
  vertical-align: top;
}

.custom-page-content th {
  color: #174b78;
  background: #edf6ff;
}

.custom-page-content blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 5px solid #1688cc;
  color: #315775;
  background: #eef7ff;
}

.custom-page-content .content-callout {
  margin: 28px 0;
  padding: 24px 28px;
  border-left: 5px solid #0784ca;
  border-radius: 0 12px 12px 0;
  color: #315775;
  background: linear-gradient(110deg, #eaf6ff, #f8fbff);
}

.custom-page-content .content-callout > :first-child {
  margin-top: 0;
}

.custom-page-content .content-callout > :last-child {
  margin-bottom: 0;
}

.custom-page-content .content-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 28px 0;
}

.custom-page-content .content-columns > * {
  min-width: 0;
  padding: 24px;
  border: 1px solid #dce7f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 70, 120, .07);
}

.custom-page-content .content-button {
  display: inline-block;
  margin: 8px 0;
  padding: 11px 22px;
  border-radius: 7px;
  color: #fff;
  background: #0756a3;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.custom-page-content .content-button:hover {
  color: #fff;
  background: #063d73;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .custom-page-content .content-columns {
    grid-template-columns: 1fr;
  }
}

.article-detail > footer {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 25px auto 0;
  padding-top: 18px;
  border-top: 1px solid #e0e4e8;
  color: #003da5;
}

.search-hero {
  padding: 48px 20px;
  color: #fff;
  background: linear-gradient(110deg, #003da5, #1688cc);
  text-align: center;
}

.search-hero h1 {
  margin-bottom: 20px;
  font-size: 34px;
}

.large-search {
  max-width: 650px;
  height: 50px;
  display: flex;
  margin: auto;
  padding: 4px;
  background: #fff;
}

.large-search input {
  min-width: 0;
  flex: 1;
  padding: 0 14px;
  border: 0;
  outline: 0;
}

.large-search button {
  width: 96px;
  color: #fff;
  background: #003da5;
}

.result-summary {
  padding: 25px 0 14px;
  color: #687887;
}

.empty-state {
  padding: 70px 20px;
  color: #6d7883;
  text-align: center;
}

.simple-page {
  min-height: 500px;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.status-card {
  text-align: center;
}

.status-number {
  display: block;
  color: #003da5;
  font-size: 80px;
  font-weight: 800;
  opacity: .18;
}

.button {
  display: inline-flex;
  padding: 10px 20px;
}

.button-primary {
  color: #fff;
  background: #003da5;
}

@media (max-width: 1240px) {
  .headline-content {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  }

}

@media (max-width: 1050px) {
  .main-head,
  .header-logo,
  .header-logo-wrapper {
    height: 120px;
  }

  .header-logo-left {
    height: 104px;
    padding-left: 0;
  }

  .brand-logo-image {
    width: 92px;
    height: 92px;
  }

  .brand-symbol {
    width: 68px;
    height: 68px;
  }

  .brand-identity {
    width: 390px;
    margin-left: 14px;
  }

  .brand-identity strong {
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }

  .brand-identity small {
    font-size: 9px;
    line-height: 13px;
  }

  .header-logo-right {
    width: 270px;
    height: 120px;
    gap: 0;
  }

  .header-organization-name {
    margin: 0 24px;
    padding-left: 20px;
  }

  .header-organization-name span {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 4px;
  }

  .header-organization-name strong {
    margin-top: 4px;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 2px;
  }

  .header-logo-right span {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 4px;
  }

  .header-logo-right span + span {
    transform: translateX(34px);
  }

  html[lang="en"] .brand-identity {
    width: 390px;
  }

  html[lang="en"] .brand-identity strong {
    font-size: 21px;
    line-height: 27px;
  }

  html[lang="en"] .header-logo-right {
    width: 300px;
  }

  html[lang="en"] .header-logo-right span {
    font-size: 20px;
    line-height: 28px;
  }

  .section-nav {
    overflow-x: auto;
  }

  .section-nav .site-wrapper {
    width: max-content;
    min-width: 100%;
  }

  html[lang="en"] .section-nav .site-wrapper {
    width: 1180px;
    min-width: 1180px;
    grid-template-columns: repeat(10, 118px);
  }

  .banner {
    height: 420px;
  }

  .banner-arrow {
    width: 56px;
    height: 56px;
    margin-top: -28px;
  }

  .banner-arrow-left {
    left: 28px;
  }

  .banner-arrow-right {
    right: 28px;
  }

  .banner-pagination {
    bottom: 24px;
    width: auto;
    height: 5px;
    gap: 10px;
  }

  .banner-pagination button {
    width: 38px;
    height: 5px;
  }

  .floating-medical {
    top: 396px;
    right: 20px;
    width: 70px;
    height: 135px;
  }

  .category-section {
    padding: 24px 0 32px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .headline-news,
  .headline-inner {
    min-height: 0;
  }

  .headline-inner {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .headline-content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 40px;
  }

  .lead-news {
    height: 340px;
  }

  .headline-list {
    height: auto;
    grid-template-rows: repeat(3, 112px);
    padding-left: 0;
  }

  .headline-list article {
    height: auto;
    padding-left: 0;
  }

  .headline-list article + article {
    margin-top: 0;
  }

  .headline-list time {
    width: 72px;
    height: 72px;
    padding: 0;
  }

  .headline-item-link {
    grid-template-columns: 72px minmax(0, 1fr) 34px;
    padding: 12px 16px 12px 12px;
  }

  .headline-list h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .headline-list p {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-background {
    display: none;
  }

  .site-footer,
  .footer-inner {
    min-height: 0;
  }

  .footer-inner {
    padding-top: 36px;
    padding-bottom: 30px;
  }

  .footer-content {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    margin-top: 28px;
    margin-bottom: 34px;
  }

  .footer-contact {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex: none;
  }

  .footer-contact p,
  .footer-contact p + p {
    margin-top: 0;
    white-space: normal;
  }

  .footer-portals {
    width: 100%;
    height: auto;
    margin-top: 28px;
    padding-left: 0;
  }

  .footer-friendly-links {
    width: 100%;
    height: auto;
    flex: none;
    margin-top: 24px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-left: 0;
  }

  .footer-legal {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .institution-grid {
    grid-template-columns: repeat(4, minmax(0, 220px));
  }
}

@media (max-width: 1000px) {
  .institution-grid {
    grid-template-columns: repeat(3, minmax(0, 220px));
  }

  .institution-map-header {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .institution-map-layout {
    grid-template-columns: 1fr;
  }

  .institution-map-directory {
    max-height: 340px;
    border-right: 0;
    border-bottom: 1px solid #dce4ec;
  }

  .institution-map-directory ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .institution-map-stage {
    min-height: 520px;
  }

}

@media (max-width: 768px) {
  .institution-map-header {
    padding: 22px 20px;
  }

  .institution-map-header h1 {
    font-size: 25px;
  }

  .institution-map-stats {
    width: 100%;
  }

  .institution-map-stats > div {
    min-width: 0;
    flex: 1;
  }

  .institution-map-directory ol {
    grid-template-columns: 1fr;
  }

  .institution-map-stage {
    min-height: 450px;
  }

  .header-right,
  .header-logo-right,
  .floating-medical {
    display: none;
  }

  .header-top,
  .header-top-inner,
  .header-left {
    height: 40px;
  }

  .header-left {
    gap: 20px;
    font-size: 13px;
    line-height: 40px;
  }

  .header-language-mobile {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 40px;
  }

  .header-language-mobile i {
    height: 16px;
  }

  .main-head,
  .header-logo,
  .header-logo-wrapper {
    height: 90px;
  }

  .header-logo-left {
    height: 80px;
    padding-left: 0;
  }

  .header-organization-name {
    margin: 0 0 0 18px;
    padding-left: 16px;
  }

  .header-organization-name span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
  }

  .header-organization-name strong {
    margin-top: 3px;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 1px;
  }

  .brand-logo-image {
    width: 70px;
    height: 70px;
    border-radius: 6px;
  }

  .brand-symbol {
    width: 56px;
    height: 56px;
  }

  .brand-identity {
    width: auto;
    display: flex;
    margin-left: 10px;
  }

  .brand-identity strong {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: .5px;
  }

  .brand-identity small {
    font-size: 7px;
    line-height: 11px;
  }

  html[lang="en"] .brand-identity {
    width: auto;
    min-width: 0;
  }

  html[lang="en"] .brand-identity strong {
    font-size: 17px;
    line-height: 22px;
    white-space: normal;
  }

  .section-nav {
    display: block;
  }

  .section-nav a {
    min-width: 112px;
    padding: 13px 10px;
    font-size: 16px;
  }

  html[lang="en"] .section-nav a {
    min-width: 0;
    padding: 10px 5px;
    font-size: 13px;
    line-height: 1.2;
    overflow-wrap: break-word;
  }

  .banner {
    height: 320px;
    display: block;
  }

  .banner-arrow {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }

  .banner-arrow-left {
    left: 12px;
  }

  .banner-arrow-right {
    right: 12px;
  }

  .banner-pagination {
    bottom: 16px;
    width: auto;
    height: 4px;
    gap: 8px;
  }

  .banner-pagination button {
    width: 30px;
    height: 4px;
  }

  .category-grid a {
    min-height: 112px;
    grid-template-columns: 48px minmax(0, 1fr) 22px;
    gap: 14px;
    padding: 14px;
  }

  .category-grid li {
    min-height: 114px;
  }

  .category-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .category-icon svg {
    width: 24px;
    height: 24px;
  }

  .category-copy strong {
    font-size: 16px;
  }

  .category-copy small {
    font-size: 12px;
  }

  .category-grid li:hover {
    transform: none;
  }

  .headline-inner {
    padding-top: 30px;
    padding-bottom: 38px;
  }

  .headline-header {
    height: 48px;
  }

  .headline-header h2 {
    font-size: 24px;
    line-height: 44px;
  }

  .headline-header a {
    top: 5px;
    width: 104px;
    height: 34px;
    border-radius: 0;
    font-size: 14px;
    line-height: 32px;
  }

  .headline-content {
    gap: 24px;
    padding-top: 30px;
  }

  .lead-news {
    height: 260px;
  }

  .lead-news-visual {
    font-size: 48px;
    letter-spacing: 4px;
  }

  .lead-caption {
    height: 72px;
  }

  .lead-caption time {
    width: 68px;
    height: 72px;
    flex-basis: 68px;
  }

  .lead-caption time strong {
    font-size: 30px;
    line-height: 34px;
  }

  .lead-caption time small {
    font-size: 12px;
    line-height: 16px;
  }

  .lead-caption b {
    padding-inline: 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .headline-list {
    grid-template-rows: repeat(3, 108px);
    gap: 12px;
    padding-left: 0;
  }

  .headline-list article {
    height: auto;
  }

  .headline-item-link {
    grid-template-columns: 64px minmax(0, 1fr) 30px;
    gap: 12px;
    padding: 10px 12px 10px 10px;
  }

  .headline-list time {
    width: 64px;
    height: 64px;
    padding: 0;
  }

  .headline-list time strong {
    font-size: 27px;
    line-height: 29px;
  }

  .headline-list time small {
    font-size: 10px;
    line-height: 14px;
  }

  .footer-heading {
    height: auto;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1.4;
  }

  .footer-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .footer-heading span {
    margin-right: 0;
    margin-left: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .footer-contact {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-contact p {
    min-height: 40px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-contact img {
    width: 24px;
    height: 24px;
  }

  .footer-portals {
    display: flex;
    justify-content: center;
  }

  .footer-qr {
    width: 280px;
    height: 170px;
    flex: 0 0 280px;
  }

  .footer-qr span {
    min-height: 32px;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-qr-image {
    width: 110px;
    height: 110px;
    padding: 2px;
  }

  .footer-legal {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-friendly-links {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-friendly-links strong {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-friendly-links ul {
    gap: 6px;
  }

  .footer-legal-mark {
    width: 58px;
    height: 58px;
    margin: 8px auto;
    border-width: 3px;
    font-size: 34px;
  }

  .about-intro,
  .duty-grid {
    grid-template-columns: 1fr;
  }

  .article-detail {
    width: calc(100% - 20px);
    padding: 28px 18px;
  }

  .hospital-directory {
    width: calc(100% - 28px);
  }

  .hospital-directory {
    padding: 34px 0 58px;
  }

  .hospital-tabs,
  html[lang="en"] .hospital-tabs {
    width: min(100%, 430px);
    gap: 16px;
  }

  .hospital-tab {
    height: 48px;
    gap: 8px;
  }

  .hospital-tab-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  html[lang="en"] .hospital-tab {
    gap: 5px;
  }

  html[lang="en"] .hospital-tab strong {
    font-size: 13px;
    line-height: 1.15;
    white-space: normal;
  }

  .institution-intro {
    margin-top: 24px;
    padding: 16px 18px;
    font-size: 15px;
    text-align: left;
  }

  .institution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  .institution-card {
    width: 100%;
    min-height: 84px;
  }

  html[lang="en"] .institution-card {
    height: 148px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 10px;
  }

  html[lang="en"] .institution-logo {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  html[lang="en"] .institution-name {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

  .institution-popover {
    width: calc(100% - 28px);
  }

  .institution-popover-body {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .institution-popover-identity {
    padding: 20px 12px;
  }

  .institution-popover-identity img {
    width: 72px;
    height: 72px;
  }

  .institution-popover-details {
    padding: 16px 16px 0;
  }

  .institution-popover-details > a {
    margin-right: -16px;
    margin-left: -16px;
  }

  .institution-news-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .article-card {
    grid-template-columns: 62px 104px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .article-card-cover {
    width: 104px;
    height: 72px;
  }
}

@media (max-width: 480px) {
  .site-wrapper {
    width: calc(100% - 24px);
  }

  .header-left {
    gap: 14px;
    font-size: 12px;
  }

  .brand-logo-image {
    width: 58px;
    height: 58px;
  }

  .header-organization-name {
    margin-left: 12px;
    padding-left: 10px;
    border-left-width: 2px;
  }

  .header-organization-name span {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
  }

  .header-organization-name strong {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .brand-symbol {
    width: 48px;
    height: 48px;
  }

  .brand-identity {
    margin-left: 8px;
  }

  .brand-identity strong {
    font-size: 18px;
    line-height: 24px;
  }

  .brand-identity small {
    display: none;
  }

  html[lang="en"] .brand-identity strong {
    font-size: 14px;
    line-height: 18px;
  }

  .banner {
    height: 250px;
  }

  .banner-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .banner-pagination {
    width: auto;
  }

  .banner-pagination button {
    width: 24px;
  }

  .category-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .category-grid a {
    min-height: 108px;
    padding: 13px 14px;
  }

  .category-grid li {
    min-height: 110px;
  }

  .lead-news {
    height: 220px;
  }

  .lead-news-visual {
    font-size: 36px;
  }

  .lead-caption b {
    font-size: 14px;
  }

  .headline-list article {
    height: auto;
  }

  .headline-list {
    grid-template-rows: repeat(3, 104px);
  }

  .headline-item-link {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 10px 9px 8px;
  }

  .headline-list time {
    width: 56px;
    height: 56px;
    padding: 0;
  }

  .headline-list time strong {
    font-size: 24px;
    line-height: 26px;
  }

  .headline-list time small {
    font-size: 9px;
  }

  .headline-list h3 {
    font-size: 15px;
    line-height: 21px;
  }

  .headline-list p {
    font-size: 12px;
    line-height: 18px;
  }

  .headline-item-arrow {
    display: none;
  }

  .article-meta {
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  .hospital-tab {
    flex-basis: 100%;
    width: 100%;
  }

  .institution-grid {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .institution-card {
    height: 104px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding: 9px 11px;
  }

  html[lang="en"] .institution-logo {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  html[lang="en"] .institution-name {
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
  }

  .institution-popover {
    max-height: calc(100vh - 24px);
  }

  .institution-popover > header {
    min-height: 52px;
    padding: 10px 48px 10px 16px;
  }

  .institution-popover h2 {
    font-size: 17px;
    text-align: left;
  }

  .institution-popover-close {
    top: 9px;
    right: 10px;
  }

  .institution-popover-body {
    grid-template-columns: 1fr;
  }

  .institution-popover-identity {
    flex-direction: row;
    justify-content: flex-start;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid #ead8be;
    text-align: left;
  }

  .institution-popover-identity img {
    width: 58px;
    height: 58px;
  }

  .institution-popover-details > p {
    font-size: 13px;
  }

  .institution-popover-details dl > div {
    grid-template-columns: 48px minmax(0, 1fr);
    font-size: 14px;
  }

  .article-card {
    grid-template-columns: 48px 76px minmax(0, 1fr);
    gap: 8px;
    padding: 12px 10px;
  }

  .article-card-cover {
    width: 76px;
    height: 64px;
  }

  .article-card-date strong {
    font-size: 26px;
  }

  .article-card-date span {
    font-size: 10px;
  }

  .article-card-title {
    font-size: 15px;
  }

  .article-card-excerpt {
    height: 40px;
    font-size: 13px;
    line-height: 20px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Homepage AI knowledge assistant */
.ai-chat {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  width: min(380px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(16, 76, 154, .14);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(14, 45, 83, .22);
  color: #1d2a3a;
  font-size: 15px;
  line-height: 1.5;
}

.ai-chat-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px 13px 16px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 0, rgba(100, 214, 255, .34), transparent 38%),
    linear-gradient(135deg, #064aab, #0877cc 66%, #0797c2);
}

.ai-chat-mark,
.ai-message-avatar {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #0753ad;
  background: #fff;
  font-weight: 800;
  letter-spacing: -.04em;
}

.ai-chat-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 33, 96, .18);
}

.ai-chat-heading {
  min-width: 0;
  flex: 1;
}

.ai-chat-heading strong {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
  line-height: 1.35;
}

.ai-chat-heading i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #73f2bb;
  box-shadow: 0 0 0 3px rgba(115, 242, 187, .14);
}

.ai-chat-controls {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ai-chat-toggle,
.ai-chat-expand {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 11px;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  cursor: pointer;
}

.ai-chat-toggle:hover,
.ai-chat-toggle:focus-visible,
.ai-chat-expand:hover,
.ai-chat-expand:focus-visible {
  background: rgba(255, 255, 255, .24);
}

.ai-chat-toggle span {
  display: block;
  font-size: 23px;
  line-height: 30px;
}

.ai-chat-expand-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ai-chat-expand-icon.is-restore {
  display: none;
}

.ai-chat.is-expanded {
  width: min(720px, calc(100vw - 48px));
}

.ai-chat.is-expanded .ai-chat-expand-icon.is-maximize {
  display: none;
}

.ai-chat.is-expanded .ai-chat-expand-icon.is-restore {
  display: block;
}

.ai-chat.is-expanded .ai-chat-messages {
  height: min(480px, calc(100vh - 300px));
  min-height: 240px;
}

.ai-chat-body {
  background: linear-gradient(#f6f9fd, #fff 32%);
}

.ai-chat-messages {
  height: min(286px, calc(100vh - 330px));
  min-height: 180px;
  overflow-y: auto;
  padding: 18px 16px 8px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #b8c9de transparent;
}

.ai-message {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 14px;
}

.ai-message.is-user {
  justify-content: flex-end;
}

.ai-message-avatar {
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border: 1px solid #dce7f4;
  border-radius: 9px;
  font-size: 10px;
  box-shadow: 0 3px 10px rgba(20, 70, 125, .08);
}

.ai-message-content {
  max-width: calc(100% - 42px);
  padding: 10px 12px;
  border: 1px solid #e1e9f2;
  border-radius: 4px 14px 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(28, 65, 105, .05);
}

.ai-message.is-user .ai-message-content {
  border: 0;
  border-radius: 14px 4px 14px 14px;
  color: #fff;
  background: linear-gradient(135deg, #0759bd, #078fd0);
}

.ai-message-content p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.ai-message.is-streaming .ai-message-content p::after {
  width: 2px;
  height: 1em;
  display: inline-block;
  margin-left: 3px;
  vertical-align: -.12em;
  background: #3c82c8;
  content: "";
  animation: ai-streaming-caret .8s steps(1, end) infinite;
}

@keyframes ai-streaming-caret {
  50% {
    opacity: 0;
  }
}

.ai-message.is-error .ai-message-content {
  border-color: #f0c9c9;
  color: #9a2525;
  background: #fff7f7;
}

.ai-message.is-thinking .ai-message-content {
  color: #65758a;
}

.ai-thinking-dots {
  display: inline-flex;
  gap: 4px;
  margin-right: 7px;
}

.ai-thinking-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5798d9;
  animation: ai-thinking 1s ease-in-out infinite;
}

.ai-thinking-dots i:nth-child(2) {
  animation-delay: .15s;
}

.ai-thinking-dots i:nth-child(3) {
  animation-delay: .3s;
}

@keyframes ai-thinking {
  0%,
  60%,
  100% {
    opacity: .3;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

.ai-message-sources {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #edf1f6;
}

.ai-message-sources strong {
  display: block;
  margin-bottom: 5px;
  color: #6c7d91;
  font-size: 12px;
  font-weight: 600;
}

.ai-message-sources a {
  display: block;
  overflow: hidden;
  padding: 3px 0;
  color: #075dbc;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-message-sources a:hover,
.ai-message-sources a:focus-visible {
  text-decoration: underline;
}

.ai-chat-suggestions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(34px, auto);
  gap: 7px;
  max-height: min(32dvh, 220px);
  overflow-y: auto;
  padding: 8px 16px 12px;
  scrollbar-width: thin;
  scrollbar-color: #b8c9de transparent;
}

.ai-chat-suggestions button {
  min-width: 0;
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 6px 8px;
  border: 1px solid #dce7f3;
  border-radius: 10px;
  color: #315372;
  background: #fff;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
}

.ai-chat-suggestions button:hover,
.ai-chat-suggestions button:focus-visible {
  border-color: #79aee1;
  color: #075dbc;
  background: #f4f9ff;
}

.ai-chat-form {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 14px;
  padding: 8px 8px 8px 12px;
  border: 1px solid #cad8e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(29, 68, 110, .07);
}

.ai-chat-form:focus-within {
  border-color: #408bd3;
  box-shadow: 0 0 0 3px rgba(52, 132, 210, .12);
}

.ai-chat-form textarea {
  width: 100%;
  max-height: 100px;
  min-height: 30px;
  padding: 5px 0;
  overflow-y: auto;
  border: 0;
  outline: 0;
  resize: none;
  color: #263649;
  background: transparent;
  font: inherit;
  line-height: 20px;
}

.ai-chat-form textarea::placeholder {
  color: #94a2b3;
}

.ai-chat-send {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #0759bd, #0797c4);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.ai-chat-send:hover,
.ai-chat-send:focus-visible {
  filter: brightness(1.08);
}

.ai-chat-send:disabled {
  cursor: wait;
  filter: grayscale(.4);
  opacity: .55;
}

.ai-chat-notice {
  padding: 8px 16px 13px;
  color: #8290a0;
  font-size: 11px;
  text-align: center;
}

.ai-chat-launcher {
  width: 132px;
  min-width: 132px;
  min-height: 120px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 8px 9px;
  border-radius: 28px;
  color: #0753ad;
  background: transparent;
  cursor: pointer;
}

.ai-assistant-mascot {
  position: relative;
  width: 82px;
  height: 78px;
  display: block;
  animation: ai-mascot-float 3s ease-in-out infinite;
}

.ai-mascot-pulse {
  position: absolute;
  inset: 11px 8px 3px;
  border: 2px solid rgba(27, 173, 235, .34);
  border-radius: 50%;
  animation: ai-mascot-pulse 2.4s ease-out infinite;
}

.ai-mascot-antenna {
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 40px;
  width: 3px;
  height: 15px;
  border-radius: 2px;
  background: linear-gradient(#32d9f6, #0875cc);
}

.ai-mascot-antenna::before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #63f1bf;
  box-shadow: 0 0 0 3px rgba(99, 241, 191, .2), 0 0 12px #63f1bf;
  content: "";
  animation: ai-mascot-signal 1.5s ease-in-out infinite;
}

.ai-mascot-shell {
  position: absolute;
  z-index: 1;
  inset: 14px 5px 2px;
  border: 3px solid rgba(255, 255, 255, .92);
  border-radius: 27px 27px 23px 23px;
  background:
    radial-gradient(circle at 28% 12%, rgba(123, 237, 255, .8), transparent 28%),
    linear-gradient(145deg, #0753b5 4%, #087ed0 55%, #08a8c2);
  box-shadow:
    0 13px 28px rgba(3, 75, 158, .35),
    inset 0 1px 0 rgba(255, 255, 255, .5);
  transition: transform .2s ease, filter .2s ease;
}

.ai-chat-launcher:hover .ai-mascot-shell,
.ai-chat-launcher:focus-visible .ai-mascot-shell {
  filter: saturate(1.15) brightness(1.06);
  transform: scale(1.06);
}

.ai-mascot-ear {
  position: absolute;
  top: 22px;
  width: 9px;
  height: 20px;
  border: 2px solid #fff;
  background: #0a86cf;
}

.ai-mascot-ear.is-left {
  left: -8px;
  border-radius: 8px 3px 3px 8px;
}

.ai-mascot-ear.is-right {
  right: -8px;
  border-radius: 3px 8px 8px 3px;
}

.ai-mascot-face {
  position: absolute;
  inset: 12px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid rgba(114, 229, 255, .62);
  border-radius: 17px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .08), transparent 40%),
    #063d83;
  box-shadow: inset 0 0 14px rgba(5, 203, 237, .24);
  overflow: hidden;
}

.ai-mascot-face::after {
  position: absolute;
  top: -20%;
  left: -30%;
  width: 25%;
  height: 140%;
  background: linear-gradient(90deg, transparent, rgba(119, 235, 255, .25), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: ai-mascot-scan 4s ease-in-out infinite;
}

.ai-mascot-eye {
  width: 9px;
  height: 11px;
  display: block;
  margin-top: -8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 9px #58e8ff;
  transform-origin: center;
  animation: ai-mascot-blink 4.2s ease-in-out infinite;
}

.ai-mascot-smile {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 19px;
  height: 8px;
  border-bottom: 2px solid #72efff;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%);
}

.ai-mascot-status {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #74f2b9;
  box-shadow: 0 0 8px #74f2b9;
}

.ai-mascot-spark {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  border: 2px solid #17a9dc;
  border-radius: 2px;
  transform: rotate(45deg);
  animation: ai-mascot-spark 2.7s ease-in-out infinite;
}

.ai-mascot-spark.is-one {
  top: 18px;
  right: -1px;
}

.ai-mascot-spark.is-two {
  bottom: 12px;
  left: -1px;
  width: 5px;
  height: 5px;
  border-color: #6bdcb7;
  animation-delay: -1.1s;
}

.ai-chat-launcher strong {
  min-width: 78px;
  padding: 5px 12px 6px;
  border: 1px solid rgba(7, 97, 184, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 20px rgba(4, 76, 157, .2);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  white-space: nowrap;
}

@keyframes ai-mascot-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@keyframes ai-mascot-pulse {
  0% {
    opacity: .7;
    transform: scale(.82);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes ai-mascot-signal {
  50% {
    box-shadow: 0 0 0 6px rgba(99, 241, 191, 0), 0 0 16px #63f1bf;
    transform: scale(.86);
  }
}

@keyframes ai-mascot-blink {
  0%,
  43%,
  47%,
  100% {
    transform: scaleY(1);
  }

  45% {
    transform: scaleY(.08);
  }
}

@keyframes ai-mascot-scan {
  0%,
  30% {
    left: -35%;
  }

  65%,
  100% {
    left: 120%;
  }
}

@keyframes ai-mascot-spark {
  0%,
  100% {
    opacity: .25;
    transform: translateY(3px) rotate(45deg) scale(.75);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px) rotate(45deg) scale(1);
  }
}

.ai-chat:not(.is-open) {
  width: auto;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ai-chat:not(.is-open) .ai-chat-header,
.ai-chat:not(.is-open) .ai-chat-body {
  display: none;
}

.ai-chat:not(.is-open) .ai-chat-launcher {
  display: flex;
}

@media (max-width: 768px) {
  .ai-chat {
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
    max-height: calc(100dvh - 24px);
    border-radius: 18px;
  }

  .ai-chat.is-expanded {
    width: auto;
  }

  .ai-chat-expand {
    display: none;
  }

  .ai-chat:not(.is-open) {
    left: auto;
  }

  .ai-chat-messages,
  .ai-chat.is-expanded .ai-chat-messages {
    height: min(42dvh, 300px);
    min-height: 170px;
  }

  .ai-chat-launcher {
    width: 124px;
    min-width: 124px;
    min-height: 112px;
  }

}

/* “中心概况 / 中心简介”由 HTML 编辑器维护，以下样式只负责前台呈现。 */
.center-profile-page {
  width: 100%;
}

.center-profile-content {
  max-width: none;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dbe7f2;
  border-radius: 0;
  color: #34495d;
  background: #fff;
  box-shadow: 0 18px 48px rgba(25, 70, 120, .11);
  font-size: 17px;
  line-height: 1.85;
}

.center-profile-content > h1 {
  margin: 0;
  padding: 52px 52px 20px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(102, 204, 255, .34), transparent 28%),
    linear-gradient(125deg, #063e96 0%, #075ec0 58%, #0788c9 100%);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.35;
  letter-spacing: .04em;
}

.center-profile-content > blockquote:first-of-type {
  margin: 0 0 36px;
  padding: 0 52px 44px;
  border: 0;
  color: rgba(255, 255, 255, .9);
  background:
    radial-gradient(circle at 86% -20%, rgba(102, 204, 255, .34), transparent 28%),
    linear-gradient(125deg, #063e96 0%, #075ec0 58%, #0788c9 100%);
  font-size: 18px;
}

.center-profile-content > blockquote:first-of-type p {
  max-width: 820px;
  margin: 0;
}

.center-profile-content > p,
.center-profile-content > h2,
.center-profile-content > ul,
.center-profile-content > table,
.center-profile-content > hr,
.center-profile-content > blockquote:not(:first-of-type) {
  margin-right: 48px;
  margin-left: 48px;
}

.center-profile-content > p {
  margin-bottom: 22px;
  color: #4b6074;
  text-indent: 0;
}

.center-profile-content > hr {
  height: 1px;
  margin-top: 36px;
  margin-bottom: 36px;
  border: 0;
  background: linear-gradient(90deg, #0b65bb, #d9e8f5 42%, transparent);
}

.center-profile-content > h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 18px;
  color: #173c61;
  font-size: 25px;
  line-height: 1.4;
}

.center-profile-content > h2::before {
  width: 5px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(#078dd0, #0753b8);
  content: "";
}

.center-profile-content > table {
  width: calc(100% - 96px);
  margin-top: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #dce7f1;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.7;
}

.center-profile-content th,
.center-profile-content td {
  padding: 14px 18px;
  border-right: 1px solid #e3ebf3;
  border-bottom: 1px solid #e3ebf3;
  text-align: left;
  vertical-align: top;
}

.center-profile-content th {
  color: #144b7c;
  background: #edf6ff;
  font-weight: 700;
}

.center-profile-content th:last-child,
.center-profile-content td:last-child {
  border-right: 0;
}

.center-profile-content tr:last-child td {
  border-bottom: 0;
}

.center-profile-content > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.center-profile-content > ul > li {
  position: relative;
  min-height: 98px;
  padding: 18px 20px 18px 46px;
  border: 1px solid #e0eaf3;
  border-radius: 10px;
  color: #587084;
  background: linear-gradient(145deg, #fff, #f6faff);
  font-size: 15px;
  line-height: 1.75;
}

.center-profile-content > ul > li::before {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 15px;
  height: 15px;
  border: 4px solid #dff2ff;
  border-radius: 50%;
  background: #0784ca;
  box-shadow: 0 0 0 1px #69b9e7;
  content: "";
}

.center-profile-content > ul > li strong {
  color: #164b78;
  font-size: 16px;
}

.center-profile-content > blockquote:not(:first-of-type) {
  margin-top: 12px;
  margin-bottom: 30px;
  padding: 28px 32px;
  border: 0;
  border-left: 5px solid #0784ca;
  border-radius: 0 10px 10px 0;
  color: #315775;
  background: linear-gradient(110deg, #eaf6ff, #f7fbff);
}

.center-profile-content > blockquote:not(:first-of-type) h3 {
  margin-bottom: 8px;
  color: #0753a7;
  font-size: 22px;
}

.center-profile-content > blockquote p {
  text-indent: 0;
}

.center-profile-content > *:last-child {
  margin-bottom: 48px;
}

html[lang="en"] .center-profile-content > h1 {
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .center-profile-content {
    border-radius: 0;
    font-size: 16px;
  }

  .center-profile-content > h1 {
    padding: 34px 24px 14px;
    font-size: 27px;
  }

  .center-profile-content > blockquote:first-of-type {
    padding: 0 24px 30px;
    font-size: 16px;
  }

  .center-profile-content > p,
  .center-profile-content > h2,
  .center-profile-content > ul,
  .center-profile-content > table,
  .center-profile-content > hr,
  .center-profile-content > blockquote:not(:first-of-type) {
    margin-right: 22px;
    margin-left: 22px;
  }

  .center-profile-content > table {
    width: calc(100% - 44px);
    display: block;
    overflow-x: auto;
  }

  .center-profile-content > ul {
    grid-template-columns: 1fr;
  }

  .center-profile-content th,
  .center-profile-content td {
    min-width: 130px;
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-thinking-dots i,
  .ai-message.is-streaming .ai-message-content p::after {
    opacity: .6;
    animation: none;
  }

  .ai-assistant-mascot,
  .ai-assistant-mascot *,
  .ai-assistant-mascot *::before,
  .ai-assistant-mascot *::after {
    animation: none;
  }

  .ai-mascot-pulse {
    display: none;
  }
}

/* Rich secondary-page content */
.section-block-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 8px 28px;
  margin-bottom: 22px;
}

.section-block-heading h2 {
  width: 100%;
  margin: 2px 0 0;
  color: #153653;
  font-size: 27px;
}

.section-block-heading p {
  max-width: 760px;
  margin: 4px 0 0;
  color: #6b7c8c;
  line-height: 1.75;
}

.section-service-directory {
  margin: 46px 0;
}

.section-institution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.section-institution-grid > a {
  min-height: 98px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  color: #1b3956;
  border: 1px solid #dfe8f1;
  border-radius: 12px;
  background: #fff;
}

.section-institution-grid > a:hover {
  color: #0753b8;
  border-color: #a8c6e5;
}

.section-institution-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
}

.section-institution-grid span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.section-institution-grid strong {
  font-size: 15px;
}

.section-institution-grid small,
.section-institution-grid em {
  overflow: hidden;
  color: #758596;
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-institution-grid > a > b {
  color: #76a2cf;
}

.listing-count,
.search-count {
  display: inline-block;
  margin-top: 17px;
  color: #0753b8;
  font-size: 13px;
  font-weight: 700;
}

/* Homepage content boards */
.home-member-board {
  padding: 64px 0;
}

.home-board-heading h2 {
  margin: 7px 0 10px;
  color: #173957;
  font-size: 30px;
}

.home-board-heading p {
  margin: 0;
  color: #697c8e;
  line-height: 1.75;
}

.home-board-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.home-board-heading > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: #0753b8;
  border-bottom: 1px solid #88b1db;
  font-size: 13px;
  font-weight: 700;
}

.home-member-board {
  background: #fff;
}

.home-member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.home-member-grid > a {
  min-height: 100px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 15px;
  color: #223f59;
  border: 1px solid #dfe7ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(26, 68, 108, .05);
}

.home-member-grid > a:hover {
  color: #0753b8;
  border-color: #a6c5e5;
}

.home-member-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 8px;
}

.home-member-grid span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home-member-grid strong {
  font-size: 14px;
  line-height: 1.45;
}

.home-member-grid small {
  color: #7b8997;
  font-size: 11px;
}

.home-member-grid b {
  color: #83a9cf;
}

.hospital-section-content {
  margin-top: 54px;
}

.institution-detail-page {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
  padding: 30px 0 80px;
}

.institution-detail-hero {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 38px 42px;
  color: #fff;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 15%, rgba(113, 200, 255, .28), transparent 30%),
    linear-gradient(135deg, #073f91, #0877b4);
}

.institution-detail-hero > img {
  width: 112px;
  height: 112px;
  padding: 8px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}

.institution-detail-hero .eyebrow {
  color: #a9ddff;
}

.institution-detail-hero h1 {
  margin: 7px 0 12px;
  font-size: 34px;
}

.institution-detail-hero p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.85;
}

.institution-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.institution-detail-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
}

.institution-detail-actions a.primary {
  color: #0753b8;
  border-color: #fff;
  background: #fff;
}

.institution-detail-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 52px;
}

.institution-detail-overview article {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  border: 1px solid #dfe8f1;
  border-radius: 12px;
  background: #f8fbfe;
}

.institution-detail-overview span {
  color: #748698;
  font-size: 12px;
}

.institution-detail-overview strong {
  margin-top: 8px;
  color: #1d3d5a;
  font-size: 15px;
  line-height: 1.6;
}

.institution-capability-section {
  margin-bottom: 52px;
}

.institution-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.institution-capability-grid article {
  min-height: 210px;
  padding: 25px;
  border-top: 3px solid #0753b8;
  background: #f3f8fd;
}

.institution-capability-grid article > span {
  color: #8aaed2;
  font-size: 25px;
  font-weight: 800;
}

.institution-capability-grid h3 {
  margin: 18px 0 10px;
  color: #1c3b58;
}

.institution-capability-grid p {
  margin: 0;
  color: #6c7d8d;
  font-size: 14px;
  line-height: 1.75;
}

.institution-detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid #dfe6ed;
}

.institution-detail-footer a {
  flex: 0 0 auto;
  color: #0753b8;
  font-weight: 700;
}

.institution-detail-footer p {
  margin: 0;
  color: #758493;
  font-size: 13px;
  text-align: right;
}

@media (max-width: 1050px) {
  .home-member-grid,
  .institution-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .section-institution-grid,
  .institution-detail-overview {
    grid-template-columns: 1fr;
  }

  .home-board-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-member-grid,
  .institution-capability-grid {
    grid-template-columns: 1fr;
  }

  .institution-detail-hero {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .institution-detail-hero h1 {
    font-size: 27px;
  }

  .institution-detail-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .institution-detail-footer p {
    text-align: left;
  }
}
