/*
Theme Name:  SGZ Zürich Child
Theme URI:   https://sgzuerich.ch
Description: Child theme for SGZ Zürich — built on Divi 5
Author:      SGZ Zürich
Author URI:  https://sgzuerich.ch
Template:    Divi
Version:     1.0.0
Text Domain: sgzuerich-child
*/

#sgz-event-banner {
    background: #16264a;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}
#sgz-event-banner .sgz-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 20px;
}
#sgz-event-banner .sgz-banner-btn {
    display: inline-block;
    background: #f2c07e;
    color: #16264a !important;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
}
#sgz-event-banner .sgz-banner-btn:hover {
    background: #fff;
}
@media (max-width: 600px) {
    #sgz-event-banner { font-size: 13px; }
    #sgz-event-banner .sgz-banner-inner { padding: 8px 14px; }
}