/* Admin Styles for User ID Toolkit */

.user-id-value {
    font-weight: 600;
    font-family: monospace;
    font-size: 14px;
}

.user-id-copy-btn {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #2271b1 !important;
    cursor: pointer;
    vertical-align: middle;
}

.user-id-copy-btn:hover {
    color: #135e96 !important;
}

.user-id-copy-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Debug Page Styles */
.user-id-debug-wrap {
    max-width: 1200px;
}

.user-id-search-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-bottom: 20px;
}

.user-id-search-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-id-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-bottom: 20px;
}

.user-id-card-header {
    background: #f6f7f7;
    border-bottom: 1px solid #ccd0d4;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.user-id-card-body {
    padding: 15px;
}

.user-id-meta-table td.meta-key {
    font-weight: 600;
    width: 30%;
    word-break: break-all;
}

.user-id-meta-table td.meta-value {
    word-break: break-all;
    font-family: monospace;
}

.user-id-meta-table pre {
    margin: 0;
    white-space: pre-wrap;
}

.user-id-timeline {
    border-left: 2px solid #ccd0d4;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.user-id-timeline li {
    position: relative;
    padding: 10px 0 10px 20px;
}

.user-id-timeline li::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2271b1;
}

.user-id-timeline-date {
    font-size: 12px;
    color: #646970;
}

#wpadminbar .user-id-support-menu .ab-item {
    color: #fff;
}
#wpadminbar .user-id-support-menu {
    background: #2271b1 !important;
}
