/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Allerte meteo */
.allerte-meteo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (max-width: 1024px) {
    .allerte-meteo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .allerte-meteo-grid {
        grid-template-columns: 1fr;
    }
}

.allerta-card {
    background: #e6f1ff;
    border: 1px solid #b8c8dd;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.allerta-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #1A1470;
    line-height: 1.2;
}

.allerta-card__date {
    font-size: 13px;
    color: #888;
}

.allerta-card__link {
    display: inline-block;
    margin-top: auto;
    font-size: 16px;
    font-weight: 400;
    color: #1A1470;
    text-decoration: none;
}

.allerta-card__link:hover {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none !important;
}

.elementor-15 .elementor-element.elementor-element-1b12532 .menu-item a.hfe-menu-item:focus{
    color: #075c12 !important;
}

@media (max-width: 767px) {
.elementor-15 .elementor-element.elementor-element-c2dc6e6 .hfe-site-logo .hfe-site-logo-container img{
    max-height: 120px !important;
    }
}