/* Handover screen: final local overrides after the common constructor styles. */
.builder .meter-row {
  position: relative;
}

.builder .meter-row__toolbar {
  grid-template-columns: minmax(0, 1fr) 42px !important;
  gap: 10px !important;
  align-items: start;
}

.builder .meter-row__remove.meter-action-button {
  width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  align-self: start !important;
  justify-self: end !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

.builder .meter-row__toggle {
  width: auto !important;
  min-width: 52px;
  justify-content: center;
}

.builder .meter-row__toggle-field .field__label {
  justify-content: center;
  text-align: center;
}

.builder .inventory-toolbar--summary {
  justify-content: space-between !important;
}

.builder .inventory-toolbar--summary #inventoryTotalCostField {
  justify-self: end !important;
  margin-left: auto;
}

.builder .inventory-toolbar--summary #inventoryTotalCostField input {
  justify-self: end;
}

@media (max-width: 680px) {
  .builder .meter-row__toolbar {
    grid-template-columns: minmax(0, 1fr) 40px !important;
  }

  .builder .meter-row__remove.meter-action-button {
    width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 24px !important;
  }
}
