/* CostoCajero Contact — formulario minimal */

.cc-contact-form-wrap {
	max-width: 560px;
	margin: 0 auto;
}

.cc-contact-form__title {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
}

.cc-contact-form__intro {
	margin: 0 0 1rem;
	color: #4b5563;
	line-height: 1.5;
}

.cc-contact-form__notice {
	padding: 0.75rem 1rem;
	border-radius: 6px;
	margin-bottom: 1rem;
	font-size: 0.9375rem;
}

.cc-contact-form__notice--success {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.cc-contact-form__notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.cc-contact-form__field {
	margin: 0 0 1rem;
}

.cc-contact-form__field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
	font-size: 0.9375rem;
}

.cc-contact-form__field .required {
	color: #dc2626;
}

.cc-contact-form__field input[type="text"],
.cc-contact-form__field input[type="email"],
.cc-contact-form__field textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.5rem 0.65rem;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 1rem;
	box-sizing: border-box;
}

.cc-contact-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.cc-contact-form__consent label {
	font-weight: 400;
}

.cc-contact-form__consent input[type="checkbox"] {
	margin-right: 0.5rem;
	vertical-align: middle;
}

.cc-contact-form__submit {
	padding: 0.65rem 1.25rem;
	background: #2563eb;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

.cc-contact-form__submit:hover {
	background: #1d4ed8;
}
