/**
 * Amazon Widget Specific Styles
 *
 * Amazon-specific overrides for the base widget styles
 * Base styles: aliexpress/assets/widget.css
 *
 * @package MyChooz_Partners
 * @since 0.3.104
 */

/* Badge styles in assets/css/badge.css */

/* Amazon hover - orange border */
.mcp-amazon-widget .mcp-product:hover {
    border-color: #FF9900;
    box-shadow: 0 8px 30px rgba(255, 153, 0, .18);
}

/* Info-zone layout - horizontal row */
.mcp-amazon-widget .mcp-info-zone {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
}

.mcp-amazon-widget .mcp-info-zone > * {
    flex-shrink: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

/* Shield icon - grayscale */
.mcp-amazon-widget .mcp-icon-shield {
    filter: grayscale(100%) brightness(0.5);
    opacity: 0.6;
}
