.ym-doctor-detail {
  padding: 6px 0 24px;
  color: #111;
}

.ym-doctor-detail__header {
  text-align: center;
  padding: 10px 0 4px;
}

.ym-doctor-detail__name {
  margin: 8px 0 8px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}

.ym-doctor-detail__title {
  display: inline-block;
  position: relative;
  padding: 0 56px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #0b63ce;
}

.ym-doctor-detail__title::before,
.ym-doctor-detail__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 2px;
  background: rgba(11, 99, 206, 0.35);
}

.ym-doctor-detail__title::before {
  left: 0;
}

.ym-doctor-detail__title::after {
  right: 0;
}

.ym-doctor-detail__profile {
  margin-top: 14px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ym-doctor-detail__avatar {
  flex: 0 0 120px;
  width: 120px;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f3f5f7;
}

.ym-doctor-detail__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ym-doctor-detail__info {
  flex: 1 1 auto;
  min-width: 0;
}

.ym-doctor-detail__row {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0;
}

.ym-doctor-detail__label {
  color: #111;
  font-weight: 700;
}

.ym-doctor-detail__value {
  color: #111;
}

.ym-doctor-detail__row--goodat {
  margin-top: 12px;
}

.ym-doctor-detail__labelBlock {
  font-weight: 800;
  color: #0b63ce;
  margin-bottom: 4px;
}

.ym-doctor-detail__valueBlock {
  font-size: 18px;
  color: #111;
}

.ym-doctor-detail__actions {
  margin-top: 18px;
}

.ym-doctor-detail__btn {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 8px;
  background: #0b63ce;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.ym-doctor-detail__btn:hover {
  background: #094fa5;
}

.ym-doctor-detail__body {
  margin-top: 26px;
}

.ym-doctor-detail__sectionTitle {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  color: #0b63ce;
}

.ym-doctor-detail__content {
  font-size: 18px;
  line-height: 1.8;
  color: #111;
}

.ym-doctor-detail__content p {
  margin: 0 0 10px;
}

@media (max-width: 480px) {
  .ym-doctor-detail__name {
    font-size: 26px;
  }

  .ym-doctor-detail__profile {
    gap: 12px;
  }

  .ym-doctor-detail__avatar {
    flex-basis: 110px;
    width: 110px;
    height: 140px;
  }

  .ym-doctor-detail__row,
  .ym-doctor-detail__valueBlock,
  .ym-doctor-detail__content {
    font-size: 16px;
  }

  .ym-doctor-detail__btn {
    font-size: 16px;
  }
}
