/* Static-site extras — keep original Middo/Blox look, fix host-independent bits */
html { scroll-behavior: smooth; }
.uc-form .uc-form-field { margin-bottom: 10px; }
.uc-form-success { margin-top: 12px; color: #1b5e20; }
#talep-ok { padding: 8px 0; }
img { max-width: 100%; height: auto; }
.navbar-brand img { max-height: 72px; width: auto; height: auto; }
#site-nav .navbar-brand { width: auto; max-width: 160px; }
#return-to-top { z-index: 40; }
@media (max-width: 767px) {
  .navbar-brand img { max-height: 56px; }
}
