﻿.bids {
    background: #f3f3f3;
    padding: 6px 0;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    color: black;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 7rem;
    overflow: auto;
}

    .bids h4 {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }
