
/* Force Roboto everywhere in the animal list */
.list-item,
.list-item * {
    font-family: 'Roboto', sans-serif !important;
}

/* Container spacing */
.list-animal-info-block {
}

/* NAME (make it pop) */
.list-animal-name a {
    font-family: 'Roboto Condensed' , sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5394b2;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    margin-top: 8px;
}

.list-animal-name a:hover {
    text-decoration: underline;
}

/* Species (optional - subtle) */
.list-animal-species {
    display: none;

}

/* Gender */
.list-animal-sexSN {
    font-size: 12px;
        text-transform: uppercase;
    color: #444;
}

/* Breed */
.list-animal-breed {
 font-size: 14px;
    color: #000;
    
}

/* Age */
.list-animal-age {
    font-size: 12px;
    color: #65b27b;
    font-weight:600;
    margin-top: 4px;
}

/* ===== CLEANUP ===== */

img[src*="petplace"],
img[alt*="PetPlace"] {
  display: none !important;
}
#DescriptionWrapper .petPlaceButton {
    display: none !important;
}