.product-flags .product-flag.cwpl-product-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  max-width: calc(100% - 16px);
  padding: 0.45rem 0.75rem;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.product-flags .product-flag.cwpl-bg-red {
  background: #d71920 !important;
}

.product-flags .product-flag.cwpl-bg-green {
  background: #16843a !important;
}

.product-flags .product-flag.cwpl-bg-blue {
  background: #64b9d6 !important;
}

.product-flags .product-flag.cwpl-text-white {
  color: #fff !important;
}

.product-flags .product-flag.cwpl-text-black {
  color: #111827 !important;
}

.product-flags .product-flag.cwpl-text-red {
  color: #d71920 !important;
}

.product-flags .product-flag.cwpl-text-green {
  color: #16843a !important;
}

.product-flags .product-flag.cwpl-text-blue {
  color: #2563eb !important;
}
