.price-section h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    background-color: #fff;
}

.price-table th,
.price-table td {
    text-align: left;
    padding: 0.75rem 1rem;
}

.price-table thead th {
    font-weight: 600;
    border-bottom: 2px solid #ccc;
}

.price-table tbody tr {
    border-bottom: 1px solid #eee;
}

.price-table tbody tr:last-child {
    border-bottom: none;
}

.price-table td:last-child,
.price-table th:last-child {
    text-align: right;
    white-space: nowrap;
}