.ihm-cf-wrapper {
	max-width: 600px;
	margin: 0 auto;
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 16px;
}

.ihm-cf-form .ihm-cf-row {
	margin-bottom: 1.2em;
	display: flex;
	flex-direction: column;
}

.ihm-cf-form label {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.4em;
	font-size: 16px;
}

.ihm-cf-required {
	color: #FFD95F;
}

.ihm-cf-input,
.ihm-cf-form textarea {
	padding: 0.7em 0.8em;
	border: 1px solid #555;
	border-radius: 4px;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	font-family: inherit;
	width: 100%;
	box-sizing: border-box;
}

.ihm-cf-input--error {
	border-color: #f81515;
	background-color: #fff5f5;
}

.ihm-cf-error {
	color: #f81515;
	font-size: 0.85rem;
	margin-top: 0.3em;
	display: block;
}

.ihm-cf-form textarea {
	resize: vertical;
	min-height: 120px;
}

.ihm-cf-row--submit {
	align-items: center;
}

.ihm-cf-submit {
	background-color: #FFD700;
	color: #333;
	border: none;
	padding: 0.9em 2.2em;
	font-size:17px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	transition: opacity 0.15s ease-in-out;
}

.ihm-cf-submit:hover {
	opacity: 0.85;
}

/* Honeypot field: visually hidden, but still in the DOM and tab order skipped */
.ihm-cf-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ihm-cf-notice {
	max-width: 600px;
	margin: 0 auto 1.5em;
	padding: 1em 1.2em;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
}

.ihm-cf-notice--success {
	background-color: #e6f4ea;
	color: #1e6b32;
	border: 1px solid #1e6b32;
}

.ihm-cf-notice--error {
	background-color: #fdecec;
	color: #a31515;
	border: 1px solid #a31515;
}
