.angie-contact-container-f699425f {
	max-width: 600px;
	margin: 2rem auto;
	padding: 2rem;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.angie-contact-form-f699425f .form-group-f699425f {
	margin-bottom: 1.5rem;
}

.angie-contact-form-f699425f label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #333333;
	font-size: 0.9rem;
}

.angie-contact-form-f699425f .required-f699425f {
	color: #e53e3e;
}

.angie-contact-form-f699425f input[type="text"],
.angie-contact-form-f699425f input[type="email"],
.angie-contact-form-f699425f textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #cbd5e0;
	border-radius: 4px;
	font-size: 1rem;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
}

.angie-contact-form-f699425f input[type="text"]:focus,
.angie-contact-form-f699425f input[type="email"]:focus,
.angie-contact-form-f699425f textarea:focus {
	outline: none;
	border-color: #3182ce;
	box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
}

.angie-contact-form-f699425f button[type="submit"] {
	background-color: #3182ce;
	color: #ffffff;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	transition: background-color 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.angie-contact-form-f699425f button[type="submit"]:hover {
	background-color: #2b6cb0;
}

.angie-contact-form-f699425f button[type="submit"]:disabled {
	background-color: #a0aec0;
	cursor: not-allowed;
}

.btn-loader-f699425f {
	border: 2px solid #f3f3f3;
	border-top: 2px solid #3182ce;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	animation: spin-f699425f 1s linear infinite;
	margin-left: 10px;
}

@keyframes spin-f699425f {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.form-response-f699425f {
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 4px;
	font-size: 0.95rem;
}

.form-response-f699425f.success-f699425f {
	background-color: #c6f6d5;
	color: #22543d;
	border: 1px solid #9ae6b4;
}

.form-response-f699425f.error-f699425f {
	background-color: #fed7d7;
	color: #742a2a;
	border: 1px solid #feb2b2;
}
