/* Base styles for unit labels */
.kolizey-unit{
  font-weight: 600;
  opacity: .85;
  margin-left: 6px;
  white-space: nowrap;
}

.kolizey-price-unit{
  font-weight: 600;
  opacity: .85;
  margin-left: 4px;
  white-space: nowrap;
}

.kolizey-unit-box{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-weight: 600;
  opacity: .85;
  white-space: nowrap;

  /* без рамки */
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
}

/* UpsellWP Side Cart badge */
.kolizey-uwpmc-unit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 36px;
  border: 1px solid #E8EAED;
  border-radius: 6px;
  font-weight: 600;
  opacity: .85;
  white-space: nowrap;
}


/* UpsellWP Side Cart unit badge (sibling of qty container) */
.kolizey-uwpmc-unit-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-weight: 600;
  opacity: .85;
  white-space: nowrap;
}


/* Hidden marker (never show) */
.kolizey-unit-data{display:none!important;}
