/*
Theme Name:  Hello Elementor Child
Theme URI:   https://angelbrain.net
Description: Child theme for Hello Elementor — Angelbrain Social Psychiatry Archive
Author:      Angelbrain
Author URI:  https://angelbrain.net
Template:    hello-elementor
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/*
 * All custom CSS goes below.
 * Responsive and layout fixes will be added here.
 */

/* ── MOBILE HEADER SCALING ────────────────────────────── */
@media (max-width: 768px) {
    .site-logo img {
        max-width: 120px !important;
    }
    .site-title {
        font-size: clamp(16px, 4vw, 24px) !important;
    }
    .site-description {
        font-size: clamp(10px, 2.5vw, 13px) !important;
    }
    /* Scale halo bullet icons on mobile */
    .elementor-widget-image img[src*="circle-updated"] {
        width: 18px !important;
        height: 18px !important;
        max-width: 18px !important;
    }
}

@media (max-width: 480px) {
    .site-logo img {
        max-width: 90px !important;
    }
    .elementor-button {
        padding: 8px 14px !important;
        font-size: 13px !important;
    }
}
