

/* Start:/local/templates/hemonc_h/css/doctor-review-links.css?17882739022351*/
.doctor-review-links-block {
  margin-top: 16px;
  margin-bottom: 16px;
}

.doctor-review-links__cta {
  padding: 16px 18px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #f7f1eb;
  text-align: center;
}

.doctor-review-links__cta-title {
  margin: 0 0 4px;
  color: #9c5f4a;
  font-family: "Gerbera-Bold", "GerberaMedium", "Gerbera", sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.doctor-review-links__cta-text {
  margin: 0;
  color: #7d6d64;
  font-size: 13px;
  line-height: 1.4;
}

.doctor-review-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.doctor-review-links__link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 14px 10px 10px;
  border: 1px solid #e8ddd4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(52, 38, 32, 0.06);
  color: #342620;
  text-decoration: none;
}

.doctor-review-links__link:hover,
.doctor-review-links__link:focus-visible {
  border-color: #9c5f4a;
  box-shadow: 0 2px 8px rgba(156, 95, 74, 0.12);
  outline: none;
}

.doctor-review-links__link-icon {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7f1eb;
  color: #9c5f4a;
}

.doctor-review-links__link-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.doctor-review-links__link-title {
  flex: 1 1 auto;
  font-family: "GerberaMedium", "Gerbera", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.doctor-review-links__link-chevron {
  flex: 0 0 20px;
  display: flex;
  color: #7d6d64;
}

.doctor-review-links__link-chevron svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .doctor-review-links__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .doctor-review-links__list > li {
    flex: 0 0 24%;
    min-width: 0;
  }

  .doctor-review-links__link {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 10px;
    text-align: center;
  }

  .doctor-review-links__link-title {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1.25;
  }

  .doctor-review-links__link-chevron {
    display: none;
  }
}

/* End */
/* /local/templates/hemonc_h/css/doctor-review-links.css?17882739022351 */
