@charset "UTF-8";







.listing-small-featured {
  display: block;
  text-decoration: none;
  margin-bottom: 2.8125rem;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 879px) {
  .listing-small-featured {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-small-featured {
    width: 25.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .listing-small-featured {
    width: 25.625rem;
  }
}
.listing-small-featured:hover {
  text-decoration: none;
}
@media only screen and (min-width: 880px) {
  .listing-small-featured:hover .listing-small-featured__title:after {
    border: 2px solid white;
  }
}
.listing-small-featured:hover .listing-small-featured {
  text-decoration: none;
}
.listing-small-featured:hover .listing-small-featured__title {
  text-decoration: underline;
}
.listing-small-featured article {
  text-decoration: none;
  color: #FFFFFF;
}
.listing-small-featured__title {
  color: #FFFFFF;
  padding-right: 3.125rem;
  position: relative;
}
@media only screen and (min-width: 880px) {
  .listing-small-featured__title:after {
    position: absolute;
    content: "\f061";
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    font-size: 0.875rem;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
  }
}
.listing-small-featured__authoring {
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
}
.listing-small-featured__body {
  position: relative;
}
.listing-small-featured__body-top {
  min-height: 2.625rem;
}


/*# sourceMappingURL=../../../../maps/blog/small_featured/scss/small-featured.css.map */
