/**
 * Griffon Forms front-end styles.
 *
 * Scope:
 * - Keyword generator interface.
 * - Gravity Forms form ID 8 custom layout.
 *
 * Notes:
 * - CSS declarations are preserved from the original all-in-one file.
 * - Several selectors are ID-based and depend on the current Gravity Forms field IDs.
 */

/************** GRIFFON FORMS START ****************/

/* Keep the keyword generator button text white on hover. */
#keyword-generator-button:hover a {
	color: #ffffff;
}

/* Reduce input height inside the Griffon keywords field. */
#grf-griffon-keywords .ginput_container input{
	height: 16px;
}

/* Hide the default submit button for form 8. */
#gform_submit_button_8{
	display:none;
}

/* Re-display labels specifically inside form 8. */
#gform_8 .gfield_label {
	display:block !important;
}

/* Add right spacing to field 24 in form 8. */
#field_8_24 {
	padding-right: 30px;
}

/* Add left spacing to field 25 in form 8. */
#field_8_25 {
	padding-left: 30px;
}

/* Align the field 25 button to the left. */
#field_8_25 button {
	float: left;
}

/* Add top spacing to field 26 in form 8. */
#field_8_26 {
	padding-top: 30px;
}

/************** GRIFFON FORMS ENDS ****************/
