.subscription-table {
    width: 100%;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
}

.subscription-table tbody tr {
    border-bottom: 1px solid #eee;
}

.subscription-table tbody tr:last-child {
    border-bottom: none;
}

.subscription-table td {
    padding: 16px 20px;
    font-size: 15px;
}

.subscription-table td:first-child {
    background-color: #f9f9f9;
    font-weight: 600;
    width: 40%;
    border-right: 1px solid #eee;
}

.subscription-table td:last-child {
    color: #2c3e50;
}