.user-registration.ur-frontend-form, .ur-frontend-form {
    padding: 0;
    box-shadow: none;
}
body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
    box-shadow: none;
}
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error) {
    margin-bottom: 0;
    font-size: 17px;
}
.ur-form-row .ur-form-grid .ur-field-item .input-wrapper input {
    padding: 12px 26px;
    font-size: 17px;
}

.user-registration .ur-submit-button:hover {
    border-color: #0068c8;
    color: #0068c8;
    background-color: #ffffff;
}

.account-dropdown-form .create-account-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5em; /* spacing between text and button */
    flex-wrap: wrap; /* optional: wraps on mobile */
  }
  
  .account-dropdown-form .create-account-wrapper span {
    margin-bottom: 15px;
  }
  
  .account-dropdown-form .create-account-wrapper a {
    white-space: nowrap; /* avoid breaking "Ein Konto erstellen" on two lines */
  }