.reusely-help-trigger {
	font-size: 0.9rem;
	font-weight: 500;
	margin-left: 1rem;
	color: #6db520;
	text-decoration: underline;
	cursor: pointer;
}

.reusely-help-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.reusely-help-modal-content {
	background: #fff;
	padding: 1.5rem;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	max-width: 400px;
	width: 90%;
	position: relative;
}

.reusely-help-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #888;
	cursor: pointer;
}
