.feature-table-wrapper {
    margin-top: 0.75rem;
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(15, 118, 106, 0.18);
    background: rgba(255, 255, 255, 0.7);
}

.feature-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
}

.feature-table th,
.feature-table td {
    padding: 0.75rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid rgba(15, 118, 106, 0.12);
    vertical-align: top;
}

.feature-table th {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(15, 23, 42, 0.6);
    background: rgba(15, 118, 106, 0.08);
}

.feature-row.is-selected {
    background: rgba(15, 118, 106, 0.08);
}

.feature-click {
    cursor: pointer;
}

.feature-click:hover {
    background: rgba(15, 118, 106, 0.06);
}

.feature-select {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-weight: 600;
}

.feature-title {
    font-weight: 700;
    color: #0f172a;
}

.price-cell {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: flex-start;
}

.price-selected {
    background: rgba(15, 118, 106, 0.12);
    box-shadow: inset 0 0 0 1px rgba(15, 118, 106, 0.25);
}

.price-selected .price-value {
    color: #0b5e53;
}

.price-value {
    font-weight: 600;
    color: rgba(15, 23, 42, 0.75);
}

@media (min-width: 900px) {
    .feature-table th,
    .feature-table td {
        padding: 0.85rem 1rem;
    }
}
