/* Make logo rectangular (no rounded corners) */
header a img[src*="logo"] {
  border-radius: 0 !important;
  width: auto !important;
  height: 40px !important;
  object-fit: contain !important;
}

header a:has(img[src*="logo"]) {
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
}

.author-section img[src*="logo"] {
  border-radius: 0 !important;
  width: auto !important;
  height: 96px !important;
  object-fit: contain !important;
}
