/**
 * Forminator — theme overrides (conditional when Forminator is active)
 *
 * @package Celeste_Theme
 * @since 2.17.0 Chunk 23.1
 */

/**
 * Formats the Forminator Dropdown Container
 */
html body .forminator-select-dropdown {
	border: 2px solid #1a1a1a !important;
	border-radius: 16px !important;
}

html body .forminator-select-dropdown.forminator-select-dropdown--below {
	z-index: 5;
}

.select2-selection {
	border-radius: 50px;
	background-color: transparent;
	border-width: 2px;
}

.forminator-ui .select2-container--open .select2-selection__rendered {
	color: #1a1a1a !important;
}

button.btn.forminator-button-submit {
	font-weight: var(--button-font-weight, 700) !important;
	font-size: var(--button-size-desktop, 1rem) !important;
	font-family: var(--font-ui) !important;
}
