#sp-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#form-mod-finder-ocb {
    position: relative;
}

#form-mod-finder-ocb #mod-finder-searchword {
    display: none;
    width: 0;
    position: absolute;
    z-index: 100;
    top: -3px;
    transition: width 0.9s ease;
    right: -40px;
    border-radius: 100px;
}

#form-mod-finder-ocb .btn-mod-finder-ocb {
    padding: 3px 8px;
    border-radius: 100%;
}

#form-mod-finder-ocb #mod-finder-searchword::placeholder,
#form-mod-finder-ocb #mod-finder-searchword:-ms-input-placeholder,
#form-mod-finder-ocb #mod-finder-searchword::-ms-input-placeholder,
#form-mod-finder-ocb #mod-finder-searchword::-webkit-input-placeholder {
    color: #0F7366 !important;
    opacity: 1 !important;
}

#form-mod-finder-ocb .awesomplete > ul {
    z-index: 200;
    top: 40px;
    width: 300px;
    border-radius: 20px;
    padding: 15px;
}

#form-mod-finder-ocb .btn-mod-finder-ocb {
    color: #0F7366 !important;
    z-index: 105;
    border: 0;
}

/* Estilos para Mobile */
@media screen and (max-width: 992px) {
    #form-mod-finder-ocb #mod-finder-searchword {
        font-size: 14px !important;
        top: -2px;
        right: -37px;
    }

    #form-mod-finder-ocb #mod-finder-searchword::placeholder,
    #form-mod-finder-ocb #mod-finder-searchword:-ms-input-placeholder,
    #form-mod-finder-ocb #mod-finder-searchword::-ms-input-placeholder,
    #form-mod-finder-ocb #mod-finder-searchword::-webkit-input-placeholder {
        color: #ffffff !important;
    }
}