/* FF nick generator additions on top of font-generator.css — the input,
 * style grid and .ldh-style-card rules are already shared from there. */

.ldh-nick-presets {
	margin-top: var(--ldh-space-lg);
}

.ldh-nick-presets__group + .ldh-nick-presets__group {
	margin-top: var(--ldh-space-lg);
}

.ldh-nick-presets__title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 var(--ldh-space-sm);
	color: var(--ldh-color-text);
}

.ldh-nick-presets__list {
	display: grid;
	grid-template-columns: 100%;
	gap: 12px;
}
