.app_header__search {
    width: 100%;
}

.app_header__search-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    flex-grow: 1;
    padding: 0 .75em;
}

.app_header__search-input {
    border: 0;
    outline: 0;
    background: transparent;
    padding: .25em;
    flex-grow: 1;
}

.app_header__search-btn {
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    background: transparent url('/assets/website/svg/v2/ico_search.svg') no-repeat center;
    background-size: cover;
    border: 0;
    outline: 0;
}

@media (min-width: 768px) {
    .app_header__search {
        padding: 0 .5em;
    }
}
