.legal-table-wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1.5rem;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    color: #ccc;
}

.legal-table thead tr {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.legal-table thead th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}

.legal-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.legal-table tbody tr:last-child {
    border-bottom: none;
}

.legal-table tbody td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}

.legal-table tbody td:first-child,
.legal-table tbody td:nth-child(2),
.legal-table tbody td:last-child {
    white-space: nowrap;
}

.legal-table code {
    color: #EFFB53;
    background: none;
    padding: 0;
}
