/* ==========================================================
   Kutt Custom CSS – techniverse
   Nur Logo + Footer
   ========================================================== */

/* Logo proportional (Kreis) */
img[src*="logo"] {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 50%;
}

/* Footer */
.site-footer {
  margin-top: 3rem;
  text-align: center;
}
.site-footer p {
  font-size: 1rem;
}
.site-footer a {
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer span[aria-hidden="true"] {
  opacity: 0.5;
  margin: 0 0.5rem;
}
.site-footer .link {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 1.05rem;
}
.site-footer .link:hover {
  text-decoration: underline;
}

