.sub-search-button{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.radius-small{
    border-radius: 1rem;
}

.radius-small.btn{
    width: fit-content;
    height: 40px;
    background-color: white;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
}

.radius-small.btn > .btn-first-image {
    width: 20px;
    height: 20px;
}

.radius-small.btn span {
    margin-left: 4px;
}

.radius-small.btn .keywords {
    margin-left: 6px;
}

#keywordsRedirectBtn {
    right: 0;
}

.word-btn  {
    margin-left:auto;
    height: 40px;
    line-height: 40px;
}

.keywords{
    max-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
