.angie-predictive-results_d308f159 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 99999;
    margin-top: 8px;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    min-width: 280px;
}

.angie-predictive-loading_d308f159,
.angie-predictive-empty_d308f159,
.angie-predictive-error_d308f159 {
    padding: 16px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.angie-predictive-list_d308f159 {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.angie-predictive-list_d308f159 li {
    border-bottom: 1px solid #f1f5f9;
    margin: 0 !important;
    padding: 0 !important;
}

.angie-predictive-list_d308f159 li:last-child {
    border-bottom: none;
}

.angie-predictive-list_d308f159 a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none !important;
    color: #334155;
    transition: background-color 0.2s ease;
}

.angie-predictive-list_d308f159 a:hover {
    background-color: #f8fafc;
}

.angie-predictive-list_d308f159 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 12px;
    flex-shrink: 0;
}

.angie-predictive-item-info_d308f159 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.angie-predictive-item-title_d308f159 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.angie-predictive-item-price_d308f159 {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .angie-predictive-results_d308f159 {
        width: 90vw;
        left: auto;
        right: 0;
        min-width: 250px;
    }
}
