.cls-premium-tab {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.cls-premium-status {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.cls-premium-status.active {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.cls-premium-status.inactive {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
}

.cls-premium-payment {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.cls-paypal-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.cls-paypal-button img {
    max-width: 200px;
    height: auto;
}

.cls-payments-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.cls-payments-table th,
.cls-payments-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cls-payments-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.payment-status {
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.payment-status.completed {
    background-color: #d4edda;
    color: #155724;
}

.payment-status.pending {
    background-color: #fff3cd;
    color: #856404;
}

.payment-status.failed {
    background-color: #f8d7da;
    color: #721c24;
}