/*
 Theme Name:   AccessGuard Kadence Child
 Theme URI:    https://accessguard.io
 Description:  Minimal child theme for Kadence — brand color and font overrides for the AccessGuard plugin marketing site.
 Author:       AccessGuard
 Author URI:   https://accessguard.io
 Template:     kadence
 Version:      1.0.0
 Text Domain:  accessguard-kadence-child
*/

/* Brand overrides — these complement Kadence's global palette settings. */

:root {
    --ag-primary: #155e6c;
    --ag-primary-hover: #0d4a56;
    --ag-dark: #1a202c;
    --ag-text: #4a5568;
    --ag-light-bg: #f7fafc;
    --ag-border: #e2e8f0;
}

/* Ensure full-width sections don't cause horizontal overflow */
body.page .entry-content > .alignfull {
    overflow-x: hidden;
}

/* Constrain text within full-width sections */
body.page .entry-content > .alignfull > .wp-block-group__inner-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
