/**
 * WC Payment Badges CSS
 * Estilos para los badges en el checkout
 */

.wc-pb-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
  background: #F2E6C9;
  color: #53565A;
}

.wc-pb-note {
  font-size: 12px;
  opacity: 0.85;
  margin-top: 6px;
}

.wc-pb-wrap {
  margin: -2px 0 0 0;
}
