/* care.html — 康复护理页（依赖 home.css、secondpage.css、healthy.css） */

.page.page--care > .topCont {
  height: 64px;
  min-height: 64px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #eafffb 0%, #bdeffc 100%);
}

.page.page--care .site-header {
  padding: 0 48px 0 96px;
}

.page.page--care .site-nav__item {
  text-decoration: none;
}

.site-nav__dropdown a[aria-current="page"] {
  font-weight: 500;
  background: #34D5EB;
  color: #fff;
}

.page--care .overview-menu__item {
  text-decoration: none;
  color: inherit;
  display: flex;
}

.page--care .overview-menu__arrow img {
  display: block;
  width: 10px;
  height: auto;
}

/* 康复护理页中间区无 Figma 中的导语段，收紧标题与 Tab 间距 */
.page--care .healthy__title-block {
  /* margin-top: 28px; */
}

.page--care .healthy__tabs {
  margin-top: 24px;
}

/* 选中 Tab 标签字重与稿一致（Medium） */
.page--care .healthy__tab--active .healthy__tab-label {
  font-weight: 500;
}

/* 内容面板：入院协助等含主标题、小节 */
.page--care .healthy__panel {
  padding-top: 28px;
}

.page--care #care-panel-body > .healthy__panel-title.care__panel-heading {
  /* font-size: 14px; */
}

.page--care .healthy__panel-body p {
  margin: 0 0 8px;
  text-align: justify;
}

.page--care .healthy__panel-body p:last-child {
  margin-bottom: 0;
}

.page--care .site-footer {
  margin-top: 0;
}
