/*
Theme Name: MWK-T26
Text Domain: mwk-t26
Description: A custom full site editing theme developed for Miami Waterkeeper
Author: Pigital Co
Tags: custom-theme, full-site-editing
Requires at least: WordPress 7.0+
Version: 1.0.2
Last Update: 2026-0501 0000p

This theme is a proprietary work developed exclusively for Miami Waterkeeper. 
All rights reserved. Use, reproduction, modification, or distribution is strictly 
prohibited without prior written authorization from Miami Waterkeeper.
*/

*, *:after, *:before { box-sizing: border-box; }

html{ margin: 0; padding: 0; position: relative; overflow-x:hidden; scroll-behavior: smooth; scroll-padding-top:120px; }
body{ margin: 0 auto !important; padding: 0; overflow-x:hidden;  position: relative; 
      container-type: inline-size; margin-inline: auto; width: 100%;}
main{ min-height: 80vh; position: relative; }

html, body{ -webkit-font-smoothing: antialiased; font-smooth:always; }

/*
:where(.wp-site-blocks) > * ,
:root :where(.is-layout-flow) > * ,
:root :where(.is-layout-constrained) > * { margin-block-start: 0;margin-block-end: 0;}
*/

p{ margin-top:0; margin-bottom:16px; } 