.table-wrap {
    overflow-x: auto;
    margin-top: 2rem;
    border: 1px solid var(--border);
    border-radius: 12px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.price-table thead th {
    padding: 0.75rem 1rem;
    text-align: center;
    font-weight: 500;
    font-size: 0.75rem;
    color: var(--muted);
    background: var(--accent-bg);
    border-bottom: 1px solid var(--border);
}

.price-table thead th:first-child {
    text-align: left;
    border-radius: 12px 0 0 0;
}

.price-table thead th:last-child {
    border-radius: 0 12px 0 0;
}

.price-table tbody tr:nth-child(even) {
    background: var(--accent-bg);
}

.price-table tbody td {
    padding: 0.75rem 1rem;
    text-align: center;
    color: var(--text);
    border-bottom: 1px solid var(--border);
}

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

.price-table .row-label {
    text-align: left;
    font-weight: 500;
    color: var(--text);
    min-width: 0.1vw;
}

.price-table .limpeza {
    text-align: center;
    color: var(--muted);
    font-style: italic;
}
