b {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* show max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing {
    color: white;
}
.listing-image {
    background-color: #2121210a;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.listing-image-featured, .listing-image-no-vacancy, .listing-image-x-rooms-available {
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 11px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 0;
    border-radius: 2px;
    z-index: 10;
}

.listing-image-content {
    bottom: 0;
    color: #fff;
    margin: 0;
    pointer-events: none;
    position: absolute;
    font-size: 15px;
}

.crashpadTitle {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overlay {
    background: #00000069;
    display: block;
    width: 100%;
    padding: 11px 10px 10px;
}
.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(66 153 225 / var(--tw-text-opacity, 1)) !important;
}
.underline{
    text-decoration: underline !important;
}	