/* RCS VPN Admin – Front-end (My Account) styles */

.rcsvpn-order-section {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #f9f9f9;
}

.rcsvpn-order-title {
    font-size: 1.2em;
    margin-bottom: 16px;
}

.rcsvpn-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.rcsvpn-details-table th,
.rcsvpn-details-table td {
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: top;
}

.rcsvpn-details-table th {
    width: 180px;
    background: #f1f1f1;
    font-weight: 600;
}

.rcsvpn-expired {
    color: #c00;
    font-weight: 600;
}

.rcsvpn-portal-btn {
    display: inline-block;
}

.rcsvpn-change-password,
.rcsvpn-renew-section {
    margin-top: 20px;
}

.rcsvpn-change-password h3,
.rcsvpn-renew-section h3 {
    font-size: 1.05em;
    margin-bottom: 8px;
}

.rcsvpn-pw-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.rcsvpn-pw-form input[type="password"] {
    width: 100%;
    max-width: 320px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.rcsvpn-feedback {
    padding: 10px 14px;
    border-radius: 3px;
    margin-bottom: 12px;
}

.rcsvpn-feedback.success {
    background: #ecf7ed;
    border: 1px solid #6abf69;
    color: #2a6e29;
}

.rcsvpn-feedback.error {
    background: #fdecea;
    border: 1px solid #e57373;
    color: #7f1c1c;
}
