.commonSearchForm {
    display: flex;
    width: 100%;
    gap: 20px;
}

.commonSearchForm_inputWrapper {
    display: flex;
    width: 350px;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--colors-persian-green-300);
}

.commonSearchForm_input {
    align-items: center;
    gap: 4px;
    padding: 1px 0px;
    display: flex;
    position: relative;
    flex: 1;
    flex-grow: 1;
    width: 320px;
    height: 100%;
    border: none;
    padding: 0px 12px;
}

.commonSearchForm_input::placeholder {
    font-weight: 400;
    color: var(--01-main-gray-text);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
}

.commonSearchForm_button {
    border: none;
    background: transparent;
    cursor: pointer;
    width: 30px;
    height: 40px;
}


.commonSearchForm_buttonIcon {
    position: relative;
    width: 14px;
    height: 14px;
}