
/* project_AKI fixed site logo */
.site-header .brand .author-icon,
.site-header .brand .author-avatar,
.site-header .brand .site-logo-slot {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: #fff !important;
  display: grid !important;
  place-items: center !important;
}

.site-header .brand .project-aki-site-logo,
.site-header .brand > img.project-aki-site-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

@media (max-width: 768px) {
  .site-header .brand .author-icon,
  .site-header .brand .author-avatar,
  .site-header .brand .site-logo-slot {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }
}
