/* 侧边评论 */
.card-latest-comments .item-headline i {
    color: var(--anzhiyu-main);
  }
  
  .card-latest-comments .headline-right {
    position: absolute;
    right: 24px;
    top: 20px;
    transition: all 0.3s;
    opacity: 0.6;
  }
  
  .card-latest-comments .headline-right:hover {
    color: var(--anzhiyu-main);
    opacity: 1;
    transform: rotate(90deg);
  }
  
  .aside-list-author {
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 22px;
  gap: 5px;
  }
  
  .aside-list-date {
    font-size: 0.7rem;
    font-weight: normal;
    margin-left: auto;
  }
  
  .aside-list-content {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1.2;
  }
  
  .aside-list-item:last-child {
    margin-bottom: 0!important;
  }
  
  [data-theme='dark'] .aside-list-item-right {
    filter: brightness(0.95);
  }
  
  
  /* 侧边栏 */
  #aside-content >.card-widget.card-info,
  #aside-content .card-widget#card-wechat {
      padding: 0!important;
  }
  #aside-content .card-widget {
      padding: 15px!important;
  }
  
  #aside-content .aside-list>.aside-list-item .thumbnail, 
  #aside-content .aside-list>.aside-list-item .content {
      width: 3.2em !important;
      height: 3.2em !important;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
  }
  
  @media screen and (min-width: 1200px) {
      #aside-content .aside-list > .aside-list-item:hover {
          transform: scale(1)!important;
      }
  }


/* 页脚动物 */
#footer-animal {
  position: relative;
}
#footer-animal::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(https://biu.200038.xyz/2024/10/25/071650.webp) repeat center / auto 100%;
  box-shadow: 0 4px 7px rgba(0,0,0,.15);
}
.animal {
  position: relative;
  max-width: min(974px, 100vw);
  margin: 0 auto;
  display: block;
}
#footer-bar {
  margin-top: 0 !important;
}
@media screen and (max-width: 1023px) {
  #footer-animal::before {
      height: 4vw;
  }
}
[data-theme=dark] #footer-animal {
  filter: brightness(.8);
}