.rpas-pet-stray {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1rem;
}
.rpas-pet-stray > div {
    display: table-cell
}
.rpas-pet--details {
    order: 1;
}
.rpas-pet--image {
    order: 0;
}

@media (min-width:768px) {
    .rpas-pet-stray {
        grid-template-columns: 1fr 1fr;
        border-bottom: none;
    }
    .rpas-pet--details {
        order: 0;
    }
    .rpas-pet--image {
        order: 1;
    }
}

.rpas-pet-stray .rpas-pet--details ul {
	padding-left: 0;
  list-style: none;
  display: table;
}

.rpas-pet-stray ul li {
  display: table-row;
}

.rpas-pet-stray strong {
  display: table-cell;
  padding-right: 1em;
}

.rpas-pet-stray img {
    max-width: 250px;
}

/** Adoptable pets */
.rpas-pet-adoptable .pet-options, .rpas-pet-adoptable .description, .rpas-pet-adoptable .shelterluv-thumbnails {
	margin-bottom: 1rem!important;
}

.rpas-pet-adoptable {
    border-top: 1px dotted #515151;
    padding: 20px 0;
}

.rpas-pet-adoptable .name {
    margin-bottom: 0;
}

.rpas-pet-adoptable .features {
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .8rem;
    font-weight: bold;
}

.rpas-pet-adoptable .shelterluv-big-img {
	width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.rpas-pet-adoptable ul.pet-options{
    list-style: none outside none;
    padding:  0;
}

.shelterluv-thumbnails{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-top: 8px;
}

.shelterluv-thumbnails img {
    cursor: pointer;
    width: 100px;
    height: 100px;
    object-fit: cover;
}