.latest-sales-panel {
    margin-top: 1rem;
}

.dashboard-table {
    margin-bottom: 0;
    vertical-align: middle;
}

.dashboard-table thead th {
    padding: 0.9rem 1.2rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #6b7280;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.dashboard-table tbody td {
    padding: 0.9rem 1.2rem;
    border-color: #f0f2f5;
    color: #374151;
}

.dashboard-table tbody tr:hover {
    background: #f9fafb;
}

.sale-date {
    color: #4b5563;
    font-size: 0.85rem;
    white-space: nowrap;
}

.sale-book-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: inherit;
    text-decoration: none;
}

.sale-book-link:hover strong {
    color: #2563eb;
}

.sale-book-placeholder {
    display: inline-flex;
    width: 38px;
    height: 48px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: linear-gradient(145deg, #3b82f6, #1d4ed8);
    color: white;
    font-size: 1rem;
    font-weight: 750;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.18);
}

.sale-book-link strong {
    display: block;
    color: #1f2937;
    font-size: 0.86rem;
}

.sale-book-link small {
    display: block;
    margin-top: 0.2rem;
    color: #9ca3af;
    font-size: 0.72rem;
}

.marketplace-value {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.marketplace-flag {
    font-size: 1.1rem;
}

.format-badge {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    background: #f3f4f6;
    color: #374151;
    font-size: 0.75rem;
    font-weight: 650;
}

.orders-value {
    display: inline-flex;
    min-width: 2.2rem;
    justify-content: center;
    border-radius: 0.5rem;
    padding: 0.35rem 0.6rem;
    background: #ecfdf5;
    color: #047857;
    font-weight: 750;
}

.royalty-value {
    color: #1d4ed8;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .latest-sales-panel .table-responsive {
        overflow-x: auto;
    }

    .dashboard-table {
        min-width: 850px;
    }
}