body.is-poems-route .poems-drawer-profile strong,
body.is-poems-route .poems-drawer-profile span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.is-poems-route .poems-drawer-profile strong {
  font-size: 15px;
  font-weight: 800;
}

body.is-poems-route .poems-drawer-profile span {
  margin-top: 2px;
  color: #8f919a;
  font-size: 11px;
  font-weight: 700;
}

body.is-poems-route .poems-drawer-close {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #e5e7eb;
}

body.is-poems-route .poems-drawer-nav {
  display: grid;
  gap: 2px;
  padding-top: 8px;
  border-top: 1px solid #17171e;
}

body.is-poems-route .poems-drawer-nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 0 6px;
  border-radius: 12px;
  color: #f1f5f9;
}

body.is-poems-route .poems-drawer-nav a.active {
  background: rgba(99, 102, 241, 0.22);
}

body.is-poems-route .poems-drawer-nav span {
  width: 20px;
  color: #d6d6de;
  text-align: center;
  font-weight: 900;
}

body.is-poems-route .poems-drawer-nav strong {
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 901px) {
  .bottom-nav,
  .music-menu,
  .music-menu-scrim,
  .mini-player {
    display: none;
  }
}
