.coupon-button.auto-coupon {
  display: inline-block;
}
.coupon-button.auto-coupon .coupon-code {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px dotted;
  border-right: none;
}
.coupon-button.auto-coupon .coupon-code:hover {
  opacity: 0.9;
}
.coupon-button.auto-coupon .coupon-icon {
  margin-top: -2px;
  margin-bottom: -2px;
}

/*# sourceMappingURL=copycoupon.css.map */
