.ukryty-link {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -9999px;
}
.article__image_wrapper.--logo {
    display: none !important;
}
.site-h1 {
  font-weight: 600;             /* pogrubiony nagłówek */
  font-size: 2rem;              /* rozmiar jak zwykły tekst */
  line-height: 1.6;
  margin: 1rem 0 0.5rem;
  color: #111;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  text-align: right;            /* wyrównanie do prawej */
}

.site-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  text-align: right;            /* opis też do prawej */
}