/* stylelint-disable selector-class-pattern */
:local {
  .logo {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
  }

  .accessory {
    padding-left: 0.3571rem;
  }

  .title {
    font-weight: bold;
    overflow: hidden;
    padding-left: 0.3571rem;
    padding-right: 4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    word-wrap: normal;
  }

  .subtitle {
    padding-left: 0.3571rem;
  }
}
