body.admin-bar .site-header { top: 32px; }

.custom-logo-link img {
  max-height: 52px;
  width: auto;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.entry-content a,
.entry-summary a {
  color: var(--sk-accent-2);
  text-decoration: underline;
}

.wp-block-image,
.wp-block-gallery,
.wp-block-columns {
  margin-bottom: 1.5rem;
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
