.cpt-live-search-widget {
    position: relative;
}

.cpt-live-search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.cpt-live-search-results .cpt-item {
    border-bottom: 1px solid #F1D599;
    padding: 25px;
}

.cpt-live-search-results mark {
    background-color: yellow;
}

.cpt-live-search-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cpt-live-search-input {
    width: 100%;
    padding-right: 35px; /* space for icon */
    box-sizing: border-box;
}

.cpt-live-search-icon {
    position: absolute;
    top: 42%;
    right: 10px; /* distance from right edge */
    transform: translateY(-50%);
    pointer-events: none; /* allows clicking through to input */
    font-size: 16px;
    color: #888; /* optional: icon color */
}