/*
Theme Name:   Edvanz Astra Child
Theme URI:    https://edvanz.io
Description:  Child theme for Astra — Edvanz design system, tokens, and overrides. Production theme for edvanz.io.
Author:       Edvanz
Author URI:   https://edvanz.io
Template:     astra
Version: 1.0.18
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  edvanz-astra-child
Tags:         custom, one-column, two-columns, right-sidebar, left-sidebar, responsive-layout, rtl-language-support, translation-ready
*/

/* All design-system styles are loaded from assets/css/edvanz.css via functions.php */
/* This file only carries theme metadata. Do not add styles here. */

/* Hide site title in mobile header (keep for SEO only) */
@media (max-width: 921px) {
    .ast-mobile-header-content .site-title,
    .ast-mobile-header-content .ast-site-title-wrap,
    .ast-mobile-header-wrap .site-title,
    .ast-mobile-header-wrap .ast-site-title-wrap {
        display: none !important;
    }
}
