.json-container {
	background: #1e1e2e;
	color: #cdd6f4;
	padding: 20px;
	border-radius: 12px;
	font-size: 16px;
	overflow-x: auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	border: 1px solid #585b70;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	cursor: default;
}

.copy-json {
	background: none;
	border: none;
	position: absolute;
	top: 12px;
	right: 12px;
	color: #0066cc;
	border: none;
	padding: 4px 8px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.copy-json:hover {
	background: #0066cc;
	background: #0080ff33;
}

pre {
	margin: 0;
}
