.elementor-6668 .elementor-element.elementor-element-13735cf2{--display:flex;}@media(min-width:768px){.elementor-6668 .elementor-element.elementor-element-13735cf2{--content-width:800px;}}/* Start custom CSS for shortcode, class: .elementor-element-f23220e *//* === KDW-Pyro Widerrufsformular === */

.woocommerce-form-order-withdrawal-request {
	width: 100%;
	margin: 0;
}

.woocommerce-form-order-withdrawal-request .eu-owb-form-fields {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 3%;
}

.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row {
	flex: 0 0 100%;
	margin-bottom: 26px;
}

.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row-full,
.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row-email,
.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row-email-repeat,
.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row-order {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row-first,
.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row-last {
	flex: 0 0 48.5%;
}

.woocommerce-form-order-withdrawal-request .clear {
	display: none;
}

.woocommerce-form-order-withdrawal-request label {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.woocommerce-form-order-withdrawal-request .required {
	color: #C9A66B;
}

.woocommerce-form-order-withdrawal-request .optional {
	color: #999;
	font-weight: 400;
	font-size: 14px;
}

.woocommerce-form-order-withdrawal-request input.input-text,
.woocommerce-form-order-withdrawal-request select,
.woocommerce-form-order-withdrawal-request textarea {
	width: 100% !important;
	max-width: 100% !important;
	padding: 14px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-size: 16px;
	color: #1a1a1a;
	background: #fff;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.woocommerce-form-order-withdrawal-request .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce-form-order-withdrawal-request input.input-text:focus,
.woocommerce-form-order-withdrawal-request select:focus,
.woocommerce-form-order-withdrawal-request textarea:focus {
	border-color: #C9A66B;
	box-shadow: 0 0 0 3px rgba(201, 166, 107, 0.2);
	outline: none;
}

.woocommerce-form-order-withdrawal-request button[type="submit"] {
	background: #1a1a1a;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 14px 36px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	line-height: 1.2;
	transition: background 0.2s ease, transform 0.1s ease;
}

.woocommerce-form-order-withdrawal-request button[type="submit"]:hover {
	background: #C9A66B;
	color: #1a1a1a;
	transform: translateY(-1px);
}

/* === Hinweisbox === */

.dreku-widerruf-hinweis {
	width: 100%;
	margin: 0 0 40px;
	background: #faf6ef;
	border: 1px solid #e8dcc4;
	border-radius: 16px;
	padding: 32px 36px;
	color: #2b2b2b;
	line-height: 1.6;
}

.dreku-widerruf-hinweis h3 {
	margin: 0 0 18px;
	font-size: 19px;
	font-weight: 700;
	color: #1a1a1a;
}

.dreku-widerruf-hinweis p {
	margin: 0 0 16px;
}

.dreku-widerruf-hinweis p:last-child {
	margin-bottom: 0;
}

.dreku-widerruf-hinweis a {
	color: #C9A66B;
	font-weight: 600;
	text-decoration: none;
}

/* === Mobil === */

@media (max-width: 599px) {
	.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row-first,
	.woocommerce-form-order-withdrawal-request .eu-owb-form-fields .form-row-last {
		flex: 0 0 100%;
	}
	.dreku-widerruf-hinweis {
		padding: 24px 22px;
	}
}/* End custom CSS */