/* KW Glossar · Search — Volltext-Suchfeld. Klar von der Filter-Bar getrennt. */

.kw-glossar-search {
    padding: 20px 0 22px;
    background: #FDFBF9;
}
.kw-glossar-search .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.kw-glossar-search__field {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 520px;
    background: #fff;
    border: 1px solid #97233F;
    border-radius: 12px;
    padding: 0 4px 0 12px;
}
.kw-glossar-search__field:focus-within {
    outline: 2px solid #97233F;
    outline-offset: 1px;
}
.kw-glossar-search__icon {
    font-size: 20px;
    color: #97233F;
    margin-right: 8px;
}
.kw-glossar-search__input {
    flex: 1;
    min-height: 44px;
    border: 0;
    background: transparent;
    padding: 14px 0;
    font-family: "PT Serif", serif;
    font-size: 16px;
    color: #1a1a1a;
    outline: none;
}
.kw-glossar-search__input::placeholder {
    color: #9b9b9b;
}
.kw-glossar-search__clear {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    border-radius: 8px;
    font-size: 22px;
    line-height: 1;
    color: #97233F;
    cursor: pointer;
}
.kw-glossar-search__clear:hover {
    background: #EDE5DC;
}

@media (min-width: 900px) {
    .kw-glossar-search .wrap { padding: 0 32px; }
}
