.smart-image-search-container-ceef9c36 {
    max-width: 800px;
    margin: 0 auto;
    font-family: sans-serif;
}

.sis-upload-area-ceef9c36 {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    background: #f9f9f9;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sis-upload-area-ceef9c36:hover, .sis-upload-area-ceef9c36.dragover {
    border-color: #007cba;
    background: #f0f8ff;
}

.sis-btn-ceef9c36 {
    background: #007cba;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
}

.sis-hidden-ceef9c36 {
    display: none;
}

.sis-results-grid-ceef9c36 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.sis-product-card-ceef9c36 {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.sis-product-card-ceef9c36 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sis-product-info-ceef9c36 {
    padding: 15px;
}

.sis-product-title-ceef9c36 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.sis-similarity-ceef9c36 {
    color: #28a745;
    font-weight: bold;
    font-size: 14px;
}
