.contribute {
  margin-bottom: 40px;
}

.rooms-list__index {
  display: none;
}

.content-card__inner {
  border-radius: 10px;
  overflow: hidden;
  resize: none;
}

.room-card__inner {
  border-radius: 10px;
  overflow: hidden;
  resize: none;
}

.room-card__inner::after {
 background-image: linear-gradient(to top,#429D9C, transparent); 
}

.room-card__inner:hover:after {
 background-image: linear-gradient(to top,#FB5A35, transparent); 
}

.room-card__inner:hover .room-card__name {
    color: #fff;
}

.room-card__label {
    color: #fff;
}

.page-head--room {
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
  border-bottom-left-radius: 20px; 
  border-bottom-right-radius: 20px;
}

.explore-widget__title {
  font-size: 42px;
  color: #1A202C; 
  margin-bottom: 15px;
  font-weight: normal;
}

.content-actions__btn svg {
  width: 2rem;
  height: 2rem
}

.line-clamp-5 {
      -webkit-line-clamp: 8;
}