
// Specific to word-app
.section-header {
  display: flex;
  margin: 0.5rem 0;
  align-items: center;
  grid-template-columns: auto 1fr;

  .btn,
  .btn-link {
    padding: 0 !important;
    line-height: 1;
    .x-icon-container {
      margin-left: -5px;
    }
  }
}
.section_title {
  > * {
    width: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  h3 {
    margin-bottom: 0;
    line-height: 1;
  }

  h3, h4 {
    text-transform: uppercase;
  }
}
