#bids-table > div,
#order-items-table > div {
    align-items: center;
}

.media-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}

.media {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.text-green-500 {
    color: #4CAF50;
}

.text-red-500 {
    color: #F44336;
}

.form-wrapper {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;

    @media screen and (min-width: 1024px) {
        flex-direction: row;
        align-items: center;
    }
}

[data-image] img {
    width: 100%;
    height: 100% !important;

    @media screen and (min-width: 1024px) {
        width: 120px;
        height: 120px !important;
    }
}

.grid-center > div {
    align-items: center;
}
