/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.custom-format-title {
  margin-bottom: 0;
  border: none;
  display: flex;
  width: 100%;
  padding: 0.42145rem 0.75rem;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  user-select: none;
}
.custom-format-title .icon {
  flex-grow: 0;
  margin-right: 0.5rem;
  width: 1rem;
  text-align: center;
}
.custom-format-title .title {
  flex-grow: 1;
}

/*# sourceMappingURL=CustomFormatAction.css.map */
