.physician-hero {
  background: var(--color-blue);
  color: #fff;
  border-bottom: 4px solid #fff;
  padding: 20px 0 26px;
}

.crumb {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
}

.physician-card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 254px;
  gap: 14px;
  align-items: start;
}

.physician-photo {
  width: 250px;
  height: 250px;
  object-fit: cover;
  display: block;
  background-color: #c7d3dd;
}

.physician-photo.small {
  width: 254px;
  height: 121px;
  border-radius: 20px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blue-dark);
  font-weight: 700;
}

.physician-name {
  margin: 0;
  font-size: 48px;
  line-height: 1.1;
}

.physician-specialty {
  margin: 12px 0 0;
  font-size: 20px;
  max-width: 900px;
}

.physician-anchor-nav {
  background: var(--color-red);
  color: #fff;
  border-bottom: 4px solid #fff;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  font-size: 20px;
}

.physician-body {
  padding: 32px 0 56px;
}

.physician-section {
  margin-bottom: 46px;
}

.physician-section:last-child {
  margin-bottom: 0;
}

.physician-section h2 {
  margin: 0 0 12px;
  color: var(--color-red);
  font-size: 48px;
  line-height: 1.1;
}

.physician-section h3 {
  margin: 16px 0 10px;
  color: var(--color-red);
  font-size: 36px;
}

.physician-section p,
.physician-section li {
  font-size: 20px;
}

.physician-section p {
  margin: 0 0 12px;
}

.physician-section ul {
  margin: 0;
  padding-left: 30px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}

.review-chip {
  width: 168px;
  height: 80px;
  background: #f0f0f0;
  color: var(--color-blue-dark);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.review-items {
  display: grid;
  gap: 20px;
}

.review-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
}

.review-row h4 {
  margin: 0;
  font-size: 24px;
}

.review-row p {
  margin: 4px 0 0;
}

.review-row time {
  font-size: 24px;
  font-weight: 700;
}

.read-more-wrap {
  text-align: center;
  margin-top: 18px;
}
