/* =========================================================
   Header branding (лого над заглавието)
========================================================= */

#masthead .site-branding {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center;
  gap: 2px;
}

#masthead .site-branding .custom-logo-link,
#masthead .site-branding a[rel="home"] img {
  display: block;
  margin: 0 auto 2px;
}
