/* Styles for Favorites View Component */
.row {
    display: flex;
    flex-wrap: wrap;
}

.col-xs-12.col-sm-6.col-md-4 {
    display: flex;
    margin-bottom: 20px; /* Added from asearch.phtml */
}

.thumbnail {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.caption {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}