/*
 Theme Name:   Customify Child
 Theme URI:    https://smurfproject.eu
 Description:  Child theme de Customify para el SMURF CF2 Hub
 Author:       SMURF Team
 Author URI:   https://smurfproject.eu
 Template:     customify
 Version:      1.1.0
 License:      GPL v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  customify-child
 Domain Path:  /languages
*/

/*
 * NOTE: All portal component styles (buttons, forms, tables, badges, etc.)
 * live in the plugin: smurf-cf2-hub/assets/css/smurf-cf2-hub.css
 * This file contains only Customify theme integration overrides.
 */

/* --------------------------------------------------------------------------
   Portal pages — layout overrides
   Sidebar, title bar and breadcrumbs are removed via PHP hooks in
   functions.php.  This CSS is a safety net for any remnants.
   -------------------------------------------------------------------------- */

/* Hide WP entry title (the shortcode-rendered pages have their own headings) */
body.portal-page .entry-title,
body.portal-page .entry-header {
    display: none !important;
}

/* Fallback: hide breadcrumb and page-header elements if PHP hook missed them */
body.portal-page #page-breadcrumb,
body.portal-page .page-header--wrap,
body.portal-page .customify-page-header {
    display: none !important;
}
