.ty-auction-tab-history {
    margin-top: 10px;
}

.ty-auction-tab-history__pager {
    margin: 10px 0;
}

.ty-auction-tab-history__table-wrap {
    border: 1px solid #d9e1ea;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.ty-auction-tab-history__table {
    width: 100%;
    border: 0;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.ty-auction-tab-history__table thead th {
    background: linear-gradient(180deg, #224269 0%, #1c3858 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 12px 14px;
    border: 0;
}

.ty-auction-tab-history__table tbody td {
    font-size: 14px;
    color: #1e2f41;
    padding: 12px 14px;
    border-left: 0;
    border-right: 0;
    border-color: #e7edf4;
    vertical-align: middle;
}

.ty-auction-tab-history__table tbody tr:nth-child(even) {
    background: #f7f9fc;
}

.ty-auction-tab-history__table tbody tr:hover {
    background: #eef4fb;
}

.ty-auction-tab-history__table tbody td:nth-child(2) {
    font-weight: 700;
}

.ty-auction-tab-history__row--winner {
    background: #ecf9f0 !important;
}

.ty-auction-tab-history__winner-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #1f8f4f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .ty-auction-tab-history__table-wrap {
        border-radius: 8px;
    }

    .ty-auction-tab-history__table thead th {
        font-size: 11px;
        padding: 10px 8px;
    }

    .ty-auction-tab-history__table tbody td {
        font-size: 12px;
        padding: 10px 8px;
    }

    .ty-auction-tab-history__winner-badge {
        margin-left: 6px;
        font-size: 10px;
        padding: 2px 7px;
    }
}

.ty-auction-bid-source {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
.ty-auction-bid-source--offline {
    background-color: #6c757d;
}
.ty-auction-bid-source--online {
    background-color: #28a745;
}
