/*
Theme Name: Bridge Child
Template: bridge
Version: 1.0
*/
.new-green-tag {
  position: relative;
  overflow: visible !important;
  color: #81d742 !important;
}

.new-green-tag::before {
  content: "NEW";
  position: absolute;
  top: 6px;
  right: 20px;
  background-color: #81d742;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 3px;
  z-index: 10000 !important;
  line-height: 1;
}