/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 11 2026 | 07:45:38 */
	/* Tabellen Style – Bildnachweise */
	table, th, td {
		width: 100%;
		border: 1px solid #5eb135 !important;
	}

/* Widerrufsformular: Submit-Button wie Standard-.button darstellen */
.kvbw-widerruf-formular button.woocommerce-form-return_request__submit {
	display: inline-flex !important;
	align-items: center !important;
	flex-direction: row-reverse !important;
	gap: 14px !important;

	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding: 0 !important;
	margin: 0 !important;

	color: #687178 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

/* Divi-Icon nach links holen und als grünen Kreis stylen */
.kvbw-widerruf-formular button.woocommerce-form-return_request__submit::after {
	position: static !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;

	margin: 0 !important;
	padding: 0 !important;

	background: #5eb135 !important;
	border-radius: 50% !important;

	color: #fff !important;
	font-size: 18px !important;
	line-height: 1 !important;

	transform: none !important;
	opacity: 1 !important;
}

/* Abstand unter Listen raus */
ul {
  padding: 0 0 0px 1em!important;
}
