#mb_w_rp_date {
  white-space: nowrap;
  font-size: smaller;
}

#mb_w_rp_title {
  line-height: 1.25rem;
  word-break: break-all;
}

#mb_w_rp_gallery a {
  color: inherit;
}

#mb_w_rp_gallery.row {
  margin-right: 0;
  margin-left: 0;
  border: 1px solid rgba(33, 37, 41, 0.125);
}

#mb_w_rp_gallery .card-footer {
  padding: 0rem 0.5rem;
}

#mb_w_rp_link {
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

#mb_w_rp_link_board {
  z-index: 1;
  position: relative;
}

.line-clamp {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(1rem * 1.35 * 2);
}

.line-clamp:after {
  content: '';
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1rem * 1.35);
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);*/
}

.col-thumb {
  width: 8rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.col-content {
  width: calc(100% - 8rem);
  padding-right: 1rem;
  padding-left: 0.5rem;
}

.thumb-image {
  background-size: cover;
  background-position: center center;
  width: 6.5rem;
  height: 4.25rem;
}

@media (min-width: 768px) {
  .col-thumb.itc {
    width: 11rem;
  }
  .col-content.itc {
    width: calc(100% - 11rem);
  }
  .itc .thumb-image {
    width: 9.5rem;
    height: 7.25rem;
  }
}

.col-content:first-child {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.mb-gallery {
  position: relative;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.mb-gallery:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #f8f9fa;
}

@media (max-width: 1023px) {
  .mb-gallery {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .mb-gallery {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.mb-gallery-body {
  margin-top: 0.25rem;
}

.mb-gallery-body:first-child {
  margin-top: 0;
}

.mb-gallery-col-1 .mb-gallery {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
/*# sourceMappingURL=widget.css.map */