.elementor-14314 .elementor-element.elementor-element-87e9161{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-0f6d361 *//* Widerrufsformular – Full Width */
.elementor-14314 {
  width: 100% !important;
  max-width: 100% !important;
}

/* Eingabefelder */
.order-withdrawal-request input.input-text,
.order-withdrawal-request select,
.order-withdrawal-request textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #d4a96a;
  border-radius: 8px;
  background: #fff;
  color: #181818;
  box-sizing: border-box;
  transition: border-color .2s;
}

.order-withdrawal-request input.input-text:focus,
.order-withdrawal-request select:focus,
.order-withdrawal-request textarea:focus {
  border-color: rgba(188,138,87,1);
  outline: none;
}

/* Form-Rows */
.order-withdrawal-request .form-row {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin-bottom: 16px;
}

.order-withdrawal-request .form-row-first {
  width: 48% !important;
  float: left !important;
  clear: none !important;
}

.order-withdrawal-request .form-row-last {
  width: 48% !important;
  float: right !important;
  clear: none !important;
}

/* Submit-Button */
.woocommerce-form-return_request__submit {
  width: 100% !important;
  background: rgba(188,138,87,0.85) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 45px !important;
  padding: 14px 40px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background .2s !important;
}

.woocommerce-form-return_request__submit:hover {
  background: rgba(188,138,87,1) !important;
}/* End custom CSS */