.widget-club-location {
  width: 330px;
  max-width: 100%;
}
.widget-club-location.panel-default > .panel-heading {
  padding: 13px;
  background-color: #fcfdfd;
}
.widget-club-location > .panel-body {
  padding: 13px;
  padding-top: 8px;
}
.widget-club-location .booking-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.widget-club-location .booking-header h3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.widget-club-location .booking-header a {
  font-size: 12px;
  white-space: nowrap;
}
.widget-club-location .booking-header a .booking-show-all-short {
  display: none;
}
@media (max-width: 767px) {
  .widget-club-location .booking-header h3 {
    font-size: 22px;
  }
  .widget-club-location .booking-header a .booking-show-all-long {
    display: none;
  }
  .widget-club-location .booking-header a .booking-show-all-short {
    display: inline;
  }
}
@media (max-width: 767px) {
  .widget-club-location {
    width: 100%;
  }
}
.widget-club-location .club-location-address {
  margin-top: 10px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #606875;
}

/*# sourceMappingURL=club-location.css.map */
