/* Product Dashboard Inline Styles - Extracted from <style> tags */
.product_logo_img {
    height: 36px !important;
    width: auto !important;
    max-width: 120px !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    display: block !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
@media (max-width: 768px) {
    .product_logo_img {
        height: 30px !important;
        width: auto !important;
        max-width: 100px !important;
    }
}

