/* 
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 */

/* === NaniManu Custom Footer === */
.nm-footer {
    background: #1e2d38;
    color: #c8d4da;
    text-align: center;
    padding: 56px 24px 40px;
    margin-top: 64px;
    font-family: 'Open Sans', sans-serif;
}

.nm-footer__inner {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.nm-footer__logo {
    margin-bottom: 28px;
}

.nm-footer__logo img {
    max-width: 140px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: .9;
    transition: opacity .2s;
}

.nm-footer__logo:hover img {
    opacity: 1;
}

.nm-footer__divider {
    width: 48px;
    height: 3px;
    background: #F0CA55;
    border-radius: 2px;
    margin-bottom: 28px;
}

.nm-footer__tagline {
    font-size: .95rem;
    line-height: 1.65;
    color: #a8bec9;
    margin: 0 0 10px;
    letter-spacing: .01em;
}

.nm-footer__shop {
    font-size: .95rem;
    color: #a8bec9;
    margin: 0 0 32px;
}

.nm-footer__shop a {
    color: #F0CA55;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s;
}

.nm-footer__shop a:hover {
    color: #f7dc85;
}

.nm-footer__links {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.nm-footer__links a {
    font-size: .82rem;
    color: #6e8fa0;
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: color .2s;
}

.nm-footer__links a:hover {
    color: #F0CA55;
}

.nm-footer__links-sep {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #3d5868;
    border-radius: 50%;
    flex-shrink: 0;
}

/* === Event-Seitentitel (H1) === */
.au-event-page-title {
    max-width: 1140px;
    margin: 0 auto 1.5rem;
    padding: 0 20px;
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: inherit;
    box-sizing: border-box;
}
