/* Drobne style motywu */
:root {
  --bpt-focus: #0d6efd;
}

.navbar-brand img { max-height: 40px; }
.navbar .nav-link { padding: .5rem .75rem; }
.navbar .nav-link.active { font-weight: 600; }

#site-content .content img { max-width: 100%; height: auto; }

/* Płynne przejścia (sygnalizacja) */
html.is-loading body { cursor: progress; }
#pjax-fader {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s;
  background: rgba(255,255,255,.65);
  z-index: 999;
}
html.is-loading #pjax-fader { opacity: 1; }

/* Formularze komentarzy */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea { border-radius: .375rem; }

/* Pomocnicze */
.card-img-top { object-fit: cover; }
