/* Summernote — botões N/I/S (rich text pt-BR) */
.note-editor.rich-desc-editor .rich-text-fmt-icon {
  display: inline-block;
  font-family: "Titillium Web", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  min-width: 1ch;
  text-align: center;
}

.note-editor.rich-desc-editor .note-btn-italic .rich-text-fmt-icon {
  font-style: italic;
}

.note-editor.rich-desc-editor .note-btn-underline .rich-text-fmt-icon {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Compatibilidade com classe antiga da programação */
.note-editor.programacao-desc-editor .programacao-fmt-icon {
  display: inline-block;
  font-family: "Titillium Web", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  min-width: 1ch;
  text-align: center;
}

.note-editor.programacao-desc-editor .note-btn-italic .programacao-fmt-icon {
  font-style: italic;
}

.note-editor.programacao-desc-editor .note-btn-underline .programacao-fmt-icon {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
