.chatgpt-floating-btn-471b {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #10a37f;
	color: #ffffff;
	padding: 16px 24px;
	border-radius: 50px;
	text-decoration: none;
	font-family: system-ui, -apple-system, sans-serif;
	font-weight: 600;
	font-size: 18px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
	z-index: 9999;
}

.chatgpt-floating-btn-471b:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.2);
	background-color: #0d8c6d;
	color: #ffffff;
}

.chatgpt-floating-btn-471b svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}
