.se-chrome__bar--has-matches-search .se-chrome__matches-brand {
    display: contents;
}

.se-chrome__bar--has-matches-search .se-chrome__matches-field-wrap {
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    align-self: stretch;
    order: 2;
}

.se-chrome__bar--has-matches-search .se-chrome__matches-field-wrap[hidden] {
    display: none !important;
}

.se-chrome__bar--has-matches-search .se-chrome__matches-field-wrap:not([hidden]) {
    display: flex !important;
}

.se-chrome__matches-search-field {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background-color: rgba(0, 0, 0, 0.25);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-opacity='0.55' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.5' y2='16.5'/></svg>");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 18px 18px;
    color: var(--se-chrome-ink, #fff);
    font-size: 16px;
    line-height: 1.25;
    padding: 0 12px 0 40px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.se-chrome__matches-search-field::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.se-chrome__matches-search-ic {
    display: none !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    width: var(--se-chrome-logo, 40px);
    height: var(--se-chrome-logo, 40px);
    border-radius: 10px;
    border: 0;
    background: transparent;
    color: var(--se-chrome-ink, #fff);
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    box-sizing: border-box;
    order: 5;
    transition: background-color 0.18s ease;
    -webkit-tap-highlight-color: transparent;
}

.se-chrome__matches-search-ic i {
    font-size: calc(var(--se-chrome-logo, 40px) * 0.45);
    line-height: 1;
}

@media (hover: hover) {
    .se-chrome__matches-search-ic:hover {
        background: rgba(255, 255, 255, 0.12);
    }
}

.se-chrome__matches-search-ic--close {
    color: var(--se-chrome-ink-muted, rgba(255, 255, 255, 0.82));
    font-size: 18px;
}

@media (max-width: 1024px) {
    .se-chrome__bar--has-matches-search #se-chrome-matches-search-close[hidden] {
        display: none !important;
    }

    .se-chrome__bar--has-matches-search #se-chrome-matches-search {
        display: inline-flex !important;
    }

    .se-chrome__bar--has-matches-search.se-chrome__bar--matches-search-on .se-chrome__burger,
    .se-chrome__bar--has-matches-search.se-chrome__bar--matches-search-on .se-chrome__mark {
        display: none !important;
    }

    .se-chrome__bar--has-matches-search.se-chrome__bar--matches-search-on .se-chrome__matches-field-wrap {
        margin-right: 12px;
        position: relative;
        overflow: visible;
    }

    .se-chrome__bar--has-matches-search.se-chrome__bar--matches-search-on .se-chrome__matches-field-wrap::after {
        content: "";
        position: absolute;
        z-index: 6;
        right: -8px;
        top: 50%;
        margin-top: -7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 8px;
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.25);
        pointer-events: none;
    }

    .se-chrome__bar--has-matches-search.se-chrome__bar--matches-search-on #se-chrome-matches-search {
        display: none !important;
    }

    .se-chrome__bar--has-matches-search.se-chrome__bar--matches-search-on #se-chrome-matches-search-close:not([hidden]) {
        display: inline-flex !important;
    }
}

@media (min-width: 1025px) {
    .se-chrome__bar--has-matches-search .se-chrome__matches-search-ic,
    .se-chrome__bar--has-matches-search #se-chrome-matches-search,
    .se-chrome__bar--has-matches-search #se-chrome-matches-search-close {
        display: none !important;
    }

    .se-chrome__bar--has-matches-search .se-chrome__matches-field-wrap {
        display: none !important;
    }
}
