/* */

#clear-filters-button {
    cursor: pointer;
}

#card-container {
    padding-top: 20px;
}

#card-loading-img {
    display: block;
    margin: auto;
    width: 70px;
    margin-top: 10px;
}

.medvet-featured-title {
    color: #193458;
    font-weight: bold;
    padding-bottom: 20px !important;
}

.medvet-featured-card-container {
    background: #e7eff4;
    padding: 40px;
    border-radius: 15px;
    min-height: 350px;
    align-items: center;
}

.medvet-featured-card-container:hover .pet-care-featured-resource-image-column img {
    transform: scale(1.02);
    transition: all .5s ease-in-out;
}

 

@media (max-width: 980px) {
    .medvet-featured-card-container {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .medvet-featured-card-container {
        padding: 25px;
    }
}

.medvet-featured-card-container h2 {
    color: #193458;
    font-weight: bold;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.medvet-featured-card-description {
    margin: 8px 0 20px 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #193458;
}

.pet-care-featured-resource-image-column {
    overflow: hidden;
    border-radius: 15px;
    height: 250px;
}


.pet-care-featured-resource-image-column img {
    object-fit: cover;
    height: 100%;
}

.medvet-article-category-container {
    height: 27px;
    overflow: hidden;
}

.medvet-pet-care-resource-category {
    background: white;
    color: #193458;
    font-weight: bold;
    padding: 5px 8px;
    margin-right: 10px;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .pet-care-featured-resource-image-column {
        padding-left: 0;
        margin-top: 30px;
        height: 40vw;
    }
}

.medvet-trending-title {
    color: #193458;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px !important;
}

@media (max-width: 980px) {
    #medvet-trending-wrapper div:not(:last-child) {
        margin-bottom: 30px;
    }
}

.medvet-pet-care-resources-trending-image img {
    height: 125px;
    width: 125px;
    max-width: 125px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: -5px;
    overflow: hidden;
}

.medvet-pet-care-resources-trending-image {
    overflow: hidden;
    border-radius: 10px;
    height: 125px;
    width: 125px;
    min-width: 125px;
}

.mv-trending-item:hover .medvet-pet-care-resources-trending-image img {
    transform: scale(1.02);
    transition: all .3s ease-in-out;
}

@media (min-width: 768px) and (max-width: 980px) {
    .medvet-pet-care-resources-trending-image img {
        width: 230px;
        min-width: 230px;
    }
    
    .medvet-pet-care-resources-trending-image {
        width: 230px;
    }
}

@media (max-width: 576px) {
    .medvet-pet-care-resources-trending-image img {
        width: 100px;
        min-width: 100px;
        height: 115px;
    }

    .medvet-pet-care-resources-trending-image {
        width: 100px;
        height: 115px;
    }
}

.medvet-pet-care-resources-trending-title {
    font-weight: bold;
    color: #193458;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: -0.2em;
    margin-bottom: 10px;
    padding: 0px;
}

@media (max-width: 576px) {
    .medvet-pet-care-resources-trending-title {
        -webkit-line-clamp: 3;
        font-size: 18px;
    }

}

.medvet-pet-care-resources-trending-category-container {
    height: 27px;
    overflow: hidden;
}

.medvet-pet-care-resources-trending-category {
    background: #ECECEC;
}

