.elg-temp-search-button {
    display: flex;
    max-width: 1680px;
    margin: auto;
    padding: 0 20px;
    flex-direction: column;
    width: 100%;
}
.elg-temp-search-button__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f2f2f2;
    height: 50px;
    padding: 8px;
    padding-left: 20px;
    border-radius: 10px;
    margin: 8px 0;
    flex: 1;
}

.elg-temp-search-button__container-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.elg-temp-search-button__container-flex__text {
    color: #707070;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 2px;
    width: 96%;
    font-size: 15px;
    line-height: 21px;
}

.elg-temp-search-button__container-flex__barcode {
    display: flex;
    max-width: 1680px;
    margin: auto;
    flex-direction: column;
}
.elg-temp-search-button__container-flex__barcode__container {
    font-size: 14px;
    line-height: 20px;
    padding: 6px;
    text-align: center;
    border-radius: 100%;
    color: #8d8d8d;
    background-color: #b7f5f0;
    margin-left: 8px;
}

.elg-temp-search-button__container-flex__microphone {
    display: flex;
    max-width: 1680px;
    margin: auto;
    flex-direction: column;
}

.elg-temp-search-button__container-flex__microphone__container {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 100%;
    color: #8d8d8d;
    background-color: #b7f5f0;
    margin-left: 8px;
}

div#elg-temp-search {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .og-search-button__container {
        border: none;
    }
    div#search-widget-component {
        background-image: url("../icons/search-icon.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
