.fm-le-form {
	max-width: 480px;
}

.fm-le-form label {
	font-weight: 600;
}

.fm-le-form input[type="text"],
.fm-le-form input[type="url"],
.fm-le-form input[type="email"],
.fm-le-form select {
	width: 100%;
	padding: 0.5em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.fm-le-form button {
	background: #2b7fb3;
	color: #fff;
	border: none;
	padding: 0.6em 1.4em;
	border-radius: 4px;
	cursor: pointer;
}

.fm-le-form button:hover {
	background: #22668f;
}

/* Honeypot field: hidden from real users, still present in the DOM for bots to fill in */
.fm-le-hp {
	position: absolute;
	left: -9999px;
}

.fm-le-error {
	display: block;
	color: #c0392b;
	font-size: 0.9em;
	margin-top: 0.3em;
}

.fm-le-directory {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fm-le-directory-item {
	display: block;
	line-height: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}

.fm-le-directory-item img {
	display: block;
}

.fm-le-directory-empty {
	color: #666;
	font-style: italic;
}
