.sidebar-bottom {
  margin-top: auto;
}

.podcast-signature {
  display: flex;
  justify-content: flex-end;
  margin: 0 2px 20px;
  padding: 12px 10px 0;
  border-top: 1px solid #ffffff17;
}

.podcast-signature-inner {
  display: grid;
  grid-template-columns: 18px 5px auto;
  row-gap: 3px;
  width: max-content;
  max-width: 100%;
}

.podcast-signature-label {
  grid-column: 3;
  justify-self: center;
  margin: 0;
  color: #9caa9f;
  font-size: 10.5px;
  line-height: 1.3;
  letter-spacing: .01em;
}

.podcast-brand-mark {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.podcast-brand-link {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 18px 5px auto;
  align-items: center;
  color: #dfe7e0;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .015em;
  word-spacing: -.08em;
  white-space: nowrap;
  transition: color .18s ease;
}

.podcast-wordmark {
  grid-column: 3;
}

.podcast-brand-link:hover {
  color: #fff;
  text-decoration: none;
}

.podcast-brand-link:hover .podcast-brand-mark {
  filter: brightness(1.15);
}

.podcast-listen-link {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 5px;
  padding: 0;
  color: #9fada2;
  text-decoration: none;
  font-size: 10px;
  font-weight: 650;
  transition: color .18s ease;
}

.podcast-listen-link:hover {
  color: #fff;
  text-decoration: none;
}

.podcast-listen-link svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar-bottom .aside-foot {
  margin-top: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding-top: 16px;
}

.sidebar-bottom .avatar {
  width: 34px;
  height: 34px;
  font-size: 12px;
}

.sidebar-bottom .user-info {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.sidebar-bottom .user-info > strong {
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-bottom .user-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  color: #8e9d91;
  font-size: 9.5px;
  line-height: 1;
}

.sidebar-bottom .user-meta small {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-bottom #logout {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 2px 0 2px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  font-weight: 550;
  line-height: inherit;
  white-space: nowrap;
  transition: color .18s ease;
}

.sidebar-bottom #logout .logout-power {
  display: inline-block;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  text-align: center;
}

.sidebar-bottom #logout:hover {
  color: #f0a079;
}
