.zkps-payment-secure {
  margin-top: 10px;
  margin-bottom: 8px;
}

.zkps-payment-secure__title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.zkps-payment-secure__lock {
  font-size: 12px;
  line-height: 1;
}

.zkps-payment-secure__logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.zkps-payment-secure__logos img {
  display: block;
  max-height: 30px;
  width: auto;
  max-width: 120px;
}

.zkps-payment-secure__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #fff;
  color: #003087;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}

/* Quand le JS le déplace juste sous le bloc panier */
.product-add-to-cart > .zkps-payment-secure,
#product .product-add-to-cart > .zkps-payment-secure {
  margin-top: 8px;
}
