.lgf-btn {
	background: #333;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
}

.lgf-btn-secondary {
	background: #eee;
	color: #333;
	border: 1px solid #ccc;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 20px;
}

.lgf-modal-98ea8d9d {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lgf-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.lgf-modal-content {
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.lgf-close-modal {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	color: #666;
}

.lgf-form-98ea8d9d h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.lgf-item-row {
	display: flex;
	gap: 15px;
	align-items: flex-end;
	margin-bottom: 15px;
	background: #f9f9f9;
	padding: 10px;
	border-radius: 4px;
}

.lgf-field {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.lgf-field label {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 500;
}

.lgf-field input, .lgf-field select, .lgf-field textarea {
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 100%;
}

.lgf-checkbox-field {
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.lgf-checkbox-field input {
	width: auto;
}

.lgf-remove-item {
	background: #ff4d4d;
	color: white;
	border: none;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.lgf-form-message {
	margin: 15px 0;
	padding: 10px;
	border-radius: 4px;
	display: none;
}

.lgf-form-message.success {
	background: #d4edda;
	color: #155724;
	display: block;
}

.lgf-form-message.error {
	background: #f8d7da;
	color: #721c24;
	display: block;
}
