/* Custom Styles for Logo */
.logo-icon {
  width: 70px;
  height: 70px;
}

/* Icon next to seller name */
.seller-receipt-icon {
  width: 25px;
  height: 25px;
}

/* Box around due amount */
.due-box {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.seller-receipt-name {
  width: fit-content;
}
