.sales-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.sales-table th {
    text-align: left;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7a7d85;
    padding: 6px 10px 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.sales-table td {
    padding: 8px 10px 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    font-size: 14px;
}

.sale-price {
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.sale-name {
    color: #a7aab2;
}

.criteria {
    display: inline-block;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    color: #cdd0d6;
}

/* Badges that appear on the analysis deck — the PNGs are ~1100px siblings of
   the logo art, so they must be pinned or they flood the table. */
.badge-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 4px;
    filter: drop-shadow(0 2px 8px rgba(196, 30, 30, .35));
}

.name-check {
    width: 18px;
    height: 18px;
    object-fit: contain;
    vertical-align: -4px;
    margin-left: 4px;
    filter: drop-shadow(0 1px 4px rgba(196, 30, 30, .5));
}

.name-check-small {
    width: 16px;
    height: 16px;
    object-fit: contain;
    vertical-align: -3px;
    filter: drop-shadow(0 1px 4px rgba(196, 30, 30, .5));
}

.account-name .name-check-small { margin-left: 5px; }
