.shipping_area{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.remove-coupon, .remove-cashback{
    background-color: transparent;
    border: none;
    font-size: 16px;
}

.remove-coupon, .remove-cashback{
  display: inline-block;
  width: 5%;
  cursor: pointer;
}

.remove-coupon:hover, .remove-cashback:hover {
    text-decoration: underline;
}