/* shared styles */
.phc-book-consult {
  position: relative;
  min-height: 220px;
}

.bc-category {
  background-color: #e9f8fb;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.bc-category:hover,
.bc-category.active {
  background-color: #138a53;
  color: #fff;
}
