/*
 Theme Name:   Endotec Child
 Theme URI:    https://endotec-med.com
 Description:  Astra child theme for Endotec Medical — full CSS control without !important hacks
 Author:       Endotec
 Author URI:   https://endotec-med.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  endotec-child
*/

/* ===========================================
   GLOBAL RESETS
   Astra containers: remove padding/max-width
   for full-width page builder pages.
   Priority: child theme > parent theme (no !important needed)
   =========================================== */

/* --- Full-width pages: strip Astra wrappers --- */
.ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}

.ast-page-builder-template #primary {
    padding: 0;
    margin: 0;
}

/* --- Hide Astra header account icon (links to demo) --- */
.ast-header-account {
    display: none;
}
