.table {
    background: transparent !important;
}

.table thead, .table thead tr, .table thead th {
    background-color: transparent !important;
    background: transparent !important;
}

.table thead th {
    font-size: 1.1rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 255, 102, 0.3) !important;
    color: var(--accent-green) !important;
    padding: 0.75rem !important;
}

.table td {
    vertical-align: middle;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.05) !important;
    background: transparent !important;
    padding: 0.75rem !important;
}

.price-value {
    color: #ffffff !important;
}
