.invoice-overview .rc-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.feature-table-wrapper {
    margin-top: 0.5rem;
    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: 820px;
}

.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);
}

@media (min-width: 900px) {
    .feature-table th,
    .feature-table td {
        padding: 0.85rem 1rem;
    }
}
