/* Passkey Manager Styles */

.pcx-passkey-manager {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

.pcx-passkey-header h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
}

.pcx-passkey-description {
	color: #666;
	margin-bottom: 20px;
}

.pcx-passkey-loading {
	text-align: center;
	padding: 40px;
	color: #666;
}

.pcx-passkey-empty {
	text-align: center;
	padding: 40px;
	background: #f8f9fa;
	border-radius: 8px;
	color: #666;
	margin-bottom: 20px;
}

.pcx-passkey-list {
	margin-bottom: 20px;
}

.pcx-passkey-item {
	display: flex;
	align-items: center;
	padding: 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 12px;
	background: #fff;
	transition: box-shadow 0.2s;
}

.pcx-passkey-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pcx-passkey-item-icon {
	font-size: 32px;
	margin-right: 16px;
	flex-shrink: 0;
}

.pcx-passkey-item-info {
	flex-grow: 1;
}

.pcx-passkey-item-name {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 4px;
}

.pcx-passkey-item-meta {
	font-size: 14px;
	color: #666;
	margin-bottom: 4px;
}

.pcx-passkey-item-badge {
	display: inline-block;
	padding: 2px 8px;
	background: #e3f2fd;
	color: #1976d2;
	border-radius: 4px;
	font-size: 12px;
	margin-top: 4px;
}

.pcx-passkey-item-actions {
	flex-shrink: 0;
}

.pcx-passkey-actions {
	text-align: center;
	margin-top: 20px;
}
/* 
.alert {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
}

.alert-danger {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.alert-success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.alert-warning {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffeaa7;
} */

/* Login Box Passkey Button */
/* .rd-login-box-submitwrap {
	margin-bottom: 12px;
}

.rd-secondary-btn {
	width: 100%;
	padding: 12px 24px;
	background: #fff;
	color: #333;
	border: 2px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rd-secondary-btn:hover {
	background: #f5f5f5;
	border-color: #999;
}

.rd-secondary-btn:active {
	transform: scale(0.98);
}

.rd-danger-btn-text {
	background: transparent;
	color: #dc3545;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 4px;
	transition: background 0.2s;
}

.rd-danger-btn-text:hover {
	background: #f8d7da;
} */
