.phone-number-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  .js-phone-prefix {
    flex-basis: 5rem;
    flex-grow: 0;
  }
  .js-phone-field {
    flex-basis: 0;
    flex-grow: 1;
    width: 0;
    .email-phone-group & {
      width: 100%
    }
  }
}

.path-application #block-patron-ro-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

h1.account-login-form {
  margin-top: 100px;
}

.form-item-numeric-code label.form-required {
  overflow: hidden;
  max-height: 24px;
}

.markdown-wrapper {
  max-height: 120vh;
  word-wrap: break-word;
  word-break: break-all;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

.markdown-wrapper h3 {
  font-weight: 600;
}
