/* .icon {
  position: relative;
  display: block;
  align-items: center;
  justify-content: right;

  background: none;
  border: none;
  outline: none;
} */
.ila-badge__icon {
}
/* .ila-badge {
  position: relative;
  top: -80px;
  right: -30px;
  width: fit-content;
  height: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin: 0;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  border: 2.5px solid white;
  font-family: var(--il-font-sans);
  letter-spacing: 1.5px;
  background: var(--il-blue);
} */
.ila-badge__container {
  position: relative;
}
.ila-badge {
  position: absolute;
  top: -5px;
  left: 70%;
  width: fit-content;
  height: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin: 0;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
  border: 2.5px solid white;
  font-family: var(--il-font-sans);
  letter-spacing: 1.5px;
  background: var(--il-blue);
}
