#anzhiyu-footer-bar {
    height: 300px !important;
}

.footer-logo,.footer-logo[data-v-ffc8deba] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 1rem !important;
  width: 300px !important;
  height: 200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url('https://tc.ayakasuki.com/a/2026/01/26/biji6976d63de5e8c.png') !important;
  
  /* 隐藏文字 */
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

[data-theme="dark"] .footer-logo,[data-theme="dark"] .footer-logo[data-v-ffc8deba] {
  background-image: url('https://tc.ayakasuki.com/a/2026/01/26/biji6976d63fd3242.png') !important;
}

.footer-bar-description {
  color: var(--anzhiyu-fontcolor);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 auto 1.5rem;
  max-width: 600px;
}

/* Responsive design for mobile */
@media screen and (max-width: 768px) {
  #anzhiyu-footer-bar {
    height: 300px !important;
}
  
  .footer-logo,.footer-logo[data-v-ffc8deba] {
    width: 300px !important;
    height: 125px !important;
  }
  
}
