.pl-e3a8311c-container {
    width: 100%;
    font-family: inherit;
    color: #374151;
}

.pl-e3a8311c-controls {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.pl-e3a8311c-input,
.pl-e3a8311c-select {
    padding: 0.625rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    background-color: #fff;
    outline: none;
    transition: all 0.2s ease;
}

.pl-e3a8311c-input {
    flex-grow: 1;
}

.pl-e3a8311c-select {
    min-width: 160px;
}

.pl-e3a8311c-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.pl-e3a8311c-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.pl-e3a8311c-th {
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: #ffffff;
}

.pl-e3a8311c-td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.875rem;
}

.pl-e3a8311c-tr:last-child .pl-e3a8311c-td {
    border-bottom: none;
}

.pl-e3a8311c-tr:hover {
    background-color: #f9fafb;
}

.pl-e3a8311c-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.pl-e3a8311c-usd {
    color: #059669;
    font-weight: 500;
}

.pl-e3a8311c-range {
    color: #6b7280;
}

.pl-e3a8311c-no-results {
    padding: 2rem;
    text-align: center;
    color: #6b7280;
    border: 1px dashed #d1d5db;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

@media (max-width: 640px) {
    .pl-e3a8311c-controls {
        flex-direction: column;
    }
}
