/**
 * File: assets/css/frontend/catalog/widgets/feature.css
 * Purpose: Styles the independent featured-product Marketplace widget.
 * Scope: Feature widget visual only.
 * Related PHP: src/Product/Catalog/Frontend/Widgets/MarketplaceFeatureWidget.php
 * Related CSS: assets/css/frontend/catalog/sidebar.css
 * Related JS: None
 * Package: HyperDAF Engine
 */

.hdf-market-widget__visual {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    margin-top: .65rem;
    font-size: 2rem;
}

.hdf-market-widget__visual span:first-child {
    display: grid;
    width: 64px;
    height: 52px;
    place-items: center;
    border: 3px solid var(--hdf-engine-color-admin-text);
    border-radius: var(--hdf-engine-radius-md);
    background: var(--hdf-engine-color-border);
}

.hdf-market-widget__visual span:last-child {
    color: var(--hdf-engine-color-success-text);
    font-size: 1.4rem;
}
