/* AstroTema v6 Alpha 4 - Appearance / Site Layout */
:root{
    --az-appearance-section-spacing:64px;
    --az-appearance-card-padding:24px;
    --az-appearance-card-radius:18px;
    --az-appearance-card-shadow:0 24px 70px rgba(0,0,0,.28);
}
.az-shell,
.az-container,
.az-site-container{
    max-width:var(--az-shell-width,1180px);
}
