/**
 * ASE Contact Form — default visual styles.
 *
 * Structural rules (layout, honeypot, spinner, messages) live in contact-form-layout.css.
 * This file can be disabled via "Use styling from the active theme or page builder".
 */

.asenha-contact-form {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #1e1e1e;
	max-width: 40rem;
}

.asenha-contact-form .asenha-cf-field label {
	font-weight: 600;
	font-size: 0.9375rem;
	color: #1e1e1e;
}

.asenha-contact-form .asenha-cf-field input[type="text"],
.asenha-contact-form .asenha-cf-field input[type="email"],
.asenha-contact-form .asenha-cf-field textarea {
	appearance: none;
	margin: 0;
	padding: 0.625rem 0.75rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background-color: #fff;
	color: #1e1e1e;
	font: inherit;
	line-height: 1.4;
	box-shadow: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.asenha-contact-form .asenha-cf-field input[type="text"]:hover,
.asenha-contact-form .asenha-cf-field input[type="email"]:hover,
.asenha-contact-form .asenha-cf-field textarea:hover {
	border-color: #8c8f94;
}

.asenha-contact-form .asenha-cf-field input[type="text"]:focus,
.asenha-contact-form .asenha-cf-field input[type="email"]:focus,
.asenha-contact-form .asenha-cf-field textarea:focus {
	outline: none;
	border-color: #1e1e1e;
	box-shadow: 0 0 0 1px #1e1e1e;
}

.asenha-contact-form .asenha-cf-field textarea {
	min-height: 8rem;
	resize: vertical;
}

.asenha-contact-form .asenha-cf-submit-button {
	appearance: none;
	display: inline-block;
	margin: 0;
	padding: 0.625rem 1.25rem;
	border: 1px solid #1e1e1e;
	border-radius: 4px;
	background-color: #1e1e1e;
	color: #fff;
	font: inherit;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.4;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.asenha-contact-form .asenha-cf-submit-button:hover,
.asenha-contact-form .asenha-cf-submit-button:focus {
	background-color: #2c3338;
	border-color: #2c3338;
	color: #fff;
	outline: none;
}

.asenha-contact-form .asenha-cf-submit-button:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1e1e1e;
}

.asenha-contact-form .asenha-cf-submit-button:disabled,
.asenha-contact-form .asenha-cf-submit-button.is-loading {
	cursor: not-allowed;
}
