/* Deal creation is intentionally available only next to each N&E Forecast row. */
#openAdd { display: none !important; }

.type-label-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.type-add-button {
  flex: 0 0 auto;
  border: 1px solid #8e8883;
  border-radius: 3px;
  padding: 4px 7px;
  background: #fff;
  color: #312d2a;
  font: 600 10px inherit;
  cursor: pointer;
}

.type-add-button:hover {
  border-color: #c74634;
  color: #c74634;
}
