.food-item-thumb-wrap {
    width: 100%;
}

.food-item-thumb-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.food-item-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    font-size: 3rem;
}

.food-item-thumb-label {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.species-chips:not(:empty) {
    margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
    .food-item-thumb-wrap {
        width: 192px;
    }
}
