/**
 * NDC Advertise With Us - Contact Form Styles
 */
.ndc-advertise-form {
	max-width: 560px;
	margin: 0 auto;
	padding: 2rem 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ndc-advertise-form__message {
	padding: 1rem 1.25rem;
	border-radius: 0.5rem;
	margin-bottom: 1.5rem;
}

.ndc-advertise-form__message--success {
	background: #d1fae5;
	color: #065f46;
	border: 1px solid #6ee7b7;
}

.ndc-advertise-form__message--error {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fca5a5;
}

.ndc-advertise-form__message ul {
	margin: 0;
	padding-left: 1.25rem;
}

.ndc-advertise-form__form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.375rem;
	color: #1e3a5f;
}

.ndc-advertise-form__form input,
.ndc-advertise-form__form textarea {
	width: 100%;
	padding: 0.625rem 0.875rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-family: inherit;
}

.ndc-advertise-form__form input:focus,
.ndc-advertise-form__form textarea:focus {
	outline: none;
	border-color: #ea580c;
	box-shadow: 0 0 0 2px rgba(234, 88, 12, 0.2);
}

.ndc-advertise-form__form textarea {
	resize: vertical;
	min-height: 120px;
}

.ndc-advertise-form__row {
	margin-bottom: 1.25rem;
}

.ndc-required {
	color: #ea580c;
}

.ndc-advertise-form__submit {
	margin-top: 1.5rem;
}

.ndc-advertise-form__submit .ndc-btn,
.ndc-advertise-form__submit button {
	padding: 0.75rem 2rem;
	cursor: pointer;
	border: none;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	background: #ea580c;
	color: #fff;
}
.ndc-advertise-form__submit .ndc-btn:hover,
.ndc-advertise-form__submit button:hover {
	background: #c2410c;
}

/* Honeypot - hidden from humans, bots fill it */
.ndc-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	margin: 0;
	padding: 0;
}
