/* Lovable badge styles */
#lovable-badge {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 141px;
	padding: 5px 13px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	font-family: sans-serif;
	display: flex;
	align-items: center;
	gap: 4px;
	z-index: 1000000;
	text-transform: none !important;
	font-feature-settings: normal !important;
	font-weight: 400 !important;
}

#lovable-badge.hidden {
	display: none;
}

#lovable-badge span {
	color: #A1A1AA;
}

#lovable-badge-close {
	position: absolute;
	top: -2px;
	right: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #A1A1AA;
}

