/* Trocar "Provedor" por "Médico" na listagem */
.booking-page .item .attribute-label,
.booking-page .providers .attribute-label {
  visibility: hidden;
  position: relative;
}

.booking-page .item .attribute-label::after,
.booking-page .providers .attribute-label::after {
  content: "Médico";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}