.maincontent .wid {
  width: auto;
}

.maincontent .fr {
  float: none;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.doctor-detail-page {
  padding: 40px 0 0;
}

.doctor-detail-hero {
  display: flex;
  gap: 42px;
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid #dfeaf5;
  box-shadow: 0 20px 46px rgba(10, 74, 117, 0.08);
}

.doctor-detail-hero__media {
  flex: 0 0 300px;
}

.doctor-detail-hero__photo {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #eef6fc;
}

.doctor-detail-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor-detail-hero__content {
  min-width: 0;
  flex: 1 1 auto;
}

.doctor-detail-hero__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4edf4;
}

.doctor-detail-hero__name {
  margin: 0;
  color: #1d3557;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 600;
}

.doctor-detail-hero__meta-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
  color: #5d7285;
  font-size: 20px;
}

.doctor-detail-hero__department a,
.doctor-detail-hero__department {
  color: #0f4c81;
}

.doctor-detail-hero__more {
  color: #0993cf;
  font-size: 15px;
}

.doctor-detail-hero__title-row {
  margin-top: 16px;
  color: #43586a;
  font-size: 18px;
  line-height: 1.6;
}

.doctor-detail-hero__label {
  color: #6f8190;
}

.doctor-detail-hero__intro-block {
  padding-top: 24px;
}

.doctor-detail-hero__section-title {
  margin-bottom: 16px;
  color: #0f4c81;
  font-size: 28px;
  line-height: 1.2;
}

.doctor-detail-hero__intro,
.doctor-detail-hero__intro p,
.doctor-detail-hero__intro li,
.doctor-detail-section__body,
.doctor-detail-section__body p,
.doctor-detail-section__body li {
  color: #43586a;
  font-size: 16px;
  line-height: 2;
}

.doctor-detail-hero__intro p,
.doctor-detail-section__body p {
  margin: 0 0 10px;
}

.doctor-detail-hero__intro p:last-child,
.doctor-detail-section__body p:last-child {
  margin-bottom: 0;
}

.doctor-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.doctor-detail-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.doctor-detail-hero__cta--primary {
  background: linear-gradient(90deg, #0a93cf 0%, #53b9e0 100%);
  color: #fff;
  box-shadow: 0 14px 26px rgba(10, 147, 207, 0.2);
}

.doctor-detail-hero__cta--ghost {
  border: 1px solid #b8d9ec;
  background: #fff;
  color: #0f4c81;
}

.doctor-detail-hero__cta:hover {
  transform: translateY(-2px);
}

.doctor-detail-section {
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #dfeaf5;
  box-shadow: 0 16px 36px rgba(10, 74, 117, 0.06);
}

.doctor-detail-section__head {
  margin-bottom: 22px;
}

.doctor-detail-section__body ul,
.doctor-detail-section__body ol {
  padding-left: 22px;
}

.get-back {
  margin-top: 28px;
  text-align: center;
}

.get-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 44px;
  padding: 0 24px;
  background: #f3f6f9;
  color: #42586c;
  text-decoration: none;
  border-radius: 999px;
}

.get-back a:hover {
  background: #e8eef3;
}

.doctor-detail-page .index-item05.index-item05--panel {
  margin-top: 80px;
}

@media screen and (max-width: 1025px) {
  .maincontent .fr {
    max-width: none;
  }

  .doctor-detail-page {
    padding-top: 24px;
  }

  .doctor-detail-hero {
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
  }

  .doctor-detail-hero__media {
    flex-basis: 240px;
  }

  .doctor-detail-hero__name {
    font-size: 30px;
  }

  .doctor-detail-hero__meta-line {
    font-size: 18px;
  }

  .doctor-detail-hero__section-title {
    font-size: 24px;
  }

  .doctor-detail-section {
    margin-top: 24px;
    padding: 24px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 640px) {
  .doctor-detail-hero {
    flex-direction: column;
    padding: 18px;
    gap: 18px;
    border-radius: 16px;
  }

  .doctor-detail-hero__media {
    flex-basis: auto;
  }

  .doctor-detail-hero__photo {
    max-width: 220px;
    margin: 0 auto;
    border-radius: 18px;
  }

  .doctor-detail-hero__name {
    font-size: 26px;
  }

  .doctor-detail-hero__meta-line {
    gap: 10px;
    font-size: 16px;
  }

  .doctor-detail-hero__title-row {
    margin-top: 12px;
    font-size: 16px;
  }

  .doctor-detail-hero__section-title {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .doctor-detail-hero__intro,
  .doctor-detail-hero__intro p,
  .doctor-detail-hero__intro li,
  .doctor-detail-section__body,
  .doctor-detail-section__body p,
  .doctor-detail-section__body li {
    font-size: 15px;
    line-height: 1.8;
  }

  .doctor-detail-hero__actions {
    gap: 10px;
    margin-top: 20px;
  }

  .doctor-detail-hero__cta {
    min-width: calc(50% - 5px);
    padding: 0 12px;
  }

  .doctor-detail-section {
    padding: 18px;
    border-radius: 16px;
  }

  .doctor-detail-page .index-item05.index-item05--panel {
    margin-top: 50px;
  }
}
