/*
 * ATS.pro base: only what the theme shell itself needs.
 * The design (tokens, header, footer, sections, buttons) lives in the
 * atspro_site_css option so it can be edited over MCP.
 */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
.brand-name { font-weight: 800; }
.entry-title { margin: 2rem 0 1rem; }
.admin-bar #siteHeader { top: 32px; }
@media (max-width: 782px) { .admin-bar #siteHeader { top: 46px; } }
