.doctor-entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.doctor-entry .person {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.doctor-entry .person .person-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 2.8rem;
  padding: 0 2.8rem;
}
.doctor-entry .person .person-heading .person-photo {
  width: 60%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50% 50% 50% 1.8rem;
  overflow: hidden;
  border: 0.2rem solid rgb(var(--color-tertiary-rgb) / 0.2);
}
.doctor-entry .person .person-heading .person-photo__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.doctor-entry .person .person-heading .person-data {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}
.doctor-entry .person .person-heading .person-title {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-snug);
}

.doctor-entry .person .person-heading .person-position {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0.4rem;
}
.doctor-entry .person .person-heading .person-position .person-position__label {
  display: block;
  opacity: var(--opacity-70);
  line-height: var(--line-height-none);
}
.doctor-entry .person .person-heading .person-position .person-position__value {
  display: block;
  line-height: var(--line-height-dense);
}

.doctor-entry .person .person-heading .person-branch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0.2rem;
}
.doctor-entry .person .person-heading .person-branch .person-position__label {
  display: block;
  opacity: var(--opacity-70);
  line-height: var(--line-height-none);
}
.doctor-entry .person .person-heading .person-branch .person-position__value {
  display: block;
  line-height: var(--line-height-dense);
}

/*  */

.doctor-entry .person .person-schedule {
  margin-top: 3.6rem;
  width: 100%;
  background-color: var(--color-surface-muted);
  padding: 2.8rem;
}
.doctor-entry .person .person-schedule .person-schedule__link {
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 0 2.8rem;
  gap: 1.2rem;
  background-color: var(--color-primary);
  border-radius: 20rem;
  width: 100%;
  justify-content: space-between;
  color: var(--color-on-primary);
}
.doctor-entry .person .person-schedule .person-schedule__link .button__text {
  display: block;
}
.doctor-entry .person .person-schedule .person-schedule__link .button__label {
  font-size: var(--font-size-sm);
}
.doctor-entry .person .person-schedule .person-schedule__link .button__icon {
  display: flex;
  flex-shrink: 0;
}
.doctor-entry
  .person
  .person-schedule
  .person-schedule__link
  .button__icon
  .icon {
  width: 2rem;
  height: 2rem;
}

/*  */

.doctor-entry .person .person-info {
  margin-top: 3.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3.6rem;
}
.doctor-entry .person .person-info .person-info__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
  padding: 0 2.8rem;
}
.doctor-entry .person .person-info .info-block__title {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-snug);
}
.doctor-entry .person .person-info .info-block__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
}
.doctor-entry .person .person-info .info-block__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.education-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.education-data__item {
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 0.1rem solid rgb(var(--color-text-rgb) / 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}
.education-data__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.education-data__item-label {
  display: block;
  opacity: var(--opacity-70);
  line-height: var(--line-height-none);
}
.education-data__item-value {
  display: block;
  line-height: var(--line-height-dense);
}

.accreditations-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.accreditations-data__item {
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 0.1rem solid rgb(var(--color-text-rgb) / 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}
.accreditations-data__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.accreditations-data__item-label {
  display: block;
  opacity: var(--opacity-70);
  line-height: var(--line-height-none);
}
.accreditations-data__item-value {
  display: block;
  line-height: var(--line-height-dense);
}

/*  */

.section-appointment {
  margin-top: 7.2rem;
}

/*  */

.section-posts-doctor {
  margin-top: 7.2rem;
}
