/*
Theme Name:   Hello Elementor Child – Seelsorgeeinheit
Theme URI:    https://seelsorge.kundenwebseite.ch/
Description:  Child Theme für Hello Elementor. Enthält Site-spezifische Logik
              (ACF-Feldgruppen, Elementor-Query-Filter für Sidebar) der
              Seelsorgeeinheit Mittelrheintal.
Author:       Seelsorgeeinheit Mittelrheintal
Author URI:   https://seelsorge.kundenwebseite.ch/
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/


/* =====================================================================
   Gottesdienste-Filter (Shortcode [se_gottesdienste_filter])
   Diese Regeln in hello-elementor-child/style.css anhängen.
   ===================================================================== */

.se-gd-filter-wrap {
    margin-bottom: 1.5rem;
    font-family: inherit;
}

.se-gd-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: end;
}

.se-gd-filter-field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 180px;
}

.se-gd-filter-field--grow {
    flex: 1 1 220px;
}

.se-gd-filter-field label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #555;
}

.se-gd-filter-field select,
.se-gd-filter-field input[type="search"] {
    padding: 0.55rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 1rem;
    line-height: 1.3;
    color: inherit;
    width: 100%;
}

.se-gd-filter-field select:focus,
.se-gd-filter-field input[type="search"]:focus {
    outline: 2px solid var(--e-global-color-primary, #2e75b6);
    outline-offset: 1px;
}


.se-gd-filter-reset {
    padding: 7px 5px!important;
    border: none!important;
    border-radius: 4px;
    background: var(--color-primary-30)!important;
    cursor: pointer;
    font-size: 0.8rem;
    color: inherit;
}

.se-gd-filter-reset:hover {
    background: var(--color-primary)!important;
}

.se-gd-filter-count {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #666;
}

.se-gd-hidden {
    display: none !important;
}
/* Fallback: wenn :has() in einem Browser nicht greift, mind. den leeren
   Button visuell wegnehmen (kein Padding, kein Hintergrund) */
.se-slider-cta .elementor-button-content-wrapper:not(:has(*:not(:empty))) {
    padding: 0;
}
