.appointment-status.is-pending {
  background: #fff0dc;
  color: #a34f16;
  box-shadow: inset 0 0 0 1px rgba(163, 79, 22, 0.18);
}

.appointment-card .appointment-contact {
  display: block;
  margin-top: 5px;
  color: #315c61;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.5;
  text-align: left;
  direction: ltr;
}

.appointment-card a.appointment-contact {
  text-decoration: underline;
  text-underline-offset: 2px;
}
