.used-price-board {
    margin: 0 0 2.5rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1f2933;
}

.used-price-board__header {
    margin-bottom: 0.9rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e1e6dc;
}

.used-price-board__eyebrow {
    margin: 0 0 0.25rem;
    color: #5c6f3b;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-post-body .used-price-board h2 {
    margin: 0 0 0.55rem;
    font-size: 1.6rem;
    line-height: 1.2;
}

.used-price-board__header p {
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.55;
}

.used-price-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.used-price-table-wrap--compact {
    margin-top: 0.85rem;
}

.used-price-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 0.93rem;
    line-height: 1.35;
}

.used-price-table:not(.used-price-table--compact) {
    table-layout: fixed;
}

.used-price-table:not(.used-price-table--compact) th:nth-child(1) {
    width: 48%;
}

.used-price-table:not(.used-price-table--compact) th:nth-child(2) {
    width: 12%;
}

.used-price-table:not(.used-price-table--compact) th:nth-child(3) {
    width: 14%;
}

.used-price-table:not(.used-price-table--compact) th:nth-child(4) {
    width: 16%;
}

.used-price-table:not(.used-price-table--compact) th:nth-child(5) {
    width: 10%;
}

.used-price-table th,
.used-price-table td {
    padding: 0.75rem 0.7rem;
    border-bottom: 1px solid #e3e8ee;
    text-align: left;
    vertical-align: middle;
}

.used-price-table th {
    background: #eef3e8;
    color: #263238;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.used-price-table td:nth-child(3),
.used-price-table td:nth-child(4),
.used-price-table td:nth-child(5) {
    white-space: nowrap;
}

.used-price-table tbody tr:last-child td {
    border-bottom: 0;
}

.used-price-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.used-price-table strong {
    color: #111827;
    font-weight: 800;
}

.used-price-bat-cell {
    display: grid;
    grid-template-columns: 148px minmax(135px, 1fr);
    gap: 0.7rem;
    align-items: center;
    min-height: 58px;
}

.blog-post-body .used-price-table .used-price-bat-image {
    display: block;
    width: 148px;
    max-width: 148px;
    height: 44px;
    object-fit: contain;
    padding: 0.18rem 0.3rem;
    border: 1px solid #e0e5eb;
    border-radius: 6px;
    background: #f8fafc;
}

.used-price-table .used-price-bat-name {
    color: #111827;
    font-weight: 800;
    text-decoration-color: rgba(17, 24, 39, 0.25);
    text-underline-offset: 0.16rem;
}

.used-price-table .used-price-bat-name:hover,
.used-price-table .used-price-bat-name:focus {
    color: #34510d;
    text-decoration-color: currentColor;
}

.used-price-table .used-price-median-link {
    color: #34510d;
    font-weight: 800;
    text-decoration-color: rgba(52, 81, 13, 0.35);
    text-underline-offset: 0.16rem;
}

.used-price-table .used-price-median-link:hover,
.used-price-table .used-price-median-link:focus {
    color: #1f3b05;
    text-decoration-color: currentColor;
}

.used-price-table--compact {
    min-width: 620px;
    font-size: 0.88rem;
}

.used-price-variant-board {
    margin-top: 1.35rem;
}

.blog-post-body .used-price-variant-board h3 {
    margin: 0 0 0.45rem;
    color: #1f2933;
    font-size: 1.08rem;
    line-height: 1.25;
}

.used-price-table--variants {
    max-width: 760px;
}

.used-price-table--variants th:nth-child(1) {
    width: 40%;
}

.used-price-table--variants th:nth-child(2) {
    width: 12%;
}

.used-price-table--variants th:nth-child(3),
.used-price-table--variants th:nth-child(4),
.used-price-table--variants th:nth-child(5) {
    width: 16%;
}

.used-price-board__details {
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px solid #d8dee3;
}

.used-price-board__details summary {
    cursor: pointer;
    color: #263238;
    font-size: 0.98rem;
    font-weight: 800;
}

@media (max-width: 768px) {
    .used-price-board {
        margin-left: 0;
        margin-right: 0;
    }

    .blog-post-body .used-price-board h2 {
        font-size: 1.35rem;
    }

    .used-price-table {
        min-width: 620px;
        font-size: 0.88rem;
    }

    .used-price-bat-cell {
        grid-template-columns: 120px minmax(128px, 1fr);
        gap: 0.6rem;
    }

    .blog-post-body .used-price-table .used-price-bat-image {
        width: 120px;
        max-width: 120px;
        height: 38px;
    }
}

@media (max-width: 600px) {
    .used-price-table-wrap {
        overflow-x: visible;
    }

    .used-price-table,
    .used-price-table thead,
    .used-price-table tbody,
    .used-price-table tr,
    .used-price-table th,
    .used-price-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .used-price-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .used-price-table tbody tr {
        padding: 0.85rem 0;
        border-bottom: 1px solid #e3e8ee;
    }

    .used-price-table tbody tr:last-child {
        border-bottom: 0;
    }

    .used-price-table tbody tr:nth-child(even) {
        background: transparent;
    }

    .used-price-table td {
        padding: 0.28rem 0;
        border-bottom: 0;
    }

    .used-price-table td:nth-child(3),
    .used-price-table td:nth-child(4),
    .used-price-table td:nth-child(5) {
        white-space: normal;
    }

    .used-price-table td:not(:first-child) {
        display: grid;
        grid-template-columns: 6.8rem minmax(0, 1fr);
        gap: 0.65rem;
        align-items: baseline;
    }

    .used-price-table td:not(:first-child)::before {
        content: attr(data-label);
        color: #53606b;
        font-size: 0.72rem;
        font-weight: 800;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .used-price-bat-cell {
        display: block;
        min-height: 44px;
    }

    .blog-post-body .used-price-table .used-price-bat-image {
        width: 100%;
        max-width: 100%;
        height: 42px;
        margin: 0 0 0.42rem;
    }

    .used-price-table--compact {
        min-width: 0;
    }
}
