/* */

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

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

.medvet-featured-card-container {
  background: var(--mdvt-color-navy);
  border-radius: 0px;
  min-height: 350px;
  align-items: stretch;
}




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

.medvet-featured-card-container > div:has(h2) {
    padding: 40px;
    margin: auto 0;
}

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

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

.medvet-featured-card-container h2 {
  color: var(--mdvt-color-sky-blue) !important;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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: var(--mdvt-color-white);
}

.pet-care-featured-resource-image-column {
  overflow: hidden;
  border-radius: 0px;
  height: auto;
  order: -1;
}

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

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

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

.medvet-trending-title {
  padding-top: 30px;
}

@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: 0px;
  margin-bottom: -5px;
  overflow: hidden;
}

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

.mv-trending-item:hover .medvet-pet-care-resources-trending-image img {
  transform: scale(1.02);
  transition: all 0.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 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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