#home-page-recipes .el-image {
    border-radius: 10px !important;
}

@media only screen and (max-width: 640px) {
    #home-page-recipes .el-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important;
    }
}

#recipe-search input[type="search"] {
    background: #F7F7F7CC !important;
    -webkit-backdrop-filter: blur(5px);
    color: #666666 !important;
}

#recipe-search input[type="search"]::placeholder {
    color: #666666 !important;
}

#recipe-search .uk-search-icon {
    color: #666666 !important;
}