/* ============================================================
   Search Styles
   ============================================================ */

.gvp-search {
    position: relative;
    width: 375px;
    height: 38px;
    flex-shrink: 0;
}

.gvp-search__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
    height: 38px;
    pointer-events: none;
    display: block;
}

.gvp-search__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 305px;
    height: 38px;
    padding: 0 12px 0 20px;
    background: transparent;
    border: none;
    outline: none;
    color: #e5e7eb;
    font-size: 0.875rem;
    line-height: 38px;
    caret-color: #8997DC;
}

.gvp-search__input::placeholder {
    color: rgba(149, 165, 182, 0.55);
}
