.pricing-table-wrapper {
    margin-top: 2.5rem;
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(201, 169, 98, 0.4);
    border-radius: 12px;
    overflow: hidden;
}

.pricing-table thead {
    background: radial-gradient(circle at top, rgba(201, 169, 98, 0.2), rgba(201, 169, 98, 0.1));
}

.pricing-table th {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 1rem 1.25rem;
    text-align: left;
    color: var(--gold-light);
    border-bottom: 2px solid rgba(201, 169, 98, 0.5);
}

.pricing-table td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(201, 169, 98, 0.2);
    vertical-align: top;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-table tbody tr:hover {
    background: rgba(201, 169, 98, 0.05);
}

.pricing-table td:first-child {
    width: 70%;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e6e6e6;
}

.pricing-table td:last-child {
    width: 30%;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--gold-light);
    font-weight: 600;
    white-space: nowrap;
}
