/* Popup styles */
.api-key-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	width: 400px;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}

.api-key-popup-content {
	position: relative;
}

.api-key-popup-content pre {
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow-x: auto;
}

.api-key-popup-content button {
	margin-top: 10px;
}

.api-key-popup .button {
	margin: 5px;
}
