#thv-seo-instruction-root p {
    margin-bottom: 8px;
}
#thv-seo-instruction-root .search-bar i {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 47px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #9aa0a6;
}
#thv-seo-instruction-root .search-bar img.icon-mic {
    right: 20px;
}
#thv-seo-instruction-root .search-bar span#thv_placeholder_keyword {
    width: 100%;
    min-height: 45px;    padding: 0px 80px 0px 45px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    color: red;
    align-items: center;
    display: flex;
}
#thv-seo-instruction-root .search-bar img.icon-tia {
    right: 56px;
}

#thv-seo-instruction-root .search-bar img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
#thv-seo-instruction-root .search-bar {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 9rem;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}