/* Clean author sidebar: no card or drawer appearance. */

.sidebar,
.sidebar.sticky {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0.25rem 0.4rem !important;
}

.author__avatar,
.author__content,
.author__urls-wrapper,
.author__urls {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.author__avatar {
  margin-bottom: 0.85rem !important;
}

.author__avatar img {
  border: 3px solid #ffffff !important;
  box-shadow: 0 0 0 1px var(--light-border), 0 0.25rem 0.8rem rgba(18, 52, 74, 0.14) !important;
}

.author__content {
  padding: 0 0 0.85rem !important;
  border-bottom: 1px solid var(--light-border) !important;
}

.author__name {
  margin-top: 0 !important;
  margin-bottom: 0.45rem !important;
}

.author__bio {
  margin-bottom: 0 !important;
  line-height: 1.55 !important;
}

.author__urls-wrapper {
  margin-top: 0.65rem !important;
}

.author__urls {
  margin: 0 !important;
  padding: 0 !important;
}

.author__urls li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #dce5ea !important;
}

.author__urls li:last-child {
  border-bottom: 0 !important;
}

.author__urls li a {
  display: flex !important;
  align-items: center !important;
  gap: 0.45rem;
  padding: 0.5rem 0.1rem !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--light-text) !important;
}

.author__urls li a:hover,
.author__urls li a:focus {
  background: transparent !important;
  color: var(--light-blue-dark) !important;
  transform: none !important;
}

.author__urls li i {
  color: var(--light-blue) !important;
}

@media (max-width: 1024px) {
  .sidebar,
  .sidebar.sticky {
    padding: 0.2rem 0.3rem !important;
  }
}
