#edd_checkout_form_wrap #edd_purchase_submit {
  text-align: right;
  padding-right: 24px;
}

#edd_checkout_form_wrap>p {
  padding: 0px;
  padding-left: 25px;
  margin-top: 5px;
}

.edd-blocks-cart__row.edd-blocks-cart__row-footer.edd_cart_footer_row {
  border-top-width: 0px;
  border-top-style: hidden;
  border-bottom-style: hidden;
}

.kb-section-is-sticky>.kt-inside-inner-col {
  text-align: right;
  padding-right: 18px;
}

#edd_profile_editor_form p {
  margin-top: 8px;
  text-align: left;
}

.edd-profile-actions {
  border-style: hidden;
  display: flex;
  justify-content: space-between;
  /* Links und rechts ausrichten */
  align-items: center;
  /* Vertikal zentrieren */
}

/* Mobile Ansicht: Buttons untereinander und mittig */

@media (max-width: 480px) {
  .edd-profile-actions {
    flex-direction: column-reverse;
    /* Ändert Reihenfolge */
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .edd-profile-actions > * {
    width: 100%;
    text-align: center;
  }
}

/* Zurück button im Dashboard - Profil bearbeiten */

#edd_profile_back {
  border: none !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  height: auto !important;
  line-height: 1.6;
  letter-spacing: 1.2px !important;
  padding: 6.8px 17px !important;
}

#edd_profile_back:hover {
  filter: brightness(0.95);
}

#edd_profile_editor_submit.edd_submit.edd-submit {
  line-height: 1.6em;
}

#edd_profile_submit_fieldset {
  border-width: 0px;
}

/*-----------------------------SHOPSEITE-----------------------------*/

/* Moderne Mengenauswahl – nur im Kaufformular */

/*-------------------------------------------------------------------*/

/* Grundlayout für die Preisoptionen */

.edd_download_purchase_form .edd_price_options li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Checkbox */

.edd_download_purchase_form .edd_price_options input[type="checkbox"],
.edd_download_purchase_form .edd_price_options input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #1f7a1f;
}

/* Mengenfeld: gleiche Höhe wie Label/Checkbox */

.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper {
  order: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  height: auto;
  padding: 0;
  line-height: normal;
  top: 50%;
  transform: translateY(10%);
}

.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper label {
  display: none;
}

.edd_download_purchase_form .edd_price_options input.edd-item-quantity {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 20px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #cfd1d6;
  border-radius: 4px;
  line-height: normal;
}

/* Label mit Text und Preis */

.edd_download_purchase_form .edd_price_options label {
  order: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  /* Label nimmt Restbreite ein */
  min-width: 0;
  line-height: 1.3;
  margin: 0;
}

/* "x"-Separator ausblenden, Platz behalten */

.edd_download_purchase_form .edd_price_option_sep {
  display: inline-block;
  width: 8px;
  height: 20px;
  visibility: hidden;
  /* Text unsichtbar */
}

.edd_download_purchase_form .edd_price_option_sep::before,
.edd_download_purchase_form .edd_price_option_sep::after {
  content: "" !important;
}

.edd_download_purchase_form .edd_price_options label {
  display: flex;
  align-items: center;
}

.edd_download_purchase_form .edd_price_options .edd_price_option_price {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}