.admin-bar .site-header { top: 32px; }
@media(max-width:782px) { .admin-bar .site-header { top:46px; } }
@media(max-width:600px) { .admin-bar .site-header { top:0; } }
.article-body img, .blog-card img { max-width:100%; height:auto; }
.blog-card .attachment-medium_large { width:100%; aspect-ratio:16/9; object-fit:cover; }
.nav-links { display:flex; flex-wrap:wrap; gap:1rem; margin-top:2rem; }
.wp-block-image { max-width:100%; }
