/* PCC Licenses — My Account styles */

.pccl-account h2 { margin-bottom: 16px; }

.pccl-btn-purchase {
    display: inline-block;
    margin-bottom: 20px;
}

/* License card */
.pccl-license-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 20px;
    background: #fafafa;
}
.pccl-license-card--expired {
    opacity: .7;
    background: #f5f5f5;
}

/* Header row */
.pccl-license-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

/* Tier badges */
.pccl-badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.pccl-badge--free   { background: #e0e0e0; color: #444; }
.pccl-badge--silver { background: #cfd8dc; color: #263238; }
.pccl-badge--gold   { background: #fff8e1; color: #6d4c00; border: 1px solid #ffc107; }

/* Status */
.pccl-status {
    font-size: 12px;
    font-weight: 600;
}
.pccl-status--active  { color: #2e7d32; }
.pccl-status--expired { color: #c62828; }

/* Details table */
.pccl-details-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 12px;
}
.pccl-details-table th,
.pccl-details-table td {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: middle;
}
.pccl-details-table th {
    background: #f5f5f5;
    font-weight: 600;
    width: 180px;
    color: #444;
}

/* Buttons */
.pccl-btn {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    color: #333;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 1.4;
}
.pccl-btn:hover   { background: #f0f0f0; }
.pccl-btn:disabled { opacity: .6; cursor: default; }
.pccl-btn-danger  { border-color: #c62828; color: #c62828; }
.pccl-btn-danger:hover { background: #ffebee; }

/* URL form */
.pccl-url-form {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.pccl-site-url-input {
    flex: 1;
    min-width: 200px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
}
.pccl-save-status {
    font-size: 12px;
    color: #2e7d32;
}

/* License actions row */
.pccl-license-actions {
    margin-top: 10px;
    text-align: right;
}
