/* My Account - Licenses table */
.wdlm-licenses-table th,
.wdlm-licenses-table td {
    padding: 8px 6px;
    vertical-align: top;
}

.wdlm-licenses-table .wdlm-license-key {
    font-size: 13px;
    padding: 1px 4px;
    background: #f5f5f5;
    display: inline-block;
    margin-right: 2px;
    white-space: nowrap;
}

.wdlm-licenses-table .wdlm-copy-key {
    font-size: 11px;
    padding: 2px 8px;
    cursor: pointer;
}

.wdlm-purchase-link {
    display: block;
    margin-top: 2px;
    line-height: 1.3;
}

/* Status badges */
.wdlm-status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wdlm-status-active {
    background: #d4edda;
    color: #155724;
}

.wdlm-status-expired {
    background: #f8d7da;
    color: #721c24;
}

.wdlm-status-revoked {
    background: #e2e3e5;
    color: #383d41;
}

.wdlm-status-suspended {
    background: #fff3cd;
    color: #856404;
}

/* Activations list */
.wdlm-activations-list {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}

.wdlm-activations-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 3px 0;
    border-top: 1px solid #eee;
}
