.as-anfrage-wrap {
	max-width: 700px;
	margin: 0 auto;
	font-family: inherit;
}

.as-anfrage-section {
	background: #fff;
	border: 1px solid #eceff3;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
}

.as-anfrage-section h3 {
	margin: 0 0 16px;
	color: #0F4777;
	font-size: 16px;
	font-weight: 400;
}

.as-anfrage-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.as-anfrage-row .as-anfrage-field {
	flex: 1;
	min-width: 160px;
}

.as-anfrage-field {
	margin-bottom: 14px;
}

.as-anfrage-field:last-child {
	margin-bottom: 0;
}

.as-anfrage-field label {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #43505f;
	margin-bottom: 6px;
}

.as-anfrage-field input[type="text"],
.as-anfrage-field input[type="email"],
.as-anfrage-field input[type="number"],
.as-anfrage-field input[type="date"],
.as-anfrage-field select,
.as-anfrage-field textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #d9dee4;
	border-radius: 6px;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
}

.as-anfrage-field input:focus,
.as-anfrage-field select:focus,
.as-anfrage-field textarea:focus {
	outline: none;
	border-color: #0F4777;
}

.as-anfrage-field textarea {
	resize: vertical;
}

.as-anfrage-product-picker {
	margin-top: 16px;
	padding-top: 10px;
	border-top: 1px solid #eceff3;
}

.as-anfrage-hint {
	font-size: 12px;
	color: #8993a1;
	margin: 0 0 10px;
}

.as-anfrage-submit-btn {
	display: block;
	width: 100%;
	background: #f05c6a;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

.as-anfrage-submit-btn:hover {
	opacity: 0.9;
}

.as-anfrage-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

@media (max-width: 600px) {
	.as-anfrage-row {
		flex-direction: column;
		gap: 0;
	}
}

.as-anfrage-success-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(15, 71, 119, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	padding: 10px;
}

.as-anfrage-success-box {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	max-width: 420px;
	width: 100%;
	text-align: center;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.as-anfrage-success-close {
	position: absolute;
	top: 12px;
	right: 14px;
	background: none;
	border: none;
	font-size: 18px;
	color: #8993a1;
	cursor: pointer;
	line-height: 1;
	padding: 10px;
}

.as-anfrage-success-close:hover {
	color: #43505f;
}

.as-anfrage-success-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #e6f4ea;
	color: #007017;
	font-size: 28px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}

.as-anfrage-success-text {
	font-size: 16px;
	font-weight: 400;
	color: #1d2327;
	margin: 0;
	line-height: 1.5;
}
