@charset "utf-8";

.newCouponBadge { color: black; font-weight: bold; background-color: rgb(255, 153, 0); white-space: nowrap; min-width: 54px; text-align: center; font-size: 14px; }

.newCouponBadge::before { border-bottom: 10px solid rgb(255, 153, 0); }

.newCouponBadge::after { border-top: 10px solid rgb(255, 153, 0); }