:root {
  --main-color: #f18d00 !important;
  /* --typography-on-main: #f1e6b2 !important; */
  --wallet-color: #ffb701 !important;
  --received-gift-color: #8ecf1d;
  --received-gift-border: #8ecf1d33;
  --received-gift-transparent: #8ecf1d0d;
  --second-main-color: #ffb7011a;
  --giftcard-color: #ffb7011a;
  --product-tag: #ffb000;
  --wallet-notification: #ffb000;
  --vegan: #a0b43c;
  --no-gluten: #b4803c;
  --spicy: #e93838;
  --extra-spicy: #a91616;
  --vegetarian: #4ab43c;
  --kosher: #ffb701;
  --warning: #fe7171;
  --widget-order: #d6001c;
  --first_section_bg: #00000000;
  --font-family: "Montserrat", sans-serif;
  --border-radius: 5px;
}

/* Invite Block Styles */
.inviteBlock {
  background: rgba(255, 183, 1, 0.1019607843) !important;
}

.inviteBlock:after {
  background: none !important;
}

.inviteBlock .inviteBlockLabel,
.inviteBlock .inviteBlockDescription {
  color: #000 !important;
}

.inviteBlock .inviteButton {
  background: var(--main-color) !important;
  color: #f1e6b2 !important;
}

.inviteBlock .usersGroup {
  background: #ffb70180 !important;
}

/* Voucher Card Styles */
.voucherCard .top .voucher {
  background: #ffb701 !important;
}

.gift-card-image .voucher,
.gift-card-image .referral {
  background: #ffb701 !important;
}

/* Score Styles */
.score {
  border: none !important;
  background: var(--main-color) !important;
  color: #fff !important;
}

.score .star {
  background: #fff !important;
}
