/* PassionCadeau V20.10 — deterministic reassurance icons. */
.pc-trust-symbol{
  width:19px!important;
  height:19px!important;
  min-width:19px!important;
  min-height:19px!important;
  flex:0 0 19px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  opacity:1!important;
  overflow:visible!important;
  color:#173f68!important;
}
.pc-trust-symbol path,.pc-trust-symbol circle,.pc-trust-symbol rect{
  fill:none!important;
  stroke:currentColor!important;
  opacity:1!important;
}

/* Light reassurance cards. */
.pc-home-trust-icon,.pc7-hero-proof>span>i.pc-home-trust-icon{
  display:inline-grid!important;place-items:center!important;
}
.pc-home-trust-icon .pc-trust-symbol--bolt{color:#15517d!important}
.pc-home-trust-icon .pc-trust-symbol--truck{color:#15517d!important}

/* Dark proof band: high contrast and distinct semantic colors. */
.pc7-proof__mark{
  display:grid!important;place-items:center!important;
  width:46px!important;height:46px!important;flex:0 0 46px!important;
  border-radius:13px!important;background:rgba(255,255,255,.09)!important;
}
.pc7-proof__grid>div:nth-child(2) .pc-trust-symbol{color:#FFD166!important}
.pc7-proof__grid>div:nth-child(3) .pc-trust-symbol{color:#9DDCFF!important}
.pc7-proof__mark .pc-trust-symbol{width:23px!important;height:23px!important;min-width:23px!important;min-height:23px!important}

/* Footer and other navy surfaces. */
.pc-footer-v10-badges .pc-trust-symbol{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important}
.pc-footer-v10-badges span:nth-child(2) .pc-trust-symbol{color:#FFD166!important}
.pc-footer-v10-badges span:nth-child(3) .pc-trust-symbol{color:#9DDCFF!important}

/* Mini-cart assurance row. */
.pc192-cart-mood__trust .pc-trust-symbol{width:15px!important;height:15px!important;min-width:15px!important;min-height:15px!important}
.pc192-cart-mood__trust span:nth-child(2) .pc-trust-symbol{color:#D99400!important}
.pc192-cart-mood__trust span:nth-child(3) .pc-trust-symbol{color:#2875A8!important}

/* Cart hero icon tiles. */
.pc19-cart-hero__trust .pc19-trust-symbol-badge{
  display:grid!important;place-items:center!important;font-size:0!important;
}
.pc19-cart-hero__trust .pc19-trust-symbol-badge .pc-trust-symbol{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important}
.pc19-cart-hero__trust>span:nth-child(2) .pc-trust-symbol{color:#14806e!important}
.pc19-cart-hero__trust>span:nth-child(3) .pc-trust-symbol{color:#d96b3b!important}

/* Product reassurance and service cards. */
.pc6-promises .pc-trust-symbol,.pc6-services .pc-trust-symbol{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important}
.pc6-promises .pc6-promise:nth-child(2) .pc-trust-symbol{color:#14806e!important}
.pc6-services>div:nth-child(1) .pc-trust-symbol{color:#1f4f96!important}

/* Service pages. */
.pc-service-icon .pc-trust-symbol{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important}
.pc-service-icon .pc-trust-symbol--bolt{color:#B47A00!important}
.pc-service-icon .pc-trust-symbol--truck{color:#216C9C!important}

/* Checkout note. */
.pc197-note-icon{display:inline-grid!important;place-items:center!important;width:20px!important;height:20px!important;flex:0 0 20px!important}
.pc197-note-icon .pc-trust-symbol{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;color:#216C9C!important}

/* Never re-enable old coral accent decorations inside reassurance icons. */
.pc-trust-symbol .pc-icon-accent,.pc-trust-symbol .pc-icon-accent-fill{display:none!important}
