/* ===== OPOOS TRUST BADGES v2 — CSS ===== */

.opoos-trust-wrap {
  margin: 18px 0 8px;
  padding: 0;
}

/* Trust badges */
.opoos-trust-badges {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 14px 0;
  border-top: 1px solid #eee;
}

.opoos-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.opoos-trust-icon {
  font-size: 17px;
  line-height: 1;
}

/* Platebni metody */
.opoos-payment-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 0 6px;
  flex-wrap: wrap;
}

.opoos-pay-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #444;
  letter-spacing: 0.3px;
  line-height: 1;
}

.opoos-pay-icon.opoos-pay-brand {
  padding: 0 6px;
  background: #fff;
}

.opoos-pay-icon svg {
  height: 20px;
  width: auto;
  display: block;
}
