.widget-club-contacts {
  width: 330px;
  max-width: 100%;
}
.widget-club-contacts.panel-default > .panel-heading {
  padding: 13px;
  background-color: #fcfdfd;
}
.widget-club-contacts > .panel-body {
  padding: 13px;
  padding-top: 8px;
}
.widget-club-contacts .booking-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.widget-club-contacts .booking-header h3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.widget-club-contacts .booking-header a {
  font-size: 12px;
  white-space: nowrap;
}
.widget-club-contacts .booking-header a .booking-show-all-short {
  display: none;
}
@media (max-width: 767px) {
  .widget-club-contacts .booking-header h3 {
    font-size: 22px;
  }
  .widget-club-contacts .booking-header a .booking-show-all-long {
    display: none;
  }
  .widget-club-contacts .booking-header a .booking-show-all-short {
    display: inline;
  }
}
@media (max-width: 767px) {
  .widget-club-contacts {
    width: 100%;
  }
}
.widget-club-contacts .club-contacts-sheet {
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 14px;
  padding: 2px 13px;
}
.widget-club-contacts .club-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
}
.widget-club-contacts .club-contact-row + .club-contact-row {
  border-top: 1px solid #dadce0;
}
.widget-club-contacts .club-contact-identity {
  min-width: 0;
}
.widget-club-contacts .club-contact-row-website {
  text-decoration: none;
}
.widget-club-contacts .club-contact-row-website:hover, .widget-club-contacts .club-contact-row-website:focus {
  text-decoration: none;
}
.widget-club-contacts .club-contact-row-website:hover .club-contacts-website-text, .widget-club-contacts .club-contact-row-website:focus .club-contacts-website-text {
  text-decoration: underline;
}
.widget-club-contacts .club-contact-row-website:hover .club-contact-action, .widget-club-contacts .club-contact-row-website:focus .club-contact-action {
  color: #56b9f1;
  border-color: #56b9f1;
}
.widget-club-contacts .club-contact-name {
  font-size: 14px;
  font-weight: 700;
  color: #172b4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-club-contacts .club-contact-role {
  font-size: 12px;
  color: #606875;
}
.widget-club-contacts .club-contact-actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.widget-club-contacts .club-contact-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #dadce0;
  border-radius: 9px;
  color: #898e92;
}
.widget-club-contacts .club-contact-action:hover, .widget-club-contacts .club-contact-action:focus {
  color: #56b9f1;
  border-color: #56b9f1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .widget-club-contacts .club-contact-action {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .widget-club-contacts .club-contact-actions {
    gap: 12px;
  }
}

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