.kinabal-is-dropdown {
    position: fixed;
    z-index: 2147483647;
    max-height: 60vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}

.kinabal-is-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kinabal-is-item a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}

.kinabal-is-item:last-child a {
    border-bottom: none;
}

.kinabal-is-item a:hover,
.kinabal-is-item.is-active a {
    background: #f5f7fa;
}

.kinabal-is-thumb {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f0f0;
}

.kinabal-is-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kinabal-is-thumb--empty {
    background: linear-gradient(135deg, #eee, #f8f8f8);
}

.kinabal-is-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 auto;
}

.kinabal-is-title {
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kinabal-is-title mark {
    background: #fff3a3;
    color: inherit;
    padding: 0 1px;
}

.kinabal-is-terms {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kinabal-is-loading,
.kinabal-is-empty {
    padding: 16px;
    text-align: center;
    color: #888;
}

.kinabal-is-seeall {
    display: block;
    padding: 12px;
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #eee;
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.kinabal-is-seeall:hover {
    background: #f0f0f0;
}
