/* Hide "Our time" text */
#sb_booking_company_time {
  display: none !important;
}

/* Collapse empty description space */
.tab-tab-col .txt.short,
.tab_provider-col .txt.short {
  height: auto !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide SimplyBook footer */
.simplybookit-footer,
.powered-by,
[class*="footer"] {
  display: none !important;
}

/* Select button - brand colour and rounded */
.btn.btn-primary,
button.btn-primary {
  background-color: #8B5E5E !important;
  border-color: #8B5E5E !important;
  border-radius: 9999px !important;
  color: #ffffff !important;
}

.btn.btn-primary:hover {
  background-color: #a05f6a !important;
}
/* Fix arrow chevron background */
#sb-timeline #steps-nav li.step_info_item::after {
  border-left-color: inherit !important;
}

/* Fix Read more colour */
.read-more, a.read-more {
  color: #8B5E5E !important;
}
/* Fix Read more colour */
a.read-more, .read-more {
  color: #8B5E5E !important;
}

/* Fix chevron arrow */
#sb-timeline #steps-nav li::after {
  border-left-color: #f5e8e8 !important;
}

#sb-timeline #steps-nav li.step_info_item.active::after,
#sb-timeline #steps-nav li.step_info_item.filled.passed::after {
  border-left-color: #8B5E5E !important;
}