.EditItem {
  &-primary,
  &-cancel {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
  }
  &-primary {
    background: rgb(21, 79, 21);
    color: white;
  }

  &-cancel {
    background: #848a95;
  }

  &-input {
    border: 1px solid #848a95;
    border-radius: 4px;
    width: 100%;
    color: #848a95;
    height: 40px;
    text-align: center;
    font-size: 16px;
  }

  &-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
