/* Canlı arama önerileri */
.vc-live-wrap { position: relative; }
.vc-live-dropdown {
    position: absolute; top: 100%; left: 0; right: 0; margin-top: 4px;
    background: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(36,28,23,.18);
    overflow: hidden; z-index: 70; display: none;
}
.vc-live-dropdown.open { display: block; }
.vc-live-item {
    display: flex; align-items: center; gap: 10px; padding: 10px 14px;
    color: #241C17; font-size: 14px; text-decoration: none; border-bottom: 1px solid #f0f0f0;
}
.vc-live-item:hover { background: #f6f6f6; }
.vc-live-item:last-child { border-bottom: 0; }
.vc-live-item .vc-live-type {
    flex: 0 0 auto; font-size: 10px; font-weight: 800; text-transform: uppercase;
    background: #FFE019; color: #241C17; border-radius: 4px; padding: 2px 6px;
}
.vc-live-item .vc-live-type.offer { background: #f0f0f0; }
.vc-live-empty { padding: 14px; color: #757575; font-size: 13px; }
