.range-wrap input {
    padding-right: 40px;
}

.range-clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: #e9e9e9;
    cursor: pointer;
    line-height: 28px;
    font-size: 18px;
}

.range-clear:hover {
    filter: brightness(0.95);
}
.range-wrap {
    position: relative;
    width: 100%;
    display: block;
}

    .range-wrap input {
        width: 100%;
        box-sizing: border-box;
        padding-right: 44px; /* Platz für Button */
    }

.range-clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    line-height: 28px;
    font-size: 18px;
    background: #e9e9e9;
}
.search-input {
    height 32px !important;
}
/* Ziel: ALLES was flatpickr sichtbar macht im Wrapper */
.range-wrap input,
.range-wrap input.flatpickr-input {
    height: 36px !important;
    padding: 0 16px !important;
    padding-right: 48px !important;
    line-height: 36px !important;
    border: 1px solid #d4dbe6 !important;
    border-radius: 4px !important;
    background: #f4f6fa !important;
    color: #1f2937 !important;
    font-size: 14px;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
}

    /* readonly darf NICHT “disabled-grau” werden */
    .range-wrap input[readonly] {
        opacity: 1 !important;
        -webkit-text-fill-color: #1f2937 !important;
    }

.range-wrap {
    position: relative !important;
}

.range-clear {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: 0 !important;
    background: transparent !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 22px !important;
    cursor: pointer !important;
}