/* Plugin: Custom Floor Calculator */

/* Show tooltip after the calculated label - LL */
#calculated-boxes-label::after {
  content: " (Auto-calculated based on your input)";
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  margin-left: 5px;
}

/* Hide price_per_box from calculator - LL */
.calc_quantity_field_id_4 {
  display: none !important;
}

