.jpcm-mobile-search {
    display: none;
}

@media (max-width: 768px) {
    .jpcm-mobile-search {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 16px 12px;
        background: #fff;
    }

    .jpcm-mobile-search__form {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        margin: 0;
    }

    .jpcm-mobile-search__input {
        flex: 1 1 auto;
        min-width: 0;
        height: 42px;
        margin: 0;
        padding: 0 13px;
        border: 1px solid #d7dce1;
        border-radius: 5px;
        background: #fff;
        box-sizing: border-box;
        box-shadow: none;
        color: #1d2327;
        font-size: 14px;
        line-height: 42px;
        appearance: none;
    }

    .jpcm-mobile-search__input:focus {
        outline: 2px solid rgba(34, 113, 177, .18);
        border-color: #2271b1;
    }

    .jpcm-mobile-search__button {
        flex: 0 0 auto;
        height: 42px;
        margin: 0;
        padding: 0 16px;
        border: 0;
        border-radius: 5px;
        background: #1d2327;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        line-height: 42px;
    }
}
