@charset "UTF-8";

/*
 * Ctek specific classes
 */

 /* Format the 'current' day. */

.office-hours-status {
  width: fit-content;
  font-weight: bold;
  font-style: normal;
}

.office-hours-status--open {
  border-bottom: 3px solid #00C389;
}

.office-hours-status--closed {
  border-bottom: 3px solid #d74388;
}

.office-hours__item-label {
  font-weight: 400;
}
.office-hours__current .office-hours__item-label {
  font-weight: bold;
}