.widget-club-news.panel-default > .panel-heading {
  padding: 13px;
  background-color: #fcfdfd;
}
.widget-club-news > .panel-body {
  padding: 13px;
  padding-top: 8px;
}
.widget-club-news .booking-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.widget-club-news .booking-header h3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.widget-club-news .booking-header a {
  font-size: 12px;
  white-space: nowrap;
}
.widget-club-news .booking-header a .booking-show-all-short {
  display: none;
}
@media (max-width: 767px) {
  .widget-club-news .booking-header h3 {
    font-size: 22px;
  }
  .widget-club-news .booking-header a .booking-show-all-long {
    display: none;
  }
  .widget-club-news .booking-header a .booking-show-all-short {
    display: inline;
  }
}
.widget-club-news .club-news-item {
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 14px;
  padding: 13px;
  margin: 0 0 6.5px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.widget-club-news .club-news-item:last-child {
  margin-bottom: 0;
}
.widget-club-news .club-news-item--expandable {
  cursor: pointer;
}
.widget-club-news .club-news-item--expandable:hover {
  box-shadow: 0 8px 22px rgba(23, 43, 77, 0.09);
  border-color: #c4c7cd;
}
.widget-club-news .club-news-item--expandable .club-news-caret {
  display: inline-block;
}
.widget-club-news .club-news-title-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.widget-club-news .club-news-title-line .club-news-caret {
  margin-left: auto;
}
.widget-club-news .club-news-title {
  font-size: 15px;
  font-weight: 700;
  color: #172b4d;
  margin-bottom: 4px;
}
.widget-club-news .club-news-caret {
  display: none;
  color: #606875;
  transition: transform 0.2s ease;
}
.widget-club-news .club-news-item.is-expanded .club-news-caret {
  transform: rotate(180deg);
}
.widget-club-news .club-news-text {
  font-size: 14px;
  line-height: 1.5;
  color: #606875;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget-club-news .club-news-item.is-expanded .club-news-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.widget-club-news .club-news-chip {
  flex: 0 0 auto;
  padding: 1px 8px;
  border-radius: 10px;
  background-color: #f4f5f6;
  color: #606875;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}
.widget-club-news .club-news-item-hidden {
  display: none;
}
.widget-club-news .club-news-show-more {
  display: none;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #56b9f1;
  cursor: pointer;
}
.widget-club-news .club-news-show-more.is-visible {
  display: block;
}
.widget-club-news .club-news-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: #56b9f1;
}
.widget-club-news .club-news-link i {
  font-size: 12px;
}

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