.hospital-page {
  background: #fff;
}

.hospital-page-hero {
  padding: 44px 24px 26px;
  background: linear-gradient(180deg, #f5faf3 0%, #fff 100%);
}

.hospital-page-hero nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 9px;
}

.hospital-page-hero .eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hospital-page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 29px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.hospital-page-hero h1::after {
  display: block;
  width: 38px;
  height: 4px;
  margin-top: 18px;
  border-radius: 4px;
  background: #ef7c2f;
  content: "";
}

.hospital-page-hero .description {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.hospital-directory {
  padding: 8px 22px 64px;
}

.hospital-city-tabs {
  display: grid;
  grid-auto-columns: minmax(96px, 1fr);
  grid-auto-flow: column;
  gap: 7px;
  margin-bottom: 28px;
  padding: 5px;
  overflow-x: auto;
  border-radius: 15px;
  background: var(--green-soft);
  scrollbar-width: none;
}

.hospital-city-tabs::-webkit-scrollbar {
  display: none;
}

.hospital-city-tabs button {
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  color: var(--muted);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.hospital-city-tabs button.active {
  color: #fff;
  background: var(--green);
  box-shadow: 0 6px 14px rgb(47 125 50 / 20%);
}

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

.hospital-card-list {
  display: grid;
  gap: 24px;
}

.hospital-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgb(27 73 32 / 9%);
}

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

.hospital-cover-link {
  display: block;
  background: var(--green-soft);
}

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

.hospital-cover {
  width: 100%;
  height: 196px;
  object-fit: cover;
}

.hospital-card-body {
  padding: 20px;
}

.hospital-identity {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hospital-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 12px;
  object-fit: contain;
  background: #fff;
}

.hospital-kicker {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hospital-identity h2 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.hospital-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}

.hospital-stats > div {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 13px;
  background: var(--green-soft);
}

.hospital-stats > div[hidden] {
  display: none;
}

.hospital-stats .wide {
  grid-column: 1 / -1;
}

.hospital-stats img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  object-fit: contain;
}

.hospital-stats span {
  min-width: 0;
}

.hospital-stats small,
.hospital-stats strong {
  display: block;
}

.hospital-stats small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.hospital-stats strong {
  margin-top: 4px;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
}

.hospital-description {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.hospital-description p {
  margin: 0 0 10px;
}

.hospital-description p:last-child {
  margin-bottom: 0;
}

.hospital-description img {
  display: none;
}

.hospital-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.hospital-actions a,
.hospital-load-more {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.hospital-actions .reserve {
  background: var(--orange);
}

.hospital-actions .whatsapp,
.hospital-load-more {
  background: var(--green);
}

.hospital-load-more {
  min-width: 116px;
  margin: 34px auto 0;
  box-shadow: 0 9px 20px rgb(47 125 50 / 18%);
}

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

.hospital-empty {
  margin: 0;
  padding: 48px 10px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.hospital-faq {
  padding: 58px 22px;
  background: var(--green-soft);
}

.hospital-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.hospital-section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.2;
}

.hospital-section-heading h2::after {
  display: block;
  width: 34px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 3px;
  background: var(--orange);
  content: "";
}

.hospital-section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.hospital-faq-list {
  display: grid;
  gap: 11px;
}

.hospital-faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 16px rgb(30 75 34 / 5%);
}

.hospital-faq-list summary {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.hospital-faq-list summary span {
  margin-left: 12px;
  font-size: 17px;
  font-weight: 400;
}

.hospital-faq-list details[open] {
  border-color: #b8d3b2;
}

.hospital-faq-list details[open] summary {
  color: #fff;
  background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.hospital-faq-list details > p,
.hospital-faq-answer {
  margin: 0;
  padding: 17px 16px 19px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.hospital-faq-answer > :first-child {
  margin-top: 0;
}

.hospital-faq-answer > :last-child {
  margin-bottom: 0;
}

/* Hospital article detail. */
.hospital-detail-page {
  padding: 28px 18px 58px;
  background: linear-gradient(180deg, #f5faf3 0%, #fff 230px);
}

.hospital-detail-breadcrumb {
  display: flex;
  max-width: 720px;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: 9px;
}

.hospital-detail-breadcrumb a {
  color: var(--green-dark);
}

.hospital-detail-card {
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 18px 44px rgb(27 73 32 / 10%);
}

.hospital-detail-cover-wrap {
  background: var(--green-soft);
}

.hospital-detail-cover-wrap[hidden] {
  display: none;
}

.hospital-detail-cover {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.hospital-detail-body {
  padding: 24px;
}

.hospital-detail-identity {
  align-items: center;
}

.hospital-detail-identity h1 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.hospital-detail-stats {
  margin-top: 20px;
}

.hospital-detail-description {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.72;
}

.hospital-detail-description > :first-child {
  margin-top: 0;
}

.hospital-detail-description > :last-child {
  margin-bottom: 0;
}

.hospital-detail-description img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

@media (min-width: 680px) {
  .hospital-detail-page {
    padding: 48px 28px 82px;
  }

  .hospital-detail-cover {
    height: 360px;
  }

  .hospital-detail-body {
    padding: 32px;
  }
}
