/*
Theme Name: Astra Child
Theme URI: https://logistikaekspert.ee
Description: Child theme for LogistikaEkspert. Custom code lives here — safe from Astra updates.
Author: LogistikaEkspert
Author URI: https://logistikaekspert.ee
Template: astra
Version: 1.0.0
*/

/* Hide duplicate site title text (logo image already shows the name) */
.ast-site-title-wrap {
    display: none !important;
}

/* Fix white space on mobile — remove forced min-height & reduce padding */
@media (max-width: 767px) {
    .elementor-element-3dc8d399,
    .elementor-element-35585331 {
        min-height: 0 !important;
    }
    .elementor-element-8947b6f > .elementor-container,
    .elementor-element-8bf766d > .elementor-container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .elementor-element-8947b6f,
    .elementor-element-8bf766d {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}