/**
 * File: assets/css/frontend/catalog/widgets/guarantee.css
 * Purpose: Styles the independent store-assurance Marketplace widget.
 * Scope: Guarantee widget visual only.
 * Related PHP: src/Product/Catalog/Frontend/Widgets/MarketplaceGuaranteeWidget.php
 * Related CSS: assets/css/frontend/catalog/sidebar.css
 * Related JS: None
 * Package: HyperDAF Engine
 */

.hdf-market-widget__shield {
    display: grid;
    width: 66px;
    height: 66px;
    margin: 1rem auto .25rem;
    place-items: center;
    border: 4px solid var(--hdf-engine-color-wp-action);
    border-radius: 14px;
    background: var(--hdf-engine-color-warning-soft);
    color: var(--hdf-engine-color-rating);
    font-size: 1.7rem;
    font-weight: 900;
}
