.time-slots button:disabled {
  cursor: not-allowed;
  opacity: .38;
  text-decoration: line-through;
}

.calendar-days span[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .3;
  text-decoration: line-through;
}

.trust-strip {
  border-bottom: 0;
}
