/*
Standard WordPress admin colors.

Announcement post:
https://make.wordpress.org/core/2021/02/23/standardization-of-wp-admin-colors-in-wordpress-5-7/

Source:
https://codepen.io/ryelle/pen/WNGVEjw

A "wp" prefix has been added to avoid name conflicts with other code in this plugin.
 */
#ame-rex-other-roles-row .choices {
  margin-bottom: 0;
}
#ame-rex-other-roles-row .choices .choices__inner {
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #8c8f94;
  padding: 4px 8px 0;
  min-height: 20px;
  font-size: inherit;
}
#ame-rex-other-roles-row .choices.is-focused .choices__inner {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
}
#ame-rex-other-roles-row .choices .choices__input {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #2c3338;
  margin-top: 0;
  margin-bottom: 4px;
}
#ame-rex-other-roles-row .choices .choices__input:focus {
  box-shadow: none;
}
#ame-rex-other-roles-row .choices .choices__list--multiple .choices__item {
  display: inline-flex;
  align-items: stretch;
  border-color: #646970;
  color: #2c3338;
  background-color: #f6f7f7;
  border-radius: 4px;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  padding: 0 0 0 10px;
  margin: 0 4px 4px 0;
}
#ame-rex-other-roles-row .choices .choices__button {
  align-self: stretch;
  padding: 0 1px;
  margin: 0 0 0 8px;
  width: auto;
  text-indent: 0;
  color: #2c3338;
  border-left: 1px solid #646970;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#ame-rex-other-roles-row .choices .choices__button:before {
  font-family: "dashicons", sans-serif;
  font-size: 16px;
  line-height: 14px;
  font-weight: normal;
  content: "\f335";
  color: #50575e;
  vertical-align: middle;
}
#ame-rex-other-roles-row .choices .choices__button:hover {
  background-color: #fff;
}

.ame-rex-tooltip-trigger {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  flex-grow: 0;
}
.ame-rex-tooltip-trigger .dashicons {
  color: #646970;
  font-size: 18px;
  line-height: 1;
  width: auto;
  height: auto;
}

#ame-rex-other-roles-field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#ame-rex-other-roles-field-wrapper .choices {
  flex-grow: 1;
}

/*# sourceMappingURL=user-ui-extensions.css.map */
