.professional-view .professional-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.professional-view .professional-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.professional-view .professional-table thead th {
    color: white;
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    border: none;
    background-color: #484848;
}

.professional-view .professional-row {
    border-bottom: 1px solid #f0f0f0;
}

.professional-view .professional-row:last-child {
    border-bottom: none;
}

.professional-view .professional-row:hover {
    transform: translateX(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.9) !important;
}

.professional-view .currency-flag {
    transition: transform 0.3s ease;
}

.professional-view .professional-row:hover .currency-flag {
    transform: scale(1.1);
}

.professional-view .badge-local {
    box-shadow: 0 2px 4px rgba(255,152,0,0.3);
}

.professional-table {
    background: white;
}