.lk-header {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 20px; }
  @media (max-width: 1013px) {
    .lk-header {
      margin-right: 0; } }
  html:not(.bx-touch) .lk-header:hover, .bx-touch .lk-header:active {
    text-decoration: none; }
    html:not(.bx-touch) .lk-header:hover span, .bx-touch .lk-header:active span {
      text-decoration: underline; }
  .lk-header span {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    color: #301e03; }
    @media (max-width: 1013px) {
      .lk-header span {
        display: none; } }
  .lk-header .icon {
    display: none;
    font-size: 20px;
    padding: 6px;
    box-sizing: content-box; }
    @media (max-width: 1013px) {
      .lk-header .icon {
        display: inline-block; } }
