.search-section {
    margin-bottom: 40px;
}

.search-section h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.product-logo-container {
    width: 200px;
    flex-shrink: 0;
}

.product-logo-wrapper {
    height: 105px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f7f7f7;
}

.product-logo-image {
    max-height: 105px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}
