#show .show-menu {
  display: inline-flex;
  position: static;
  right: auto;
  top: auto;
  margin: 11px 12px 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  font-size: 14px;
  line-height: 18px;
}

#show .show-menu > .show-menu__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  margin: 0 0 0 -1px;
  padding: 0 14px;
  border: 1px solid #c9c9c9;
  background: #fff;
  color: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

#show .show-menu > .show-menu__item:first-child {
  margin-left: 0;
}

#show .show-menu > .show-menu__item:hover,
#show .show-menu > .show-menu__item:focus {
  z-index: 1;
  border-color: #8e8e8e;
  background: #f3f6f8;
  color: #111;
  text-decoration: none;
}

#show .show-menu > .show-menu__item .fa {
  color: #5985a1;
  font-size: 17px;
}

#show .show-menu > .show-menu__item--gallery {
  background: #f7f7f7;
  font-weight: bold;
}

#show .show-menu > .show-menu__item.is-disabled {
  background: #f5f5f5;
  color: #aaa;
  cursor: default;
}

#show .show-menu > .show-menu__item.is-disabled .fa {
  color: #bbb;
}

@media screen and (max-width: 659px) {
  #show .show-menu {
    display: grid;
    width: calc(100% - 24px);
    grid-template-columns: 1fr 1.35fr 1fr;
  }

  #show .show-menu > .show-menu__item {
    min-width: 0;
    min-height: 50px;
    padding: 6px 8px;
    gap: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  #show .show-menu > .show-menu__item span {
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

.gallery-navigation-hint {
  margin-top: 7px;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}

.gallery-navigation-hint__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.gallery-navigation-hint__keyboard {
  color: #5985a1;
  font-size: 19px;
}

.gallery-navigation-hint__keys {
  display: inline-flex;
  gap: 4px;
}

.gallery-navigation-hint__keys kbd {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  height: 24px;
  padding: 0 6px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  background: linear-gradient(#fff, #eee);
  color: #222;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}

.gallery-navigation-hint__swipe {
  color: #333;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
