.custom-job-search .location-search {
    display: none;
}

.custom-job-search .c-hero-job-search {
    display: flex;
    padding: 5px 5px 5px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 600px;
    border: 2px solid #2C2E34;
    background: #FFF;
}

.custom-job-search .c-hero-job-search__keyword-label {
    display: none;
}

.custom-job-search .c-hero-job-search__button-search {
    display: flex;
    height: 44px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 200px;
    background: #003087;


    color: #FFF;
    text-align: center;

    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    transition: all ease-out .2s;
}

.custom-job-search .c-hero-job-search__button-search:hover {
    background-color: #0070b9;
}


.custom-job-search .keyword-search__input .autocomplete input:focus-visible {
    outline: none;
}

.custom-job-search .autocomplete__input {
    color: #132D3C;

    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0;
    width: 100%;
}

.custom-job-search .keyword-search__icon svg{
    width: 2.4rem;
    height: 2.4rem;
}

.custom-job-search .c-hero-job-search:focus-within {
    border-color: #003DB3;
}

.custom-job-search .c-hero-job-search__keyword {
    flex: 1;
}

.custom-job-search {
    max-width: 68.6rem;
    width: 100%;
    margin: 0 auto;
}