/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/
.orbia-search-container {
    position: relative;
    max-width: 400px;
    margin: 20px auto;
}

#orbia-search-input {
    width: 100%;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    color: #fff;
    backdrop-filter: blur(5px);
}

.glass-results {
    position: absolute;
    top: 55px;
    width: 100%;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    display: none;
    overflow: hidden;
}

.result-item {
    display: flex;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.3s;
}

.result-item:hover { background: rgba(255, 255, 255, 0.1); }

.result-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 12px;
}

.result-title {
    display: block;
    color: #00d4ff;
    font-weight: bold;
    font-size: 14px;
}

.result-desc {
    color: #ccc;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Limita a una sola línea */
}
